The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 24 | ![]() |
NewlineAtEndOfFile | 284 | ![]() |
Translation | 0 | ![]() |
FileLength | 2 | ![]() |
FileTabCharacter
| 2626 | ![]() |
RegexpSingleline
| 928 | ![]() |
JavadocMethod | 1024 | ![]() |
JavadocType | 58 | ![]() |
JavadocVariable | 1210 | ![]() |
JavadocStyle | 194 | ![]() |
ConstantName | 88 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 6 | ![]() |
MemberName | 344 | ![]() |
MethodName | 40 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 460 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 278 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 82 | ![]() |
LineLength | 2232 | ![]() |
MethodLength | 6 | ![]() |
ParameterNumber | 6 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 2026 | ![]() |
ParenPad | 88 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 492 | ![]() |
WhitespaceAround | 4348 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 16 | ![]() |
AvoidNestedBlocks | 242 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 3584 | ![]() |
NeedBraces | 84 | ![]() |
RightCurly | 222 | ![]() |
AvoidInlineConditionals | 56 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 578 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 16 | ![]() |
MagicNumber | 1132 | ![]() |
MissingSwitchDefault | 6 | ![]() |
RedundantThrows | 28 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 2 | ![]() |
DesignForExtension | 1386 | ![]() |
FinalClass | 14 | ![]() |
HideUtilityClassConstructor | 4 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 572 | ![]() |
ArrayTypeStyle | 12 | ![]() |
FinalParameters | 1850 | ![]() |
TodoComment | 10 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Expected @param tag for 'bot'. | 14 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Expected @param tag for 'bot'. | 19 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Expected @param tag for 'nfoMessage'. | 24 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Expected @param tag for 'bot'. | 14 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Expected @param tag for 'bot'. | 19 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Expected @param tag for 'nfoMessage'. | 24 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Type Javadoc comment is missing an @param <ACT> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <CONTROLLER> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <WORLD_VIEW> tag. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'controller' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'bRobotInitializedCalled' must be private and have accessor methods. | 33 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 51 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter event should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 75 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter message should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Parameter parameters should be final. | 100 |
![]() | Parameter eventBus should be final. | 100 |
![]() | Parameter logger should be final. | 100 |
![]() | Parameter worldView should be final. | 100 |
![]() | Parameter act should be final. | 100 |
![]() | Parameter init should be final. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 107 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Type Javadoc comment is missing an @param <ACT> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <CONTROLLER> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <WORLD_VIEW> tag. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'controller' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'bRobotInitializedCalled' must be private and have accessor methods. | 33 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 51 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter event should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 75 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter message should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Parameter parameters should be final. | 100 |
![]() | Parameter eventBus should be final. | 100 |
![]() | Parameter logger should be final. | 100 |
![]() | Parameter worldView should be final. | 100 |
![]() | Parameter act should be final. | 100 |
![]() | Parameter init should be final. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 107 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Variable 'bot' must be private and have accessor methods. | 21 |
![]() | Variable 'user' must be private and have accessor methods. | 26 |
![]() | Variable 'log' must be private and have accessor methods. | 30 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter bot should be final. | 33 |
![]() | 'bot' hides a field. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter bot should be final. | 45 |
![]() | 'bot' hides a field. | 45 |
![]() | Parameter nfoMessage should be final. | 49 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'getWorldView' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Method 'getAct' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Expected an @return tag. | 94 |
![]() | Method 'getLog' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Variable 'bot' must be private and have accessor methods. | 21 |
![]() | Variable 'user' must be private and have accessor methods. | 26 |
![]() | Variable 'log' must be private and have accessor methods. | 30 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter bot should be final. | 33 |
![]() | 'bot' hides a field. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter bot should be final. | 45 |
![]() | 'bot' hides a field. | 45 |
![]() | Parameter nfoMessage should be final. | 49 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'getWorldView' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Method 'getAct' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Expected an @return tag. | 94 |
![]() | Method 'getLog' is not designed for extension - needs to be abstract, final or empty. | 94 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getOpcodeAt' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter index should be final. | 38 |
![]() | Expected @param tag for 'index'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getMaxValueAt' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter index should be final. | 54 |
![]() | Expected @param tag for 'index'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getMinValueAt' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter index should be final. | 70 |
![]() | Expected @param tag for 'index'. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getOpcodesLength' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getMinValsLength' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getMaxValsLength' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getOpcodeAt' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter index should be final. | 38 |
![]() | Expected @param tag for 'index'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getMaxValueAt' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter index should be final. | 54 |
![]() | Expected @param tag for 'index'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getMinValueAt' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter index should be final. | 70 |
![]() | Expected @param tag for 'index'. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getOpcodesLength' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getMinValsLength' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getMaxValsLength' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getMaxSpeed' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getMaxTorque' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'getMaxFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getMaxRearSteer' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getMaxSpeed' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getMaxTorque' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'getMaxFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getMaxRearSteer' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 62 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getLinkAt' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter index should be final. | 33 |
![]() | Expected @param tag for 'index'. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getJointTypeAt' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter index should be final. | 46 |
![]() | Expected @param tag for 'index'. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getMaxSpeedAt' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter index should be final. | 58 |
![]() | Expected @param tag for 'index'. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getMaxTorqueAt' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter index should be final. | 74 |
![]() | Expected @param tag for 'index'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getMinRangeAt' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter index should be final. | 91 |
![]() | Expected @param tag for 'index'. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getMaxRangeAt' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter index should be final. | 108 |
![]() | Expected @param tag for 'index'. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'getLinksLength' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getLinkAt' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter index should be final. | 33 |
![]() | Expected @param tag for 'index'. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getJointTypeAt' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter index should be final. | 46 |
![]() | Expected @param tag for 'index'. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getMaxSpeedAt' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter index should be final. | 58 |
![]() | Expected @param tag for 'index'. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getMaxTorqueAt' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter index should be final. | 74 |
![]() | Expected @param tag for 'index'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getMinRangeAt' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter index should be final. | 91 |
![]() | Expected @param tag for 'index'. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getMaxRangeAt' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter index should be final. | 108 |
![]() | Expected @param tag for 'index'. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'getLinksLength' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'confType' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 17 |
![]() | Parameter type should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getConfigType' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getFeatureNames' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Method 'getFeatureValueBy' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter Name should be final. | 103 |
![]() | Expected @param tag for 'Name'. | 103 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Method 'getFeatureSize' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter message should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'confType' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 17 |
![]() | Parameter type should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getConfigType' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getFeatureNames' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Method 'getFeatureValueBy' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter Name should be final. | 103 |
![]() | Expected @param tag for 'Name'. | 103 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Method 'getFeatureSize' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter message should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 16 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getSteeringType' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getMass' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 16 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getSteeringType' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getMass' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter type should be final. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | 'if' is not followed by whitespace. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter type should be final. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | 'if' is not followed by whitespace. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 20 |
![]() | '{' should be on the previous line. | 21 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getConfigurationsByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Method 'getConfigurationsByConfigType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter type should be final. | 47 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getConfigurationsByClass' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter c should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Method 'getConfigurationByTypeName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter type should be final. | 105 |
![]() | Parameter name should be final. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | First sentence should end with a period. | 118 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'for' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | 'for' is not followed by whitespace. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getConfigurationsByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Method 'getConfigurationsByConfigType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter type should be final. | 47 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getConfigurationsByClass' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter c should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Method 'getConfigurationByTypeName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter type should be final. | 105 |
![]() | Parameter name should be final. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | First sentence should end with a period. | 118 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'for' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | 'for' is not followed by whitespace. | 129 |
![]() | '{' should be on the previous line. | 130 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Unused @param tag for 'type'. | 26 |
![]() | Parameter clazz should be final. | 29 |
![]() | 'clazz' hides a field. | 29 |
![]() | Parameter kind should be final. | 29 |
![]() | 'kind' hides a field. | 29 |
![]() | Expected @param tag for 'kind'. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Parameter type should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '{' should be on the previous line. | 61 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Unused @param tag for 'type'. | 26 |
![]() | Parameter clazz should be final. | 29 |
![]() | 'clazz' hides a field. | 29 |
![]() | Parameter kind should be final. | 29 |
![]() | 'kind' hides a field. | 29 |
![]() | Expected @param tag for 'kind'. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Parameter type should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '{' should be on the previous line. | 61 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter type should be final. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | 'if' is not followed by whitespace. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter type should be final. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | 'if' is not followed by whitespace. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getGeometriesByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getGeometriesByGeometryType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getGeometriesByClass' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter c should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'for' is not followed by whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getGeometryByTypeName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter type should be final. | 102 |
![]() | Parameter name should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | First sentence should end with a period. | 115 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | 'for' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | 'for' is not followed by whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getGeometriesByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getGeometriesByGeometryType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getGeometriesByClass' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter c should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'for' is not followed by whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getGeometryByTypeName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter type should be final. | 102 |
![]() | Parameter name should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | First sentence should end with a period. | 115 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | 'for' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | 'for' is not followed by whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.geometry.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Unused @param tag for 'type'. | 25 |
![]() | Parameter clazz should be final. | 28 |
![]() | 'clazz' hides a field. | 28 |
![]() | Parameter kinds should be final. | 28 |
![]() | 'kinds' hides a field. | 28 |
![]() | Expected @param tag for 'kinds'. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter type should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'for' is not followed by whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'for' is not followed by whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 63 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.geometry.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Unused @param tag for 'type'. | 25 |
![]() | Parameter clazz should be final. | 28 |
![]() | 'clazz' hides a field. | 28 |
![]() | Parameter kinds should be final. | 28 |
![]() | 'kinds' hides a field. | 28 |
![]() | Expected @param tag for 'kinds'. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter type should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'for' is not followed by whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'for' is not followed by whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 63 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'type' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'name' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter type should be final. | 15 |
![]() | 'type' hides a field. | 15 |
![]() | Parameter name should be final. | 15 |
![]() | 'name' hides a field. | 15 |
![]() | '{' should be on the previous line. | 16 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'type' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'name' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter type should be final. | 15 |
![]() | 'type' hides a field. | 15 |
![]() | Parameter name should be final. | 15 |
![]() | 'name' hides a field. | 15 |
![]() | '{' should be on the previous line. | 16 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.response.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Unused @param tag for 'type'. | 22 |
![]() | Parameter clazz should be final. | 25 |
![]() | 'clazz' hides a field. | 25 |
![]() | Parameter kind should be final. | 25 |
![]() | 'kind' hides a field. | 25 |
![]() | Expected @param tag for 'kind'. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | 'for' is not followed by whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '{' should be on the previous line. | 57 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.response.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Unused @param tag for 'type'. | 22 |
![]() | Parameter clazz should be final. | 25 |
![]() | 'clazz' hides a field. | 25 |
![]() | Parameter kind should be final. | 25 |
![]() | 'kind' hides a field. | 25 |
![]() | Expected @param tag for 'kind'. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | 'for' is not followed by whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '{' should be on the previous line. | 57 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Unused @param tag for 'type'. | 35 |
![]() | Parameter clazz should be final. | 38 |
![]() | 'clazz' hides a field. | 38 |
![]() | Parameter kinds should be final. | 38 |
![]() | 'kinds' hides a field. | 38 |
![]() | Expected @param tag for 'kinds'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter type should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'for' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 73 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 3 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Unused @param tag for 'type'. | 35 |
![]() | Parameter clazz should be final. | 38 |
![]() | 'clazz' hides a field. | 38 |
![]() | Parameter kinds should be final. | 38 |
![]() | 'kinds' hides a field. | 38 |
![]() | Expected @param tag for 'kinds'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter type should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'for' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 73 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Method 'getSensorsByType' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Parameter type should be final. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getSensorsBySensorType' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter type should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | 'for' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getSensorsByClass' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter c should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'for' is not followed by whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'getSensorByTypeName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter type should be final. | 106 |
![]() | Parameter name should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | First sentence should end with a period. | 119 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | 'for' is not followed by whitespace. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'for' is not followed by whitespace. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | File does not end with a newline. | 0 |
![]() | Method 'getSensorsByType' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Parameter type should be final. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getSensorsBySensorType' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter type should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | 'for' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getSensorsByClass' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter c should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'for' is not followed by whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'getSensorByTypeName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter type should be final. | 106 |
![]() | Parameter name should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | First sentence should end with a period. | 119 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | 'for' is not followed by whitespace. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'for' is not followed by whitespace. | 135 |
![]() | '{' should be on the previous line. | 136 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 4 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getSensorsByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | 'for' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getSensorsBySensorType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter type should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'for' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'for' is not followed by whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'getSensorsByClass' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter c should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'for' is not followed by whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'for' is not followed by whitespace. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'getSensorByTypeName' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter type should be final. | 122 |
![]() | Parameter name should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | First sentence should end with a period. | 137 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | 'for' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'for' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Parameter type should be final. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'for' is not followed by whitespace. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'for' is not followed by whitespace. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 4 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Method 'getSensorsByType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | 'for' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getSensorsBySensorType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter type should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'for' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'for' is not followed by whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'getSensorsByClass' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter c should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'for' is not followed by whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'for' is not followed by whitespace. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'getSensorByTypeName' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter type should be final. | 122 |
![]() | Parameter name should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | First sentence should end with a period. | 137 |
![]() | Method 'getNonEmptyDescription' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | 'for' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'for' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Parameter type should be final. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'for' is not followed by whitespace. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'for' is not followed by whitespace. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Method 'getStatesByType' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Parameter type should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | 'if' is not followed by whitespace. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getStatesByVehicleType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'for' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getStatesByClass' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter c should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getAvailibleTypes' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | 'for' is not followed by whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Method 'getStatesByType' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Parameter type should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | 'if' is not followed by whitespace. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | 'if' is not followed by whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getStatesByVehicleType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'for' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getStatesByClass' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter c should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'for' is not followed by whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getAvailibleTypes' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | 'for' is not followed by whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.state.*. | 3 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter clazz should be final. | 20 |
![]() | 'clazz' hides a field. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | Line is longer than 80 characters. | 50 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.state.*. | 3 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter clazz should be final. | 20 |
![]() | 'clazz' hides a field. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | Line is longer than 80 characters. | 50 |
![]() | 'if' is not followed by whitespace. | 50 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | Parameter bot should be final. | 19 |
![]() | Expected @param tag for 'bot'. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | Parameter bot should be final. | 19 |
![]() | Expected @param tag for 'bot'. | 19 |
![]() | '{' should be on the previous line. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | First sentence should end with a period. | 23 |
![]() | Method 'getWheelRadius' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getWheelSeparation' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getWheelBase' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | First sentence should end with a period. | 23 |
![]() | Method 'getWheelRadius' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getWheelSeparation' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getWheelBase' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | '{' should be on the previous line. | 53 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getLinkSize' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getParentLinkSize' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getLocationSize' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getOrientationsSize' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getLinkAt' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter index should be final. | 77 |
![]() | Expected @param tag for 'index'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getParentLink' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter index should be final. | 98 |
![]() | Expected @param tag for 'index'. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter index should be final. | 119 |
![]() | Expected @param tag for 'index'. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'getOrientationAt' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter index should be final. | 140 |
![]() | Expected @param tag for 'index'. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getLinkSize' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getParentLinkSize' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getLocationSize' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getOrientationsSize' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getLinkAt' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter index should be final. | 77 |
![]() | Expected @param tag for 'index'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getParentLink' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter index should be final. | 98 |
![]() | Expected @param tag for 'index'. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter index should be final. | 119 |
![]() | Expected @param tag for 'index'. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'getOrientationAt' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter index should be final. | 140 |
![]() | Expected @param tag for 'index'. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getLocationBy' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter Name should be final. | 47 |
![]() | Expected @param tag for 'Name'. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter index should be final. | 66 |
![]() | Expected @param tag for 'index'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'getMountBy' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter Name should be final. | 85 |
![]() | Expected @param tag for 'Name'. | 85 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getMountAt' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter index should be final. | 104 |
![]() | Expected @param tag for 'index'. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'getOrientationBy' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter Name should be final. | 124 |
![]() | Expected @param tag for 'Name'. | 124 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | Method 'getOrientationAt' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter index should be final. | 143 |
![]() | Expected @param tag for 'index'. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'getSensorEffecterBy' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Parameter Name should be final. | 162 |
![]() | Expected @param tag for 'Name'. | 162 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | 'for' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | Method 'getSensorEffecterAt' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Parameter index should be final. | 183 |
![]() | Expected @param tag for 'index'. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | Method 'getSensorMountCollection' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getLocationBy' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter Name should be final. | 47 |
![]() | Expected @param tag for 'Name'. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter index should be final. | 66 |
![]() | Expected @param tag for 'index'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'getMountBy' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter Name should be final. | 85 |
![]() | Expected @param tag for 'Name'. | 85 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getMountAt' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter index should be final. | 104 |
![]() | Expected @param tag for 'index'. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'getOrientationBy' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter Name should be final. | 124 |
![]() | Expected @param tag for 'Name'. | 124 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | Method 'getOrientationAt' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter index should be final. | 143 |
![]() | Expected @param tag for 'index'. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'getSensorEffecterBy' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Parameter Name should be final. | 162 |
![]() | Expected @param tag for 'Name'. | 162 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | 'for' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | Method 'getSensorEffecterAt' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Parameter index should be final. | 183 |
![]() | Expected @param tag for 'index'. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | Method 'getSensorMountCollection' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | '{' should be on the previous line. | 202 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'geoType' must be private and have accessor methods. | 15 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter message should be final. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'geoType' must be private and have accessor methods. | 15 |
![]() | Parameter type should be final. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter message should be final. | 80 |
![]() | '{' should be on the previous line. | 81 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Parameter type should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Method 'getDimensions' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getCenterOfGravity' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Parameter type should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Method 'getDimensions' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getCenterOfGravity' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 8 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter agent should be final. | 39 |
![]() | Parameter logic should be final. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter agent should be final. | 43 |
![]() | Parameter logic should be final. | 43 |
![]() | Parameter log should be final. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter agent should be final. | 47 |
![]() | Parameter logic should be final. | 47 |
![]() | Parameter log should be final. | 47 |
![]() | Parameter dependencies should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'beforeLogic' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Parameter threadName should be final. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'afterLogic' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Parameter threadName should be final. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | 'if' construct must use '{}'s. | 89 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | 'if' construct must use '{}'s. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'afterLogicException' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Parameter threadName should be final. | 95 |
![]() | Parameter e should be final. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | 'if' construct must use '{}'s. | 102 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'shouldExecuteLogic' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter agent should be final. | 39 |
![]() | Parameter logic should be final. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter agent should be final. | 43 |
![]() | Parameter logic should be final. | 43 |
![]() | Parameter log should be final. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter agent should be final. | 47 |
![]() | Parameter logic should be final. | 47 |
![]() | Parameter log should be final. | 47 |
![]() | Parameter dependencies should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'beforeLogic' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Parameter threadName should be final. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'afterLogic' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Parameter threadName should be final. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | 'if' construct must use '{}'s. | 89 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | 'if' construct must use '{}'s. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'afterLogicException' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Parameter threadName should be final. | 95 |
![]() | Parameter e should be final. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | 'if' construct must use '{}'s. | 102 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'shouldExecuteLogic' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectEvent. | 12 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce. | 15 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter agent should be final. | 38 |
![]() | Parameter logic should be final. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter agent should be final. | 42 |
![]() | Parameter logic should be final. | 42 |
![]() | Parameter log should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter agent should be final. | 46 |
![]() | Parameter logic should be final. | 46 |
![]() | Parameter log should be final. | 46 |
![]() | Parameter dependencies should be final. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter event should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter event should be final. | 60 |
![]() | Method 'logicLatch' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter threadName should be final. | 71 |
![]() | '120' is a magic number. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter startPaused should be final. | 92 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 115 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectEvent. | 12 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.react.EventReact. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.react.ObjectEventReactOnce. | 15 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter agent should be final. | 38 |
![]() | Parameter logic should be final. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter agent should be final. | 42 |
![]() | Parameter logic should be final. | 42 |
![]() | Parameter log should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter agent should be final. | 46 |
![]() | Parameter logic should be final. | 46 |
![]() | Parameter log should be final. | 46 |
![]() | Parameter dependencies should be final. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter event should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter event should be final. | 60 |
![]() | Method 'logicLatch' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter threadName should be final. | 71 |
![]() | '120' is a magic number. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter startPaused should be final. | 92 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 115 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'logicModule' must be private and have accessor methods. | 11 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Parameter bot should be final. | 14 |
![]() | Method 'getLogicInitializeTime' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | '120000' is a magic number. | 21 |
![]() | Method 'getLogicShutdownTime' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | '120000' is a magic number. | 26 |
![]() | Parameter logicModule should be final. | 34 |
![]() | 'logicModule' hides a field. | 34 |
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'logicModule' must be private and have accessor methods. | 11 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Parameter bot should be final. | 14 |
![]() | Method 'getLogicInitializeTime' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | '120000' is a magic number. | 21 |
![]() | Method 'getLogicShutdownTime' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | '120000' is a magic number. | 26 |
![]() | Parameter logicModule should be final. | 34 |
![]() | 'logicModule' hides a field. | 34 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class ConfigMasterModule should be declared as final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'confListener' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'singleton' must be private and have accessor methods. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'configModules' must be private and have accessor methods. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Parameter bot should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Parameter bot should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 69 |
![]() | Unused @param tag for 'c'. | 78 |
![]() | Parameter clazz should be final. | 81 |
![]() | Expected @param tag for 'clazz'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter type should be final. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Parameter type should be final. | 109 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Parameter type should be final. | 123 |
![]() | Parameter name should be final. | 123 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters. | 129 |
![]() | ';' is not followed by whitespace. | 129 |
![]() | First sentence should end with a period. | 132 |
![]() | '{' should be on the previous line. | 139 |
![]() | Parameter type should be final. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Parameter type should be final. | 164 |
![]() | Parameter name should be final. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | Unused @param tag for 'type'. | 175 |
![]() | Parameter message should be final. | 178 |
![]() | Expected @param tag for 'message'. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Parameter message should be final. | 190 |
![]() | Expected @param tag for 'message'. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | Line is longer than 80 characters. | 200 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Parameter message should be final. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 223 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | 'if' is not followed by whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | ';' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 240 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter event should be final. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter worldView should be final. | 255 |
![]() | '{' should be on the previous line. | 256 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class ConfigMasterModule should be declared as final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'confListener' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'singleton' must be private and have accessor methods. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'configModules' must be private and have accessor methods. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Parameter bot should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Parameter bot should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 69 |
![]() | Unused @param tag for 'c'. | 78 |
![]() | Parameter clazz should be final. | 81 |
![]() | Expected @param tag for 'clazz'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter type should be final. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Parameter type should be final. | 109 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Parameter type should be final. | 123 |
![]() | Parameter name should be final. | 123 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters. | 129 |
![]() | ';' is not followed by whitespace. | 129 |
![]() | First sentence should end with a period. | 132 |
![]() | '{' should be on the previous line. | 139 |
![]() | Parameter type should be final. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Parameter type should be final. | 164 |
![]() | Parameter name should be final. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | Unused @param tag for 'type'. | 175 |
![]() | Parameter message should be final. | 178 |
![]() | Expected @param tag for 'message'. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Parameter message should be final. | 190 |
![]() | Expected @param tag for 'message'. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | Line is longer than 80 characters. | 200 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Parameter message should be final. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 223 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | 'if' is not followed by whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | ';' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 240 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter event should be final. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter worldView should be final. | 255 |
![]() | '{' should be on the previous line. | 256 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class GeometryMasterModule should be declared as final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'geoListener' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'singleton' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'geometryModules' must be private and have accessor methods. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Parameter bot should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Parameter bot should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 68 |
![]() | Unused @param tag for 'c'. | 77 |
![]() | Parameter clazz should be final. | 80 |
![]() | Expected @param tag for 'clazz'. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Parameter type should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Parameter type should be final. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Parameter type should be final. | 118 |
![]() | Parameter name should be final. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | ';' is not followed by whitespace. | 124 |
![]() | First sentence should end with a period. | 127 |
![]() | '{' should be on the previous line. | 134 |
![]() | Parameter type should be final. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Parameter type should be final. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Unused @param tag for 'type'. | 171 |
![]() | Parameter message should be final. | 174 |
![]() | Expected @param tag for 'message'. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Parameter message should be final. | 186 |
![]() | Expected @param tag for 'message'. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Line is longer than 80 characters. | 196 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Parameter message should be final. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | 'if' is not followed by whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | 'if' is not followed by whitespace. | 222 |
![]() | '{' should be on the previous line. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | ';' is not followed by whitespace. | 229 |
![]() | '{' should be on the previous line. | 236 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter event should be final. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter worldView should be final. | 251 |
![]() | '{' should be on the previous line. | 252 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class GeometryMasterModule should be declared as final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'geoListener' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'singleton' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'geometryModules' must be private and have accessor methods. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Parameter bot should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Parameter bot should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 68 |
![]() | Unused @param tag for 'c'. | 77 |
![]() | Parameter clazz should be final. | 80 |
![]() | Expected @param tag for 'clazz'. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Parameter type should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Parameter type should be final. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Parameter type should be final. | 118 |
![]() | Parameter name should be final. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | ';' is not followed by whitespace. | 124 |
![]() | First sentence should end with a period. | 127 |
![]() | '{' should be on the previous line. | 134 |
![]() | Parameter type should be final. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Parameter type should be final. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Unused @param tag for 'type'. | 171 |
![]() | Parameter message should be final. | 174 |
![]() | Expected @param tag for 'message'. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Parameter message should be final. | 186 |
![]() | Expected @param tag for 'message'. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Line is longer than 80 characters. | 196 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Parameter message should be final. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | 'if' is not followed by whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | 'if' is not followed by whitespace. | 222 |
![]() | '{' should be on the previous line. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | ';' is not followed by whitespace. | 229 |
![]() | '{' should be on the previous line. | 236 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter event should be final. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter worldView should be final. | 251 |
![]() | '{' should be on the previous line. | 252 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class MissionPackageModule should be declared as final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'packageListener' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'singleton' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'packageModule' must be private and have accessor methods. | 24 |
![]() | First sentence should end with a period. | 26 |
![]() | Parameter bot should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter bot should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | First sentence should end with a period. | 55 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter name should be final. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 88 |
![]() | Parameter message should be final. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Parameter message should be final. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | ';' is not followed by whitespace. | 123 |
![]() | '{' should be on the previous line. | 129 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter event should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter worldView should be final. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class MissionPackageModule should be declared as final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'packageListener' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'singleton' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'packageModule' must be private and have accessor methods. | 24 |
![]() | First sentence should end with a period. | 26 |
![]() | Parameter bot should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter bot should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | First sentence should end with a period. | 55 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter name should be final. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 88 |
![]() | Parameter message should be final. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Parameter message should be final. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | ';' is not followed by whitespace. | 123 |
![]() | '{' should be on the previous line. | 129 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter event should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter worldView should be final. | 144 |
![]() | '{' should be on the previous line. | 145 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 7 |
![]() | '{' should be on the previous line. | 18 |
![]() | Parameter clazz should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 29 |
![]() | '}' should be on the same line. | 33 |
![]() | 'catch' is not followed by whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter type should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '{' should be on the previous line. | 55 |
![]() | '}' should be on the same line. | 60 |
![]() | 'catch' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter type should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | '{' should be on the previous line. | 83 |
![]() | '}' should be on the same line. | 88 |
![]() | 'catch' is not followed by whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Parameter type should be final. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | '{' should be on the previous line. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | '}' should be on the same line. | 115 |
![]() | 'catch' is not followed by whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Parameter type should be final. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 138 |
![]() | '}' should be on the same line. | 143 |
![]() | 'catch' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | Parameter type should be final. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 170 |
![]() | 'catch' is not followed by whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 7 |
![]() | '{' should be on the previous line. | 18 |
![]() | Parameter clazz should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 29 |
![]() | '}' should be on the same line. | 33 |
![]() | 'catch' is not followed by whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter type should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '{' should be on the previous line. | 55 |
![]() | '}' should be on the same line. | 60 |
![]() | 'catch' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter type should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | '{' should be on the previous line. | 83 |
![]() | '}' should be on the same line. | 88 |
![]() | 'catch' is not followed by whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Parameter type should be final. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | '{' should be on the previous line. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | '}' should be on the same line. | 115 |
![]() | 'catch' is not followed by whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Parameter type should be final. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 138 |
![]() | '}' should be on the same line. | 143 |
![]() | 'catch' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | Parameter type should be final. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 170 |
![]() | 'catch' is not followed by whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class ResponseModule should be declared as final. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'respQueue' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'confListener' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'singleton' must be private and have accessor methods. | 23 |
![]() | Unused @param tag for 'type'. | 32 |
![]() | Parameter message should be final. | 35 |
![]() | Expected @param tag for 'message'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | Parameter bot should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter bot should be final. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 97 |
![]() | Parameter message should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter event should be final. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter worldView should be final. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class ResponseModule should be declared as final. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'respQueue' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'confListener' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'singleton' must be private and have accessor methods. | 23 |
![]() | Unused @param tag for 'type'. | 32 |
![]() | Parameter message should be final. | 35 |
![]() | Expected @param tag for 'message'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | Parameter bot should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter bot should be final. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 97 |
![]() | Parameter message should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter event should be final. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter worldView should be final. | 124 |
![]() | '{' should be on the previous line. | 125 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Class SensorMasterModule should be declared as final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'singleton' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'sensorModules' must be private and have accessor methods. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Parameter bot should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Parameter bot should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 68 |
![]() | Parameter type should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter type should be final. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Parameter type should be final. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Parameter c should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Parameter type should be final. | 135 |
![]() | Parameter name should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | First sentence should end with a period. | 144 |
![]() | '{' should be on the previous line. | 152 |
![]() | Unused @param tag for 'type'. | 162 |
![]() | Parameter message should be final. | 165 |
![]() | Expected @param tag for 'message'. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Parameter message should be final. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Parameter message should be final. | 200 |
![]() | '{' should be on the previous line. | 201 |
![]() | 'if' is not followed by whitespace. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 210 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | ';' is not followed by whitespace. | 220 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter event should be final. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter worldView should be final. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Class SensorMasterModule should be declared as final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'singleton' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'sensorModules' must be private and have accessor methods. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Parameter bot should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Parameter bot should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 68 |
![]() | Parameter type should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter type should be final. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Parameter type should be final. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Parameter c should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Parameter type should be final. | 135 |
![]() | Parameter name should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | First sentence should end with a period. | 144 |
![]() | '{' should be on the previous line. | 152 |
![]() | Unused @param tag for 'type'. | 162 |
![]() | Parameter message should be final. | 165 |
![]() | Expected @param tag for 'message'. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Parameter message should be final. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Parameter message should be final. | 200 |
![]() | '{' should be on the previous line. | 201 |
![]() | 'if' is not followed by whitespace. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 210 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | ';' is not followed by whitespace. | 220 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter event should be final. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter worldView should be final. | 242 |
![]() | '{' should be on the previous line. | 243 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Class SensorMasterModuleQueued should be declared as final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'singleton' must be private and have accessor methods. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'sensorModules' must be private and have accessor methods. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Parameter bot should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Parameter bot should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 71 |
![]() | Parameter type should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Parameter type should be final. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Parameter type should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Parameter c should be final. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Parameter type should be final. | 139 |
![]() | Parameter name should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 145 |
![]() | First sentence should end with a period. | 148 |
![]() | '{' should be on the previous line. | 156 |
![]() | Unused @param tag for 'type'. | 166 |
![]() | Parameter message should be final. | 169 |
![]() | Expected @param tag for 'message'. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Parameter message should be final. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Line is longer than 80 characters. | 191 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | ';' is not followed by whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Parameter message should be final. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 216 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | ';' is not followed by whitespace. | 228 |
![]() | '{' should be on the previous line. | 235 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter event should be final. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter worldView should be final. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Class SensorMasterModuleQueued should be declared as final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'singleton' must be private and have accessor methods. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'sensorModules' must be private and have accessor methods. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Parameter bot should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Parameter bot should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 71 |
![]() | Parameter type should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Parameter type should be final. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Parameter type should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Parameter c should be final. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Parameter type should be final. | 139 |
![]() | Parameter name should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 145 |
![]() | First sentence should end with a period. | 148 |
![]() | '{' should be on the previous line. | 156 |
![]() | Unused @param tag for 'type'. | 166 |
![]() | Parameter message should be final. | 169 |
![]() | Expected @param tag for 'message'. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Parameter message should be final. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Line is longer than 80 characters. | 191 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | ';' is not followed by whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Parameter message should be final. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 216 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | ';' is not followed by whitespace. | 228 |
![]() | '{' should be on the previous line. | 235 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter event should be final. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter worldView should be final. | 250 |
![]() | '{' should be on the previous line. | 251 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Type Javadoc comment is missing an @param <Module> tag. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'sensor' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'flagReaded' must be private and have accessor methods. | 23 |
![]() | First sentence should end with a period. | 25 |
![]() | Parameter bot should be final. | 32 |
![]() | Parameter c should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter bot should be final. | 48 |
![]() | Parameter name should be final. | 48 |
![]() | Parameter c should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'createContents' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter clazz should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | '}' should be on the same line. | 69 |
![]() | 'catch' is not followed by whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'isReaded' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getModule' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'fillModule' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter message should be final. | 116 |
![]() | Expected @param tag for 'message'. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 124 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter event should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter worldView should be final. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Type Javadoc comment is missing an @param <Module> tag. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'sensorListener' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'sensor' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'flagReaded' must be private and have accessor methods. | 23 |
![]() | First sentence should end with a period. | 25 |
![]() | Parameter bot should be final. | 32 |
![]() | Parameter c should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter bot should be final. | 48 |
![]() | Parameter name should be final. | 48 |
![]() | Parameter c should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'createContents' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter clazz should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | '}' should be on the same line. | 69 |
![]() | 'catch' is not followed by whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'isReaded' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getModule' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'fillModule' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter message should be final. | 116 |
![]() | Expected @param tag for 'message'. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 124 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter event should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter worldView should be final. | 148 |
![]() | '{' should be on the previous line. | 149 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Class StateMasterModule should be declared as final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'stateListener' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'singleton' must be private and have accessor methods. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'stateModule' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'packageModule' must be private and have accessor methods. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter bot should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Parameter bot should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | First sentence should end with a period. | 60 |
![]() | '{' should be on the previous line. | 67 |
![]() | Parameter type should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Parameter type should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Parameter c should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 123 |
![]() | Parameter message should be final. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | Parameter message should be final. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | Parameter message should be final. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | 'if' is not followed by whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | ';' is not followed by whitespace. | 177 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 194 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter event should be final. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter worldView should be final. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Class StateMasterModule should be declared as final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'stateListener' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'singleton' must be private and have accessor methods. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'stateModule' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'packageModule' must be private and have accessor methods. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter bot should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Parameter bot should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | First sentence should end with a period. | 60 |
![]() | '{' should be on the previous line. | 67 |
![]() | Parameter type should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Parameter type should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Parameter c should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 123 |
![]() | Parameter message should be final. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | Parameter message should be final. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | Parameter message should be final. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | 'if' is not followed by whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | ';' is not followed by whitespace. | 177 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 194 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter event should be final. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter worldView should be final. | 209 |
![]() | '{' should be on the previous line. | 210 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Parameter bot should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getGameType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Parameter bot should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getGameType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Parameter bot should be final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getStartPosesSize' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'getStartPoses' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Parameter bot should be final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getStartPosesSize' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'getStartPoses' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '{' should be on the previous line. | 44 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'nfoListener' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 18 |
![]() | Parameter bot should be final. | 28 |
![]() | Parameter type should be final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter event should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '}' should be on the same line. | 64 |
![]() | '{' should be on the previous line. | 66 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter worldView should be final. | 86 |
![]() | Parameter type should be final. | 86 |
![]() | 'type' hides a field. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Unused @param tag for 'new'. | 95 |
![]() | Parameter message should be final. | 99 |
![]() | Expected @param tag for 'message'. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'nfoListener' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 18 |
![]() | Parameter bot should be final. | 28 |
![]() | Parameter type should be final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter event should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '}' should be on the same line. | 64 |
![]() | '{' should be on the previous line. | 66 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter worldView should be final. | 86 |
![]() | Parameter type should be final. | 86 |
![]() | 'type' hides a field. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Unused @param tag for 'new'. | 95 |
![]() | Parameter message should be final. | 99 |
![]() | Expected @param tag for 'message'. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'if' is not followed by whitespace. | 101 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 5 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getNameAt' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter index should be final. | 31 |
![]() | Expected @param tag for 'index'. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | 'if' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getFOVAt' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter index should be final. | 48 |
![]() | Expected @param tag for 'index'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getStatusAt' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter index should be final. | 74 |
![]() | Expected @param tag for 'index'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 5 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getNameAt' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter index should be final. | 31 |
![]() | Expected @param tag for 'index'. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | 'if' is not followed by whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getFOVAt' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter index should be final. | 48 |
![]() | Expected @param tag for 'index'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getStatusAt' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter index should be final. | 74 |
![]() | Expected @param tag for 'index'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'type' must be private and have accessor methods. | 15 |
![]() | Parameter type should be final. | 24 |
![]() | 'type' hides a field. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getResponseType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter message should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'type' must be private and have accessor methods. | 15 |
![]() | Parameter type should be final. | 24 |
![]() | 'type' hides a field. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getResponseType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter message should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 5 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getStatusOne' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getStatusTwo' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Method 'getStatusThree' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'getStatusFour' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '3' is a magic number. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | '3' is a magic number. | 125 |
![]() | Method 'getViewportOne' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Method 'getViewportTwo' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | Method 'getViewportThree' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Method 'getViewportFour' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | '3' is a magic number. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | '3' is a magic number. | 193 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 214 |
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 5 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getStatusOne' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getStatusTwo' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Method 'getStatusThree' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'getStatusFour' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '3' is a magic number. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | '3' is a magic number. | 125 |
![]() | Method 'getViewportOne' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Method 'getViewportTwo' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | Method 'getViewportThree' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Method 'getViewportFour' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | '3' is a magic number. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | '3' is a magic number. | 193 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 214 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getAcceleration' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getAcceleration' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 31 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getTickByName' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter Name should be final. | 35 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getEncoderNames' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getEncodersSize' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 72 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getTickByName' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter Name should be final. | 35 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getEncoderNames' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getEncodersSize' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 72 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'getFix' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'getSatellites' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'getFix' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'getSatellites' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | '{' should be on the previous line. | 42 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getPos2D' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getPos3D' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'getCorona' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'isVisible' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getPos2D' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getPos3D' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'getCorona' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'isVisible' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getProbability' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getProbability' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '{' should be on the previous line. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Parameter list should be final. | 35 |
![]() | Parameter from should be final. | 35 |
![]() | Expected @param tag for 'from'. | 35 |
![]() | Parameter to should be final. | 35 |
![]() | Expected @param tag for 'to'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | 'for' is not followed by whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'getClosestObstacleCourse' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '}' should be on the same line. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Method 'getClosestObstacleDistance' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | 'for' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'getMostOpenDirection' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter backwardsTreshold should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | '3' is a magic number. | 100 |
![]() | '10' is a magic number. | 101 |
![]() | '10' is a magic number. | 102 |
![]() | '10' is a magic number. | 102 |
![]() | '10' is a magic number. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '4' is a magic number. | 107 |
![]() | '}' should be on the same line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '400' is a magic number. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | '}' should be on the same line. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '}' should be on the same line. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | '}' should be on the same line. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | Method 'getRangeAt' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Parameter index should be final. | 174 |
![]() | Expected @param tag for 'index'. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Comment matches to-do format 'TODO:'. | 176 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '}' should be on the same line. | 181 |
![]() | '{' should be on the previous line. | 183 |
![]() | Method 'getRangesSize' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'getNMidAvg' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter numOfRays should be final. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Method 'getNMidAvg' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter numOfRays should be final. | 231 |
![]() | Parameter offset should be final. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | 'if' is not followed by whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | '}' should be on the same line. | 244 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | 'for' is not followed by whitespace. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Parameter list should be final. | 35 |
![]() | Parameter from should be final. | 35 |
![]() | Expected @param tag for 'from'. | 35 |
![]() | Parameter to should be final. | 35 |
![]() | Expected @param tag for 'to'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | 'for' is not followed by whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'getClosestObstacleCourse' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '}' should be on the same line. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Method 'getClosestObstacleDistance' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | 'for' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'getMostOpenDirection' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter backwardsTreshold should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | '3' is a magic number. | 100 |
![]() | '10' is a magic number. | 101 |
![]() | '10' is a magic number. | 102 |
![]() | '10' is a magic number. | 102 |
![]() | '10' is a magic number. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '4' is a magic number. | 107 |
![]() | '}' should be on the same line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '400' is a magic number. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | '}' should be on the same line. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '}' should be on the same line. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | '}' should be on the same line. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | Method 'getRangeAt' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Parameter index should be final. | 174 |
![]() | Expected @param tag for 'index'. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Comment matches to-do format 'TODO:'. | 176 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '}' should be on the same line. | 181 |
![]() | '{' should be on the previous line. | 183 |
![]() | Method 'getRangesSize' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'getNMidAvg' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter numOfRays should be final. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Method 'getNMidAvg' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter numOfRays should be final. | 231 |
![]() | Parameter offset should be final. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | 'if' is not followed by whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | '}' should be on the same line. | 244 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | 'for' is not followed by whitespace. | 250 |
![]() | '{' should be on the previous line. | 251 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getPose' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getPose' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '{' should be on the previous line. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getIDAt' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Parameter index should be final. | 40 |
![]() | Expected @param tag for 'index'. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '}' should be on the same line. | 45 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter index should be final. | 60 |
![]() | Expected @param tag for 'index'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '}' should be on the same line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getIDSize' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getLocationsSize' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'getIDAt' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Parameter index should be final. | 40 |
![]() | Expected @param tag for 'index'. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '}' should be on the same line. | 45 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter index should be final. | 60 |
![]() | Expected @param tag for 'index'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '}' should be on the same line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getIDSize' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getLocationsSize' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Method 'getRangeByName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter Name should be final. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getRangeNames' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | '{' should be on the previous line. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Method 'getRangeByName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter Name should be final. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getRangeNames' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getLoudness' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | '{' should be on the previous line. | 20 |
![]() | Method 'getLoudness' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '{' should be on the previous line. | 43 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.usar2004.agent.USAR2004Bot. | 3 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'getTouchByName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter Name should be final. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getTouchNames' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getTouchesSize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '{' should be on the previous line. | 67 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.usar2004.agent.USAR2004Bot. | 3 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'getTouchByName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter Name should be final. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getTouchNames' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getTouchesSize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getPartNameAt' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter index should be final. | 37 |
![]() | Expected @param tag for 'index'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | 'if' is not followed by whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '}' should be on the same line. | 42 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter index should be final. | 57 |
![]() | Expected @param tag for 'index'. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '}' should be on the same line. | 62 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'getLocationSize' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getPartNamesSize' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Method 'getPartNames' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getPartNameAt' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter index should be final. | 37 |
![]() | Expected @param tag for 'index'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | 'if' is not followed by whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '}' should be on the same line. | 42 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'getLocationAt' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter index should be final. | 57 |
![]() | Expected @param tag for 'index'. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '}' should be on the same line. | 62 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'getLocationSize' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getPartNamesSize' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Method 'getPartNames' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'sensorType' must be private and have accessor methods. | 18 |
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter type should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter message should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 147 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'sensorType' must be private and have accessor methods. | 18 |
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter type should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter message should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 147 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter message should be final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | First sentence should end with a period. | 53 |
![]() | Expected an @return tag. | 58 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'GetLinkStateList' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Name 'GetLinkStateList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter message should be final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | First sentence should end with a period. | 53 |
![]() | Expected an @return tag. | 58 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'GetLinkStateList' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Name 'GetLinkStateList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | '{' should be on the previous line. | 23 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 |
![]() | '{' should be on the previous line. | 18 |
![]() | Method 'getRudderAngle' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getRudderSteer' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 |
![]() | '{' should be on the previous line. | 18 |
![]() | Method 'getRudderAngle' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'getRudderSteer' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '{' should be on the previous line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'vehicleType' must be private and have accessor methods. | 17 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter type should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter message should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getBattery' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'getFlashLightIntensity' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'isFlashLightToogle' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'getVehicleType' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'lastMessage' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'vehicleType' must be private and have accessor methods. | 17 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter type should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter message should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'isReady' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getBattery' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'getFlashLightIntensity' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'isFlashLightToogle' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'getVehicleType' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.impl.AgentId. | 4 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.params.IAgentParameters. | 5 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner. | 7 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.connection.impl.socket.ISocketConnectionAddress. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'setAgentId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter agentId should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'setWorldAddress' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Parameter address should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.impl.AgentId. | 4 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.params.IAgentParameters. | 5 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner. | 7 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.connection.impl.socket.ISocketConnectionAddress. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'setAgentId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter agentId should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'setWorldAddress' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Parameter address should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Method 'getWorldEvent' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 22 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Method 'getWorldEvent' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 22 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 10 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Expected an @return tag. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Parameter unrealId should be final. | 20 |
![]() | Expected @param tag for 'unrealId'. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Expected an @return tag. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Parameter unrealId should be final. | 20 |
![]() | Expected @param tag for 'unrealId'. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 177 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 217 |
![]() | Line has trailing spaces. | 219 |
![]() | Line has trailing spaces. | 227 |
![]() | Line has trailing spaces. | 238 |
![]() | Line has trailing spaces. | 250 |
![]() | Line has trailing spaces. | 282 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 12 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 177 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 217 |
![]() | Line has trailing spaces. | 219 |
![]() | Line has trailing spaces. | 227 |
![]() | Line has trailing spaces. | 238 |
![]() | Line has trailing spaces. | 250 |
![]() | Line has trailing spaces. | 282 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'degree' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'minute' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'cardinal' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter degree should be final. | 15 |
![]() | 'degree' hides a field. | 15 |
![]() | Parameter minute should be final. | 15 |
![]() | 'minute' hides a field. | 15 |
![]() | Parameter cardinal should be final. | 15 |
![]() | 'cardinal' hides a field. | 15 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter item should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter degree should be final. | 33 |
![]() | 'degree' hides a field. | 33 |
![]() | Parameter minute should be final. | 33 |
![]() | 'minute' hides a field. | 33 |
![]() | Parameter cardinal should be final. | 33 |
![]() | 'cardinal' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getCardinal' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'degree' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'minute' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'cardinal' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter degree should be final. | 15 |
![]() | 'degree' hides a field. | 15 |
![]() | Parameter minute should be final. | 15 |
![]() | 'minute' hides a field. | 15 |
![]() | Parameter cardinal should be final. | 15 |
![]() | 'cardinal' hides a field. | 15 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter item should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter degree should be final. | 33 |
![]() | 'degree' hides a field. | 33 |
![]() | Parameter minute should be final. | 33 |
![]() | 'minute' hides a field. | 33 |
![]() | Parameter cardinal should be final. | 33 |
![]() | 'cardinal' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getCardinal' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter degree should be final. | 18 |
![]() | Parameter minute should be final. | 18 |
![]() | Parameter cardinal should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Name 'DMCToMinutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Parameter latitude should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '60' is a magic number. | 32 |
![]() | '?' is not preceded with whitespace. | 33 |
![]() | Avoid inline conditionals. | 33 |
![]() | '?' is not followed by whitespace. | 33 |
![]() | ':' is not preceded with whitespace. | 33 |
![]() | ':' is not followed by whitespace. | 33 |
![]() | Name 'MinutesTODMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Parameter minutes should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '60' is a magic number. | 45 |
![]() | '60' is a magic number. | 46 |
![]() | '?' is not preceded with whitespace. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | '?' is not followed by whitespace. | 47 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | ':' is not followed by whitespace. | 47 |
![]() | Name 'DMCToDegree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Parameter latitude should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '60d' is a magic number. | 60 |
![]() | '?' is not preceded with whitespace. | 61 |
![]() | Avoid inline conditionals. | 61 |
![]() | '?' is not followed by whitespace. | 61 |
![]() | ':' is not preceded with whitespace. | 61 |
![]() | ':' is not followed by whitespace. | 61 |
![]() | Name 'DegreeToDMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter degree should be final. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '60' is a magic number. | 74 |
![]() | '?' is not preceded with whitespace. | 75 |
![]() | Avoid inline conditionals. | 75 |
![]() | '?' is not followed by whitespace. | 75 |
![]() | ':' is not preceded with whitespace. | 75 |
![]() | ':' is not followed by whitespace. | 75 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter degree should be final. | 18 |
![]() | Parameter minute should be final. | 18 |
![]() | Parameter cardinal should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Name 'DMCToMinutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Parameter latitude should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '60' is a magic number. | 32 |
![]() | '?' is not preceded with whitespace. | 33 |
![]() | Avoid inline conditionals. | 33 |
![]() | '?' is not followed by whitespace. | 33 |
![]() | ':' is not preceded with whitespace. | 33 |
![]() | ':' is not followed by whitespace. | 33 |
![]() | Name 'MinutesTODMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Parameter minutes should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '60' is a magic number. | 45 |
![]() | '60' is a magic number. | 46 |
![]() | '?' is not preceded with whitespace. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | '?' is not followed by whitespace. | 47 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | ':' is not followed by whitespace. | 47 |
![]() | Name 'DMCToDegree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Parameter latitude should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '60d' is a magic number. | 60 |
![]() | '?' is not preceded with whitespace. | 61 |
![]() | Avoid inline conditionals. | 61 |
![]() | '?' is not followed by whitespace. | 61 |
![]() | ':' is not preceded with whitespace. | 61 |
![]() | ':' is not followed by whitespace. | 61 |
![]() | Name 'DegreeToDMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter degree should be final. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '60' is a magic number. | 74 |
![]() | '?' is not preceded with whitespace. | 75 |
![]() | Avoid inline conditionals. | 75 |
![]() | '?' is not followed by whitespace. | 75 |
![]() | ':' is not preceded with whitespace. | 75 |
![]() | ':' is not followed by whitespace. | 75 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter link should be final. | 26 |
![]() | 'link' hides a field. | 26 |
![]() | Parameter value should be final. | 26 |
![]() | 'value' hides a field. | 26 |
![]() | Parameter torque should be final. | 26 |
![]() | 'torque' hides a field. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter link should be final. | 39 |
![]() | 'link' hides a field. | 39 |
![]() | Parameter value should be final. | 39 |
![]() | 'value' hides a field. | 39 |
![]() | Parameter torque should be final. | 39 |
![]() | 'torque' hides a field. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter tplLS should be final. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter link should be final. | 26 |
![]() | 'link' hides a field. | 26 |
![]() | Parameter value should be final. | 26 |
![]() | 'value' hides a field. | 26 |
![]() | Parameter torque should be final. | 26 |
![]() | 'torque' hides a field. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter link should be final. | 39 |
![]() | 'link' hides a field. | 39 |
![]() | Parameter value should be final. | 39 |
![]() | 'value' hides a field. | 39 |
![]() | Parameter torque should be final. | 39 |
![]() | 'torque' hides a field. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter tplLS should be final. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '{' should be on the previous line. | 71 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter l should be final. | 33 |
![]() | Parameter v should be final. | 33 |
![]() | Parameter t should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter ls should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter l should be final. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter v should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'addTorque' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter t should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'GetLinkStateList' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'GetLinkStateList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | 'for' is not followed by whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | '}' should be on the same line. | 78 |
![]() | 'catch' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter l should be final. | 33 |
![]() | Parameter v should be final. | 33 |
![]() | Parameter t should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter ls should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter l should be final. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter v should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'addTorque' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter t should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'GetLinkStateList' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'GetLinkStateList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | 'for' is not followed by whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | '}' should be on the same line. | 78 |
![]() | 'catch' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter degree should be final. | 18 |
![]() | Parameter minute should be final. | 18 |
![]() | Parameter cardinal should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Name 'DMCToMinutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Parameter longitude should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '60' is a magic number. | 32 |
![]() | '?' is not preceded with whitespace. | 33 |
![]() | Avoid inline conditionals. | 33 |
![]() | '?' is not followed by whitespace. | 33 |
![]() | ':' is not preceded with whitespace. | 33 |
![]() | ':' is not followed by whitespace. | 33 |
![]() | Name 'MinutesTODMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Parameter minutes should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '60' is a magic number. | 45 |
![]() | '60' is a magic number. | 46 |
![]() | '?' is not preceded with whitespace. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | '?' is not followed by whitespace. | 47 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | ':' is not followed by whitespace. | 47 |
![]() | Name 'DMCToDegree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Parameter longitude should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '60d' is a magic number. | 60 |
![]() | '?' is not preceded with whitespace. | 61 |
![]() | Avoid inline conditionals. | 61 |
![]() | '?' is not followed by whitespace. | 61 |
![]() | ':' is not preceded with whitespace. | 61 |
![]() | ':' is not followed by whitespace. | 61 |
![]() | Name 'DegreeToDMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter degree should be final. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '60' is a magic number. | 74 |
![]() | '?' is not preceded with whitespace. | 75 |
![]() | Avoid inline conditionals. | 75 |
![]() | '?' is not followed by whitespace. | 75 |
![]() | ':' is not preceded with whitespace. | 75 |
![]() | ':' is not followed by whitespace. | 75 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter degree should be final. | 18 |
![]() | Parameter minute should be final. | 18 |
![]() | Parameter cardinal should be final. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Name 'DMCToMinutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Parameter longitude should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '60' is a magic number. | 32 |
![]() | '?' is not preceded with whitespace. | 33 |
![]() | Avoid inline conditionals. | 33 |
![]() | '?' is not followed by whitespace. | 33 |
![]() | ':' is not preceded with whitespace. | 33 |
![]() | ':' is not followed by whitespace. | 33 |
![]() | Name 'MinutesTODMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Parameter minutes should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '60' is a magic number. | 45 |
![]() | '60' is a magic number. | 46 |
![]() | '?' is not preceded with whitespace. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | '?' is not followed by whitespace. | 47 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | ':' is not followed by whitespace. | 47 |
![]() | Name 'DMCToDegree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Parameter longitude should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '60d' is a magic number. | 60 |
![]() | '?' is not preceded with whitespace. | 61 |
![]() | Avoid inline conditionals. | 61 |
![]() | '?' is not followed by whitespace. | 61 |
![]() | ':' is not preceded with whitespace. | 61 |
![]() | ':' is not followed by whitespace. | 61 |
![]() | Name 'DegreeToDMC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter degree should be final. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '60' is a magic number. | 74 |
![]() | '?' is not preceded with whitespace. | 75 |
![]() | Avoid inline conditionals. | 75 |
![]() | '?' is not followed by whitespace. | 75 |
![]() | ':' is not preceded with whitespace. | 75 |
![]() | ':' is not followed by whitespace. | 75 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter x should be final. | 22 |
![]() | 'x' hides a field. | 22 |
![]() | Parameter y should be final. | 22 |
![]() | 'y' hides a field. | 22 |
![]() | Parameter theta should be final. | 22 |
![]() | 'theta' hides a field. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'getTheta' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter x should be final. | 44 |
![]() | 'x' hides a field. | 44 |
![]() | Parameter y should be final. | 44 |
![]() | 'y' hides a field. | 44 |
![]() | Parameter theta should be final. | 44 |
![]() | 'theta' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter tplOP should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter x should be final. | 22 |
![]() | 'x' hides a field. | 22 |
![]() | Parameter y should be final. | 22 |
![]() | 'y' hides a field. | 22 |
![]() | Parameter theta should be final. | 22 |
![]() | 'theta' hides a field. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'getTheta' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter x should be final. | 44 |
![]() | 'x' hides a field. | 44 |
![]() | Parameter y should be final. | 44 |
![]() | 'y' hides a field. | 44 |
![]() | Parameter theta should be final. | 44 |
![]() | 'theta' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter tplOP should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 61 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'first' must be private and have accessor methods. | 15 |
![]() | Variable 'second' must be private and have accessor methods. | 15 |
![]() | Variable 'third' must be private and have accessor methods. | 15 |
![]() | Variable 'fourth' must be private and have accessor methods. | 15 |
![]() | Variable 'fifth' must be private and have accessor methods. | 15 |
![]() | Variable 'sixth' must be private and have accessor methods. | 15 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter f1 should be final. | 17 |
![]() | Parameter f2 should be final. | 17 |
![]() | Parameter f3 should be final. | 17 |
![]() | Parameter f4 should be final. | 17 |
![]() | Parameter f5 should be final. | 17 |
![]() | Parameter f6 should be final. | 17 |
![]() | Unused @throws tag for 'RuntimeException'. | 31 |
![]() | Parameter f should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | 'if' is not followed by whitespace. | 35 |
![]() | '6' is a magic number. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '3' is a magic number. | 40 |
![]() | '4' is a magic number. | 41 |
![]() | '5' is a magic number. | 42 |
![]() | '}' should be on the same line. | 43 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter f should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getFirst' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getThird' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getFourth' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'getFifth' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'getSixth' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter f1 should be final. | 107 |
![]() | Parameter f2 should be final. | 107 |
![]() | Parameter f3 should be final. | 107 |
![]() | Parameter f4 should be final. | 107 |
![]() | Parameter f5 should be final. | 107 |
![]() | Parameter f6 should be final. | 107 |
![]() | Unused @throws tag for 'RuntimeException'. | 121 |
![]() | Parameter f should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '6' is a magic number. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '3' is a magic number. | 130 |
![]() | '4' is a magic number. | 131 |
![]() | '5' is a magic number. | 132 |
![]() | '}' should be on the same line. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'first' must be private and have accessor methods. | 15 |
![]() | Variable 'second' must be private and have accessor methods. | 15 |
![]() | Variable 'third' must be private and have accessor methods. | 15 |
![]() | Variable 'fourth' must be private and have accessor methods. | 15 |
![]() | Variable 'fifth' must be private and have accessor methods. | 15 |
![]() | Variable 'sixth' must be private and have accessor methods. | 15 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter f1 should be final. | 17 |
![]() | Parameter f2 should be final. | 17 |
![]() | Parameter f3 should be final. | 17 |
![]() | Parameter f4 should be final. | 17 |
![]() | Parameter f5 should be final. | 17 |
![]() | Parameter f6 should be final. | 17 |
![]() | Unused @throws tag for 'RuntimeException'. | 31 |
![]() | Parameter f should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | 'if' is not followed by whitespace. | 35 |
![]() | '6' is a magic number. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '3' is a magic number. | 40 |
![]() | '4' is a magic number. | 41 |
![]() | '5' is a magic number. | 42 |
![]() | '}' should be on the same line. | 43 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter f should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getFirst' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getThird' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getFourth' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'getFifth' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'getSixth' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter f1 should be final. | 107 |
![]() | Parameter f2 should be final. | 107 |
![]() | Parameter f3 should be final. | 107 |
![]() | Parameter f4 should be final. | 107 |
![]() | Parameter f5 should be final. | 107 |
![]() | Parameter f6 should be final. | 107 |
![]() | Unused @throws tag for 'RuntimeException'. | 121 |
![]() | Parameter f should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '6' is a magic number. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '3' is a magic number. | 130 |
![]() | '4' is a magic number. | 131 |
![]() | '5' is a magic number. | 132 |
![]() | '}' should be on the same line. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'Orientation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'Mount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'getMount' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter loc should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter a should be final. | 53 |
![]() | Parameter b should be final. | 53 |
![]() | Parameter c should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'setMount' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter mount should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter name should be final. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter orientation should be final. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter x should be final. | 73 |
![]() | Parameter y should be final. | 73 |
![]() | Parameter z should be final. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'Orientation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'Mount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'getMount' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter loc should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter a should be final. | 53 |
![]() | Parameter b should be final. | 53 |
![]() | Parameter c should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'setMount' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter mount should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter name should be final. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter orientation should be final. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter x should be final. | 73 |
![]() | Parameter y should be final. | 73 |
![]() | Parameter z should be final. | 73 |
![]() | '{' should be on the previous line. | 74 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter name should be final. | 23 |
![]() | 'name' hides a field. | 23 |
![]() | Parameter position should be final. | 23 |
![]() | 'position' hides a field. | 23 |
![]() | Parameter orientation should be final. | 23 |
![]() | 'orientation' hides a field. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter name should be final. | 36 |
![]() | 'name' hides a field. | 36 |
![]() | Parameter position should be final. | 36 |
![]() | 'position' hides a field. | 36 |
![]() | Parameter orientation should be final. | 36 |
![]() | 'orientation' hides a field. | 36 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter original should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter name should be final. | 23 |
![]() | 'name' hides a field. | 23 |
![]() | Parameter position should be final. | 23 |
![]() | 'position' hides a field. | 23 |
![]() | Parameter orientation should be final. | 23 |
![]() | 'orientation' hides a field. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter name should be final. | 36 |
![]() | 'name' hides a field. | 36 |
![]() | Parameter position should be final. | 36 |
![]() | 'position' hides a field. | 36 |
![]() | Parameter orientation should be final. | 36 |
![]() | 'orientation' hides a field. | 36 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter original should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getOrientation' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter color should be final. | 25 |
![]() | 'color' hides a field. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'for' is not followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '{' should be on the previous line. | 56 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter color should be final. | 25 |
![]() | 'color' hides a field. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter type should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'for' is not followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '{' should be on the previous line. | 56 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Speed should be final. | 16 |
![]() | 'Speed' hides a field. | 16 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter FrontSteer should be final. | 16 |
![]() | 'FrontSteer' hides a field. | 16 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter RearSteer should be final. | 16 |
![]() | 'RearSteer' hides a field. | 16 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Flip should be final. | 16 |
![]() | 'Flip' hides a field. | 16 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'Speed' must be private and have accessor methods. | 41 |
![]() | Method 'getSpeed' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setSpeed' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Speed should be final. | 48 |
![]() | 'Speed' hides a field. | 48 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'FrontSteer' must be private and have accessor methods. | 59 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'setFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter FrontSteer should be final. | 66 |
![]() | 'FrontSteer' hides a field. | 66 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'RearSteer' must be private and have accessor methods. | 72 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'setRearSteer' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter RearSteer should be final. | 79 |
![]() | 'RearSteer' hides a field. | 79 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 89 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter Normalized should be final. | 96 |
![]() | 'Normalized' hides a field. | 96 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable 'Light' must be private and have accessor methods. | 102 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter Light should be final. | 109 |
![]() | 'Light' hides a field. | 109 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() | Variable 'Flip' must be private and have accessor methods. | 115 |
![]() | Method 'isFlip' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'setFlip' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter Flip should be final. | 122 |
![]() | 'Flip' hides a field. | 122 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Parameter original should be final. | 145 |
![]() | Expected @param tag for 'original'. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Speed should be final. | 16 |
![]() | 'Speed' hides a field. | 16 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter FrontSteer should be final. | 16 |
![]() | 'FrontSteer' hides a field. | 16 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter RearSteer should be final. | 16 |
![]() | 'RearSteer' hides a field. | 16 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Flip should be final. | 16 |
![]() | 'Flip' hides a field. | 16 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'Speed' must be private and have accessor methods. | 41 |
![]() | Method 'getSpeed' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setSpeed' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Speed should be final. | 48 |
![]() | 'Speed' hides a field. | 48 |
![]() | Name 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'FrontSteer' must be private and have accessor methods. | 59 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'setFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter FrontSteer should be final. | 66 |
![]() | 'FrontSteer' hides a field. | 66 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'RearSteer' must be private and have accessor methods. | 72 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'setRearSteer' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter RearSteer should be final. | 79 |
![]() | 'RearSteer' hides a field. | 79 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 89 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter Normalized should be final. | 96 |
![]() | 'Normalized' hides a field. | 96 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable 'Light' must be private and have accessor methods. | 102 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter Light should be final. | 109 |
![]() | 'Light' hides a field. | 109 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() | Variable 'Flip' must be private and have accessor methods. | 115 |
![]() | Method 'isFlip' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'setFlip' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter Flip should be final. | 122 |
![]() | 'Flip' hides a field. | 122 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Parameter original should be final. | 145 |
![]() | Expected @param tag for 'original'. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '{' should be on the previous line. | 186 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter AltitudeVelocity should be final. | 16 |
![]() | 'AltitudeVelocity' hides a field. | 16 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter LinearVelocity should be final. | 16 |
![]() | 'LinearVelocity' hides a field. | 16 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter LateralVelocity should be final. | 16 |
![]() | 'LateralVelocity' hides a field. | 16 |
![]() | Name 'LateralVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter RotationalVelocity should be final. | 16 |
![]() | 'RotationalVelocity' hides a field. | 16 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'AltitudeVelocity' must be private and have accessor methods. | 40 |
![]() | Method 'getAltitudeVelocity' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setAltitudeVelocity' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter AltitudeVelocity should be final. | 47 |
![]() | 'AltitudeVelocity' hides a field. | 47 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'LinearVelocity' must be private and have accessor methods. | 58 |
![]() | Method 'getLinearVelocity' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setLinearVelocity' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter LinearVelocity should be final. | 65 |
![]() | 'LinearVelocity' hides a field. | 65 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'LateralVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Variable 'LateralVelocity' must be private and have accessor methods. | 76 |
![]() | Method 'getLaterarVelocity' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'setLaterarVelocity' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter LaterarVelocity should be final. | 83 |
![]() | Name 'LaterarVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() | Variable 'RotationalVelocity' must be private and have accessor methods. | 94 |
![]() | Method 'getRotationalVelocity' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'setRotationalVelocity' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter RotationalVelocity should be final. | 101 |
![]() | 'RotationalVelocity' hides a field. | 101 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 117 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Parameter original should be final. | 134 |
![]() | Expected @param tag for 'original'. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '{' should be on the previous line. | 145 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Line is longer than 80 characters. | 179 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter AltitudeVelocity should be final. | 16 |
![]() | 'AltitudeVelocity' hides a field. | 16 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter LinearVelocity should be final. | 16 |
![]() | 'LinearVelocity' hides a field. | 16 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter LateralVelocity should be final. | 16 |
![]() | 'LateralVelocity' hides a field. | 16 |
![]() | Name 'LateralVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter RotationalVelocity should be final. | 16 |
![]() | 'RotationalVelocity' hides a field. | 16 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'AltitudeVelocity' must be private and have accessor methods. | 40 |
![]() | Method 'getAltitudeVelocity' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setAltitudeVelocity' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter AltitudeVelocity should be final. | 47 |
![]() | 'AltitudeVelocity' hides a field. | 47 |
![]() | Name 'AltitudeVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'LinearVelocity' must be private and have accessor methods. | 58 |
![]() | Method 'getLinearVelocity' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setLinearVelocity' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter LinearVelocity should be final. | 65 |
![]() | 'LinearVelocity' hides a field. | 65 |
![]() | Name 'LinearVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'LateralVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Variable 'LateralVelocity' must be private and have accessor methods. | 76 |
![]() | Method 'getLaterarVelocity' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'setLaterarVelocity' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter LaterarVelocity should be final. | 83 |
![]() | Name 'LaterarVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() | Variable 'RotationalVelocity' must be private and have accessor methods. | 94 |
![]() | Method 'getRotationalVelocity' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'setRotationalVelocity' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter RotationalVelocity should be final. | 101 |
![]() | 'RotationalVelocity' hides a field. | 101 |
![]() | Name 'RotationalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 117 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Parameter original should be final. | 134 |
![]() | Expected @param tag for 'original'. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '{' should be on the previous line. | 145 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Line is longer than 80 characters. | 179 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Steer should be final. | 16 |
![]() | 'Steer' hides a field. | 16 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Order should be final. | 16 |
![]() | 'Order' hides a field. | 16 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Value should be final. | 16 |
![]() | 'Value' hides a field. | 16 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Variable 'Name' must be private and have accessor methods. | 34 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter Name should be final. | 41 |
![]() | 'Name' hides a field. | 41 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Steer' must be private and have accessor methods. | 47 |
![]() | Method 'getSteer' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setSteer' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Steer should be final. | 54 |
![]() | 'Steer' hides a field. | 54 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'Order' must be private and have accessor methods. | 64 |
![]() | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter Order should be final. | 71 |
![]() | 'Order' hides a field. | 71 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Variable 'Value' must be private and have accessor methods. | 81 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter Value should be final. | 88 |
![]() | 'Value' hides a field. | 88 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Parameter original should be final. | 110 |
![]() | Expected @param tag for 'original'. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Steer should be final. | 16 |
![]() | 'Steer' hides a field. | 16 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Order should be final. | 16 |
![]() | 'Order' hides a field. | 16 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Value should be final. | 16 |
![]() | 'Value' hides a field. | 16 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Variable 'Name' must be private and have accessor methods. | 34 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter Name should be final. | 41 |
![]() | 'Name' hides a field. | 41 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Steer' must be private and have accessor methods. | 47 |
![]() | Method 'getSteer' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setSteer' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Steer should be final. | 54 |
![]() | 'Steer' hides a field. | 54 |
![]() | Name 'Steer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'Order' must be private and have accessor methods. | 64 |
![]() | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter Order should be final. | 71 |
![]() | 'Order' hides a field. | 71 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Variable 'Value' must be private and have accessor methods. | 81 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter Value should be final. | 88 |
![]() | 'Value' hides a field. | 88 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Parameter original should be final. | 110 |
![]() | Expected @param tag for 'original'. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Propeller should be final. | 16 |
![]() | 'Propeller' hides a field. | 16 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Rudder should be final. | 16 |
![]() | 'Rudder' hides a field. | 16 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter SternPlane should be final. | 16 |
![]() | 'SternPlane' hides a field. | 16 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'Propeller' must be private and have accessor methods. | 40 |
![]() | Method 'getPropeller' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setPropeller' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter Propeller should be final. | 47 |
![]() | 'Propeller' hides a field. | 47 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'Rudder' must be private and have accessor methods. | 58 |
![]() | Method 'getRudder' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setRudder' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter Rudder should be final. | 65 |
![]() | 'Rudder' hides a field. | 65 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Variable 'SternPlane' must be private and have accessor methods. | 76 |
![]() | Method 'getSternPlane' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'setSternPlane' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter SternPlane should be final. | 83 |
![]() | 'SternPlane' hides a field. | 83 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 93 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter Normalized should be final. | 100 |
![]() | 'Normalized' hides a field. | 100 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | Variable 'Light' must be private and have accessor methods. | 106 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter Light should be final. | 113 |
![]() | 'Light' hides a field. | 113 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Parameter original should be final. | 137 |
![]() | Expected @param tag for 'original'. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Propeller should be final. | 16 |
![]() | 'Propeller' hides a field. | 16 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Rudder should be final. | 16 |
![]() | 'Rudder' hides a field. | 16 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter SternPlane should be final. | 16 |
![]() | 'SternPlane' hides a field. | 16 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'Propeller' must be private and have accessor methods. | 40 |
![]() | Method 'getPropeller' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setPropeller' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter Propeller should be final. | 47 |
![]() | 'Propeller' hides a field. | 47 |
![]() | Name 'Propeller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'Rudder' must be private and have accessor methods. | 58 |
![]() | Method 'getRudder' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setRudder' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter Rudder should be final. | 65 |
![]() | 'Rudder' hides a field. | 65 |
![]() | Name 'Rudder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Variable 'SternPlane' must be private and have accessor methods. | 76 |
![]() | Method 'getSternPlane' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'setSternPlane' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter SternPlane should be final. | 83 |
![]() | 'SternPlane' hides a field. | 83 |
![]() | Name 'SternPlane' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 93 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter Normalized should be final. | 100 |
![]() | 'Normalized' hides a field. | 100 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | Variable 'Light' must be private and have accessor methods. | 106 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter Light should be final. | 113 |
![]() | 'Light' hides a field. | 113 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Parameter original should be final. | 137 |
![]() | Expected @param tag for 'original'. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '{' should be on the previous line. | 174 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter WheelNumber should be final. | 17 |
![]() | Name 'WheelNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter WheelSpeed should be final. | 17 |
![]() | Name 'WheelSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter WheelSteer should be final. | 17 |
![]() | Name 'WheelSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter WheelNumbers should be final. | 26 |
![]() | 'WheelNumbers' hides a field. | 26 |
![]() | Name 'WheelNumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter WheelSpeeds should be final. | 26 |
![]() | 'WheelSpeeds' hides a field. | 26 |
![]() | Name 'WheelSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter WheelSteers should be final. | 26 |
![]() | 'WheelSteers' hides a field. | 26 |
![]() | Name 'WheelSteers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'WheelNumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'WheelNumbers' must be private and have accessor methods. | 50 |
![]() | Method 'getWheelNumbers' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'addWheelNumber' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter number should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'addWheelNumber' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter numbers should be final. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | 'for' is not followed by whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'WheelSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'WheelSpeeds' must be private and have accessor methods. | 70 |
![]() | Method 'getWheelSpeeds' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'addWheelSpeed' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter speed should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'addWheelSpeed' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter speeds should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'for' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'WheelSteers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Variable 'WheelSteers' must be private and have accessor methods. | 90 |
![]() | Method 'getWheelSteers' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'addWheelSteer' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter steer should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'addWheelSteer' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter steers should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | 'for' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Parameter original should be final. | 126 |
![]() | Expected @param tag for 'original'. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Line is longer than 80 characters. | 146 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | 'for' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | 'for' is not followed by whitespace. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter WheelNumber should be final. | 17 |
![]() | Name 'WheelNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter WheelSpeed should be final. | 17 |
![]() | Name 'WheelSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter WheelSteer should be final. | 17 |
![]() | Name 'WheelSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter WheelNumbers should be final. | 26 |
![]() | 'WheelNumbers' hides a field. | 26 |
![]() | Name 'WheelNumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter WheelSpeeds should be final. | 26 |
![]() | 'WheelSpeeds' hides a field. | 26 |
![]() | Name 'WheelSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter WheelSteers should be final. | 26 |
![]() | 'WheelSteers' hides a field. | 26 |
![]() | Name 'WheelSteers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'WheelNumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'WheelNumbers' must be private and have accessor methods. | 50 |
![]() | Method 'getWheelNumbers' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'addWheelNumber' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter number should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'addWheelNumber' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter numbers should be final. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | 'for' is not followed by whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'WheelSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'WheelSpeeds' must be private and have accessor methods. | 70 |
![]() | Method 'getWheelSpeeds' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'addWheelSpeed' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter speed should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'addWheelSpeed' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter speeds should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'for' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'WheelSteers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Variable 'WheelSteers' must be private and have accessor methods. | 90 |
![]() | Method 'getWheelSteers' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'addWheelSteer' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter steer should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'addWheelSteer' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter steers should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | 'for' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Parameter original should be final. | 126 |
![]() | Expected @param tag for 'original'. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Line is longer than 80 characters. | 146 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | 'for' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | 'for' is not followed by whitespace. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 173 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Left should be final. | 16 |
![]() | 'Left' hides a field. | 16 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Right should be final. | 16 |
![]() | 'Right' hides a field. | 16 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Flip should be final. | 16 |
![]() | 'Flip' hides a field. | 16 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'Left' must be private and have accessor methods. | 40 |
![]() | Method 'getLeft' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setLeft' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter Left should be final. | 47 |
![]() | 'Left' hides a field. | 47 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'Right' must be private and have accessor methods. | 53 |
![]() | Method 'getRight' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'setRight' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter Right should be final. | 60 |
![]() | 'Right' hides a field. | 60 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 70 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter Normalized should be final. | 77 |
![]() | 'Normalized' hides a field. | 77 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Variable 'Light' must be private and have accessor methods. | 83 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter Light should be final. | 90 |
![]() | 'Light' hides a field. | 90 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Variable 'Flip' must be private and have accessor methods. | 96 |
![]() | Method 'isFlip' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'setFlip' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter Flip should be final. | 103 |
![]() | 'Flip' hides a field. | 103 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Parameter original should be final. | 125 |
![]() | Expected @param tag for 'original'. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Left should be final. | 16 |
![]() | 'Left' hides a field. | 16 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Right should be final. | 16 |
![]() | 'Right' hides a field. | 16 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Normalized should be final. | 16 |
![]() | 'Normalized' hides a field. | 16 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Light should be final. | 16 |
![]() | 'Light' hides a field. | 16 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Flip should be final. | 16 |
![]() | 'Flip' hides a field. | 16 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'Left' must be private and have accessor methods. | 40 |
![]() | Method 'getLeft' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'setLeft' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter Left should be final. | 47 |
![]() | 'Left' hides a field. | 47 |
![]() | Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'Right' must be private and have accessor methods. | 53 |
![]() | Method 'getRight' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'setRight' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter Right should be final. | 60 |
![]() | 'Right' hides a field. | 60 |
![]() | Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Normalized' must be private and have accessor methods. | 70 |
![]() | Method 'isNormalized' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'setNormalized' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter Normalized should be final. | 77 |
![]() | 'Normalized' hides a field. | 77 |
![]() | Name 'Normalized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Variable 'Light' must be private and have accessor methods. | 83 |
![]() | Method 'isLight' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'setLight' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter Light should be final. | 90 |
![]() | 'Light' hides a field. | 90 |
![]() | Name 'Light' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Variable 'Flip' must be private and have accessor methods. | 96 |
![]() | Method 'isFlip' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'setFlip' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter Flip should be final. | 103 |
![]() | 'Flip' hides a field. | 103 |
![]() | Name 'Flip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Parameter original should be final. | 125 |
![]() | Expected @param tag for 'original'. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Type should be final. | 16 |
![]() | 'Type' hides a field. | 16 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'Type' must be private and have accessor methods. | 30 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Type should be final. | 37 |
![]() | 'Type' hides a field. | 37 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Name' must be private and have accessor methods. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Name should be final. | 54 |
![]() | 'Name' hides a field. | 54 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Parameter original should be final. | 74 |
![]() | Expected @param tag for 'original'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Type should be final. | 16 |
![]() | 'Type' hides a field. | 16 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'Type' must be private and have accessor methods. | 30 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Type should be final. | 37 |
![]() | 'Type' hides a field. | 37 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Name' must be private and have accessor methods. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Name should be final. | 54 |
![]() | 'Name' hides a field. | 54 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Parameter original should be final. | 74 |
![]() | Expected @param tag for 'original'. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Type should be final. | 16 |
![]() | 'Type' hides a field. | 16 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'Type' must be private and have accessor methods. | 30 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Type should be final. | 37 |
![]() | 'Type' hides a field. | 37 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Name' must be private and have accessor methods. | 48 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter Name should be final. | 55 |
![]() | 'Name' hides a field. | 55 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Parameter original should be final. | 75 |
![]() | Expected @param tag for 'original'. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Type should be final. | 16 |
![]() | 'Type' hides a field. | 16 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Name should be final. | 16 |
![]() | 'Name' hides a field. | 16 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'Type' must be private and have accessor methods. | 30 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Type should be final. | 37 |
![]() | 'Type' hides a field. | 37 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Name' must be private and have accessor methods. | 48 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter Name should be final. | 55 |
![]() | 'Name' hides a field. | 55 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Parameter original should be final. | 75 |
![]() | Expected @param tag for 'original'. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | '{' should be on the previous line. | 22 |
![]() | Parameter original should be final. | 36 |
![]() | Expected @param tag for 'original'. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | '{' should be on the previous line. | 22 |
![]() | Parameter original should be final. | 36 |
![]() | Expected @param tag for 'original'. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 52 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter ClassName should be final. | 18 |
![]() | 'ClassName' hides a field. | 18 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Location should be final. | 18 |
![]() | 'Location' hides a field. | 18 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Rotation should be final. | 18 |
![]() | 'Rotation' hides a field. | 18 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Skin should be final. | 18 |
![]() | 'Skin' hides a field. | 18 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Team should be final. | 18 |
![]() | 'Team' hides a field. | 18 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter ClassName should be final. | 28 |
![]() | 'ClassName' hides a field. | 28 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Name should be final. | 28 |
![]() | 'Name' hides a field. | 28 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Location should be final. | 28 |
![]() | 'Location' hides a field. | 28 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Rotation should be final. | 28 |
![]() | 'Rotation' hides a field. | 28 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter ClassName should be final. | 36 |
![]() | 'ClassName' hides a field. | 36 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Name should be final. | 36 |
![]() | 'Name' hides a field. | 36 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter StringLocation should be final. | 36 |
![]() | Name 'StringLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Skin should be final. | 36 |
![]() | 'Skin' hides a field. | 36 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Team should be final. | 36 |
![]() | 'Team' hides a field. | 36 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter ClassName should be final. | 45 |
![]() | 'ClassName' hides a field. | 45 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Parameter Name should be final. | 45 |
![]() | 'Name' hides a field. | 45 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Parameter StringLocation should be final. | 45 |
![]() | Name 'StringLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'ClassName' must be private and have accessor methods. | 65 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter ClassName should be final. | 72 |
![]() | 'ClassName' hides a field. | 72 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable 'Name' must be private and have accessor methods. | 80 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter Name should be final. | 87 |
![]() | 'Name' hides a field. | 87 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | Variable 'Location' must be private and have accessor methods. | 100 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter Location should be final. | 107 |
![]() | 'Location' hides a field. | 107 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Name 'StartPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() | Variable 'StartPosition' must be private and have accessor methods. | 113 |
![]() | Method 'getStartPosition' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() | Variable 'Rotation' must be private and have accessor methods. | 119 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'setRotation' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter Rotation should be final. | 126 |
![]() | 'Rotation' hides a field. | 126 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Variable 'Skin' must be private and have accessor methods. | 133 |
![]() | Method 'getSkin' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Variable 'Team' must be private and have accessor methods. | 139 |
![]() | Method 'getTeam' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Parameter original should be final. | 156 |
![]() | Expected @param tag for 'original'. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | 'if' is not followed by whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | 'if' is not followed by whitespace. | 221 |
![]() | '{' should be on the previous line. | 222 |
![]() | 'if' is not followed by whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | 'if' is not followed by whitespace. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | 'if' is not followed by whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter ClassName should be final. | 18 |
![]() | 'ClassName' hides a field. | 18 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Location should be final. | 18 |
![]() | 'Location' hides a field. | 18 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Rotation should be final. | 18 |
![]() | 'Rotation' hides a field. | 18 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Skin should be final. | 18 |
![]() | 'Skin' hides a field. | 18 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Team should be final. | 18 |
![]() | 'Team' hides a field. | 18 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter ClassName should be final. | 28 |
![]() | 'ClassName' hides a field. | 28 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Name should be final. | 28 |
![]() | 'Name' hides a field. | 28 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Location should be final. | 28 |
![]() | 'Location' hides a field. | 28 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Rotation should be final. | 28 |
![]() | 'Rotation' hides a field. | 28 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter ClassName should be final. | 36 |
![]() | 'ClassName' hides a field. | 36 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Name should be final. | 36 |
![]() | 'Name' hides a field. | 36 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter StringLocation should be final. | 36 |
![]() | Name 'StringLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Skin should be final. | 36 |
![]() | 'Skin' hides a field. | 36 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Parameter Team should be final. | 36 |
![]() | 'Team' hides a field. | 36 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter ClassName should be final. | 45 |
![]() | 'ClassName' hides a field. | 45 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Parameter Name should be final. | 45 |
![]() | 'Name' hides a field. | 45 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Parameter StringLocation should be final. | 45 |
![]() | Name 'StringLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'ClassName' must be private and have accessor methods. | 65 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter ClassName should be final. | 72 |
![]() | 'ClassName' hides a field. | 72 |
![]() | Name 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable 'Name' must be private and have accessor methods. | 80 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter Name should be final. | 87 |
![]() | 'Name' hides a field. | 87 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | Variable 'Location' must be private and have accessor methods. | 100 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter Location should be final. | 107 |
![]() | 'Location' hides a field. | 107 |
![]() | Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Name 'StartPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() | Variable 'StartPosition' must be private and have accessor methods. | 113 |
![]() | Method 'getStartPosition' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() | Variable 'Rotation' must be private and have accessor methods. | 119 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'setRotation' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter Rotation should be final. | 126 |
![]() | 'Rotation' hides a field. | 126 |
![]() | Name 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Variable 'Skin' must be private and have accessor methods. | 133 |
![]() | Method 'getSkin' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Name 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Variable 'Team' must be private and have accessor methods. | 139 |
![]() | Method 'getTeam' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Parameter original should be final. | 156 |
![]() | Expected @param tag for 'original'. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | 'if' is not followed by whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | 'if' is not followed by whitespace. | 221 |
![]() | '{' should be on the previous line. | 222 |
![]() | 'if' is not followed by whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | 'if' is not followed by whitespace. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | 'if' is not followed by whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter Name should be final. | 24 |
![]() | 'Name' hides a field. | 24 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Links should be final. | 24 |
![]() | 'Links' hides a field. | 24 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Values should be final. | 24 |
![]() | 'Values' hides a field. | 24 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Orders should be final. | 24 |
![]() | 'Orders' hides a field. | 24 |
![]() | Name 'Orders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter Name should be final. | 40 |
![]() | 'Name' hides a field. | 40 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Link should be final. | 40 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Value should be final. | 40 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Order should be final. | 40 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Name should be final. | 48 |
![]() | 'Name' hides a field. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Parameter Link should be final. | 48 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Parameter Value should be final. | 48 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'Name' must be private and have accessor methods. | 65 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter Name should be final. | 72 |
![]() | 'Name' hides a field. | 72 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Variable 'Links' must be private and have accessor methods. | 78 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter link should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter links should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'for' is not followed by whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() | Variable 'Values' must be private and have accessor methods. | 104 |
![]() | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter value should be final. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter values should be final. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'for' is not followed by whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'Orders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() | Variable 'Orders' must be private and have accessor methods. | 127 |
![]() | Line has trailing spaces. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter order should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter orders should be final. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | Parameter original should be final. | 163 |
![]() | Expected @param tag for 'original'. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | 'for' is not followed by whitespace. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters. | 217 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | 'for' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter Name should be final. | 24 |
![]() | 'Name' hides a field. | 24 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Links should be final. | 24 |
![]() | 'Links' hides a field. | 24 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Values should be final. | 24 |
![]() | 'Values' hides a field. | 24 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Orders should be final. | 24 |
![]() | 'Orders' hides a field. | 24 |
![]() | Name 'Orders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter Name should be final. | 40 |
![]() | 'Name' hides a field. | 40 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Link should be final. | 40 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Value should be final. | 40 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Parameter Order should be final. | 40 |
![]() | Name 'Order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Name should be final. | 48 |
![]() | 'Name' hides a field. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Parameter Link should be final. | 48 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Parameter Value should be final. | 48 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'Name' must be private and have accessor methods. | 65 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter Name should be final. | 72 |
![]() | 'Name' hides a field. | 72 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Variable 'Links' must be private and have accessor methods. | 78 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter link should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter links should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'for' is not followed by whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() | Variable 'Values' must be private and have accessor methods. | 104 |
![]() | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter value should be final. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter values should be final. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'for' is not followed by whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'Orders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() | Variable 'Orders' must be private and have accessor methods. | 127 |
![]() | Line has trailing spaces. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter order should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter orders should be final. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | Parameter original should be final. | 163 |
![]() | Expected @param tag for 'original'. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | 'for' is not followed by whitespace. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters. | 217 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | 'for' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Names should be final. | 16 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Values should be final. | 16 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | 'for' is not followed by whitespace. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter Name should be final. | 27 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Value should be final. | 27 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'NameValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'NameValues' must be private and have accessor methods. | 41 |
![]() | Method 'getNameValues' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setNameValues' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter NameValues should be final. | 48 |
![]() | 'NameValues' hides a field. | 48 |
![]() | Name 'NameValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'addNameValue' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Name should be final. | 54 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Parameter Value should be final. | 54 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Parameter original should be final. | 70 |
![]() | Expected @param tag for 'original'. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'while' is not followed by whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter Names should be final. | 16 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Parameter Values should be final. | 16 |
![]() | Name 'Values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | '{' should be on the previous line. | 17 |
![]() | 'if' is not followed by whitespace. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | 'for' is not followed by whitespace. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter Name should be final. | 27 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Value should be final. | 27 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'NameValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'NameValues' must be private and have accessor methods. | 41 |
![]() | Method 'getNameValues' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setNameValues' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter NameValues should be final. | 48 |
![]() | 'NameValues' hides a field. | 48 |
![]() | Name 'NameValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'addNameValue' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter Name should be final. | 54 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Parameter Value should be final. | 54 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Parameter original should be final. | 70 |
![]() | Expected @param tag for 'original'. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'while' is not followed by whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Line is longer than 80 characters. | 102 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter Type should be final. | 19 |
![]() | 'Type' hides a field. | 19 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Parameter Name should be final. | 19 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Parameter FOV should be final. | 19 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter Type should be final. | 26 |
![]() | 'Type' hides a field. | 26 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter Names should be final. | 26 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter FOVs should be final. | 26 |
![]() | Name 'FOVs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'Type' must be private and have accessor methods. | 52 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'NamesFovs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'NamesFovs' must be private and have accessor methods. | 58 |
![]() | Method 'getNamesFovs' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setNamesFovs' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter NamesFovs should be final. | 65 |
![]() | 'NamesFovs' hides a field. | 65 |
![]() | Name 'NamesFovs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Method 'addNameFOV' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter Name should be final. | 71 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter FOV should be final. | 71 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter original should be final. | 93 |
![]() | Expected @param tag for 'original'. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters. | 109 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | 'while' is not followed by whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | 'while' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | '{' should be on the previous line. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter Type should be final. | 19 |
![]() | 'Type' hides a field. | 19 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Parameter Name should be final. | 19 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Parameter FOV should be final. | 19 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter Type should be final. | 26 |
![]() | 'Type' hides a field. | 26 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter Names should be final. | 26 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Parameter FOVs should be final. | 26 |
![]() | Name 'FOVs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'if' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'Type' must be private and have accessor methods. | 52 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'NamesFovs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'NamesFovs' must be private and have accessor methods. | 58 |
![]() | Method 'getNamesFovs' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setNamesFovs' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter NamesFovs should be final. | 65 |
![]() | 'NamesFovs' hides a field. | 65 |
![]() | Name 'NamesFovs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Method 'addNameFOV' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter Name should be final. | 71 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Parameter FOV should be final. | 71 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter original should be final. | 93 |
![]() | Expected @param tag for 'original'. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters. | 109 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | 'while' is not followed by whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | 'while' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 144 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter Type should be final. | 18 |
![]() | 'Type' hides a field. | 18 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Opcode should be final. | 18 |
![]() | 'Opcode' hides a field. | 18 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter param1 should be final. | 18 |
![]() | Parameter param2 should be final. | 18 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Variable 'Type' must be private and have accessor methods. | 35 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'Name' must be private and have accessor methods. | 41 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Name should be final. | 48 |
![]() | 'Name' hides a field. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Opcode' must be private and have accessor methods. | 59 |
![]() | Method 'getOpcode' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'setOpcode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter Opcode should be final. | 66 |
![]() | 'Opcode' hides a field. | 66 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'Param1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'Param1' must be private and have accessor methods. | 72 |
![]() | Method 'getParam1' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'setParam1' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter Param1 should be final. | 79 |
![]() | 'Param1' hides a field. | 79 |
![]() | Name 'Param1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'Param2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Variable 'Param2' must be private and have accessor methods. | 85 |
![]() | Method 'getParam2' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'setParam2' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter Param2 should be final. | 92 |
![]() | 'Param2' hides a field. | 92 |
![]() | Name 'Param2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Parameter original should be final. | 112 |
![]() | Expected @param tag for 'original'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter Type should be final. | 18 |
![]() | 'Type' hides a field. | 18 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Opcode should be final. | 18 |
![]() | 'Opcode' hides a field. | 18 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter param1 should be final. | 18 |
![]() | Parameter param2 should be final. | 18 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Variable 'Type' must be private and have accessor methods. | 35 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'Name' must be private and have accessor methods. | 41 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter Name should be final. | 48 |
![]() | 'Name' hides a field. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Opcode' must be private and have accessor methods. | 59 |
![]() | Method 'getOpcode' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'setOpcode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter Opcode should be final. | 66 |
![]() | 'Opcode' hides a field. | 66 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'Param1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'Param1' must be private and have accessor methods. | 72 |
![]() | Method 'getParam1' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'setParam1' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter Param1 should be final. | 79 |
![]() | 'Param1' hides a field. | 79 |
![]() | Name 'Param1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'Param2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Variable 'Param2' must be private and have accessor methods. | 85 |
![]() | Method 'getParam2' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'setParam2' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter Param2 should be final. | 92 |
![]() | 'Param2' hides a field. | 92 |
![]() | Name 'Param2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Parameter original should be final. | 112 |
![]() | Expected @param tag for 'original'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter Type should be final. | 18 |
![]() | 'Type' hides a field. | 18 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Opcode should be final. | 18 |
![]() | 'Opcode' hides a field. | 18 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter param should be final. | 18 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Variable 'Type' must be private and have accessor methods. | 35 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter Type should be final. | 42 |
![]() | 'Type' hides a field. | 42 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Name' must be private and have accessor methods. | 48 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter Name should be final. | 55 |
![]() | 'Name' hides a field. | 55 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'Opcode' must be private and have accessor methods. | 61 |
![]() | Method 'getOpcode' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setOpcode' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter Opcode should be final. | 68 |
![]() | 'Opcode' hides a field. | 68 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | Variable 'Params' must be private and have accessor methods. | 74 |
![]() | Method 'getParam1' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter Params should be final. | 81 |
![]() | 'Params' hides a field. | 81 |
![]() | Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter original should be final. | 100 |
![]() | Expected @param tag for 'original'. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter Type should be final. | 18 |
![]() | 'Type' hides a field. | 18 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Name should be final. | 18 |
![]() | 'Name' hides a field. | 18 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter Opcode should be final. | 18 |
![]() | 'Opcode' hides a field. | 18 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Parameter param should be final. | 18 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Variable 'Type' must be private and have accessor methods. | 35 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter Type should be final. | 42 |
![]() | 'Type' hides a field. | 42 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Name' must be private and have accessor methods. | 48 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter Name should be final. | 55 |
![]() | 'Name' hides a field. | 55 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'Opcode' must be private and have accessor methods. | 61 |
![]() | Method 'getOpcode' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setOpcode' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter Opcode should be final. | 68 |
![]() | 'Opcode' hides a field. | 68 |
![]() | Name 'Opcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | Variable 'Params' must be private and have accessor methods. | 74 |
![]() | Method 'getParam1' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter Params should be final. | 81 |
![]() | 'Params' hides a field. | 81 |
![]() | Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter original should be final. | 100 |
![]() | Expected @param tag for 'original'. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter Robot should be final. | 35 |
![]() | 'Robot' hides a field. | 35 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Parameter Name should be final. | 35 |
![]() | 'Name' hides a field. | 35 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Parameter Client should be final. | 35 |
![]() | 'Client' hides a field. | 35 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'Type' must be private and have accessor methods. | 50 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'Name' must be private and have accessor methods. | 57 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'SetViewpointName' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'SetViewpointName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Parameter Name should be final. | 64 |
![]() | 'Name' hides a field. | 64 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Robot' must be private and have accessor methods. | 70 |
![]() | Method 'getRobot' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'SetViewpointRobot' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'SetViewpointRobot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Parameter Robot should be final. | 77 |
![]() | 'Robot' hides a field. | 77 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'Client' must be private and have accessor methods. | 86 |
![]() | Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'SetViewpointClient' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'SetViewpointClient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Parameter Client should be final. | 93 |
![]() | 'Client' hides a field. | 93 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Parameter original should be final. | 109 |
![]() | Expected @param tag for 'original'. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter Robot should be final. | 35 |
![]() | 'Robot' hides a field. | 35 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Parameter Name should be final. | 35 |
![]() | 'Name' hides a field. | 35 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Parameter Client should be final. | 35 |
![]() | 'Client' hides a field. | 35 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'Type' must be private and have accessor methods. | 50 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'Name' must be private and have accessor methods. | 57 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'SetViewpointName' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'SetViewpointName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Parameter Name should be final. | 64 |
![]() | 'Name' hides a field. | 64 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Robot' must be private and have accessor methods. | 70 |
![]() | Method 'getRobot' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'SetViewpointRobot' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'SetViewpointRobot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Parameter Robot should be final. | 77 |
![]() | 'Robot' hides a field. | 77 |
![]() | Name 'Robot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'Client' must be private and have accessor methods. | 86 |
![]() | Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'SetViewpointClient' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'SetViewpointClient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Parameter Client should be final. | 93 |
![]() | 'Client' hides a field. | 93 |
![]() | Name 'Client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Parameter original should be final. | 109 |
![]() | Expected @param tag for 'original'. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '{' should be on the previous line. | 162 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Config should be final. | 37 |
![]() | 'Config' hides a field. | 37 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport1 should be final. | 37 |
![]() | 'Viewport1' hides a field. | 37 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport2 should be final. | 37 |
![]() | 'Viewport2' hides a field. | 37 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport3 should be final. | 37 |
![]() | 'Viewport3' hides a field. | 37 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport4 should be final. | 37 |
![]() | 'Viewport4' hides a field. | 37 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'Type' must be private and have accessor methods. | 54 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'Config' must be private and have accessor methods. | 65 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter Config should be final. | 72 |
![]() | 'Config' hides a field. | 72 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() | Variable 'Viewport1' must be private and have accessor methods. | 82 |
![]() | Method 'getViewport1' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'setViewport1' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter Viewport1 should be final. | 89 |
![]() | 'Viewport1' hides a field. | 89 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | Variable 'Viewport2' must be private and have accessor methods. | 99 |
![]() | Method 'getViewport2' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'setViewport2' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter Viewport2 should be final. | 106 |
![]() | 'Viewport2' hides a field. | 106 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() | Variable 'Viewport3' must be private and have accessor methods. | 116 |
![]() | Method 'getViewport3' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'setViewport3' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter Viewport3 should be final. | 123 |
![]() | 'Viewport3' hides a field. | 123 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Variable 'Viewport4' must be private and have accessor methods. | 133 |
![]() | Method 'getViewport4' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'setViewport4' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter Viewport4 should be final. | 140 |
![]() | 'Viewport4' hides a field. | 140 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Parameter original should be final. | 161 |
![]() | Expected @param tag for 'original'. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | '{' should be on the previous line. | 230 |
![]() | 'if' is not followed by whitespace. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter Config should be final. | 37 |
![]() | 'Config' hides a field. | 37 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport1 should be final. | 37 |
![]() | 'Viewport1' hides a field. | 37 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport2 should be final. | 37 |
![]() | 'Viewport2' hides a field. | 37 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport3 should be final. | 37 |
![]() | 'Viewport3' hides a field. | 37 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Parameter Viewport4 should be final. | 37 |
![]() | 'Viewport4' hides a field. | 37 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'Type' must be private and have accessor methods. | 54 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'Config' must be private and have accessor methods. | 65 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter Config should be final. | 72 |
![]() | 'Config' hides a field. | 72 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() | Variable 'Viewport1' must be private and have accessor methods. | 82 |
![]() | Method 'getViewport1' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'setViewport1' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter Viewport1 should be final. | 89 |
![]() | 'Viewport1' hides a field. | 89 |
![]() | Name 'Viewport1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | Variable 'Viewport2' must be private and have accessor methods. | 99 |
![]() | Method 'getViewport2' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'setViewport2' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter Viewport2 should be final. | 106 |
![]() | 'Viewport2' hides a field. | 106 |
![]() | Name 'Viewport2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() | Variable 'Viewport3' must be private and have accessor methods. | 116 |
![]() | Method 'getViewport3' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'setViewport3' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter Viewport3 should be final. | 123 |
![]() | 'Viewport3' hides a field. | 123 |
![]() | Name 'Viewport3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Variable 'Viewport4' must be private and have accessor methods. | 133 |
![]() | Method 'getViewport4' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'setViewport4' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter Viewport4 should be final. | 140 |
![]() | 'Viewport4' hides a field. | 140 |
![]() | Name 'Viewport4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Parameter original should be final. | 161 |
![]() | Expected @param tag for 'original'. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | '{' should be on the previous line. | 230 |
![]() | 'if' is not followed by whitespace. | 234 |
![]() | '{' should be on the previous line. | 235 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter On should be final. | 17 |
![]() | 'On' hides a field. | 17 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter Interval should be final. | 17 |
![]() | 'Interval' hides a field. | 17 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter Color should be final. | 17 |
![]() | 'Color' hides a field. | 17 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter On should be final. | 24 |
![]() | 'On' hides a field. | 24 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Interval should be final. | 24 |
![]() | 'Interval' hides a field. | 24 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Color should be final. | 24 |
![]() | 'Color' hides a field. | 24 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter Clear should be final. | 31 |
![]() | 'Clear' hides a field. | 31 |
![]() | Name 'Clear' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Variable 'On' must be private and have accessor methods. | 45 |
![]() | Method 'isOn' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'setOn' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter On should be final. | 52 |
![]() | 'On' hides a field. | 52 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable 'Interval' must be private and have accessor methods. | 62 |
![]() | Method 'getInterval' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'setInterval' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter Interval should be final. | 69 |
![]() | 'Interval' hides a field. | 69 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Variable 'Color' must be private and have accessor methods. | 81 |
![]() | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter Color should be final. | 88 |
![]() | 'Color' hides a field. | 88 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'Clear' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'Clear' must be private and have accessor methods. | 93 |
![]() | Method 'getClear' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Parameter original should be final. | 110 |
![]() | Expected @param tag for 'original'. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter On should be final. | 17 |
![]() | 'On' hides a field. | 17 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter Interval should be final. | 17 |
![]() | 'Interval' hides a field. | 17 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Parameter Color should be final. | 17 |
![]() | 'Color' hides a field. | 17 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter On should be final. | 24 |
![]() | 'On' hides a field. | 24 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Interval should be final. | 24 |
![]() | 'Interval' hides a field. | 24 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Color should be final. | 24 |
![]() | 'Color' hides a field. | 24 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter Clear should be final. | 31 |
![]() | 'Clear' hides a field. | 31 |
![]() | Name 'Clear' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Variable 'On' must be private and have accessor methods. | 45 |
![]() | Method 'isOn' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'setOn' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter On should be final. | 52 |
![]() | 'On' hides a field. | 52 |
![]() | Name 'On' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable 'Interval' must be private and have accessor methods. | 62 |
![]() | Method 'getInterval' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'setInterval' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter Interval should be final. | 69 |
![]() | 'Interval' hides a field. | 69 |
![]() | Name 'Interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Variable 'Color' must be private and have accessor methods. | 81 |
![]() | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter Color should be final. | 88 |
![]() | 'Color' hides a field. | 88 |
![]() | Name 'Color' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'Clear' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'Clear' must be private and have accessor methods. | 93 |
![]() | Method 'getClear' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Parameter original should be final. | 110 |
![]() | Expected @param tag for 'original'. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 7 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter Type should be final. | 20 |
![]() | 'Type' hides a field. | 20 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter MaxFrontSteer should be final. | 20 |
![]() | 'MaxFrontSteer' hides a field. | 20 |
![]() | Name 'MaxFrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter MaxRearSteer should be final. | 20 |
![]() | 'MaxRearSteer' hides a field. | 20 |
![]() | Name 'MaxRearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter Mass should be final. | 20 |
![]() | 'Mass' hides a field. | 20 |
![]() | Name 'Mass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter SteeringType should be final. | 20 |
![]() | 'SteeringType' hides a field. | 20 |
![]() | Name 'SteeringType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Variable 'Type' must be private and have accessor methods. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Name' must be private and have accessor methods. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'SteeringType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'SteeringType' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getSteeringType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Mass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Mass' must be private and have accessor methods. | 70 |
![]() | Method 'getMass' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 87 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'MaxFrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'MaxFrontSteer' must be private and have accessor methods. | 93 |
![]() | Method 'getMaxFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Name 'MaxRearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() | Variable 'MaxRearSteer' must be private and have accessor methods. | 105 |
![]() | Method 'getMaxRearSteer' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'Features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'Features' must be private and have accessor methods. | 121 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Variable 'Names' must be private and have accessor methods. | 139 |
![]() | Method 'getNames' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'Opcodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'Opcodes' must be private and have accessor methods. | 156 |
![]() | Method 'getOpcodes' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Name 'MaxVals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() | Variable 'MaxVals' must be private and have accessor methods. | 175 |
![]() | Method 'getMaxVals' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Name 'MinVals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() | Variable 'MinVals' must be private and have accessor methods. | 187 |
![]() | Method 'getMinVals' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
![]() | Variable 'Links' must be private and have accessor methods. | 202 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Name 'JointTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() | Variable 'JointTypes' must be private and have accessor methods. | 215 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Method 'getJointTypes' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Name 'MaxSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
![]() | Variable 'MaxSpeeds' must be private and have accessor methods. | 227 |
![]() | Method 'getMaxSpeeds' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Name 'MaxTorques' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() | Variable 'MaxTorques' must be private and have accessor methods. | 238 |
![]() | Method 'getMaxTorques' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Name 'MaxRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() | Variable 'MaxRanges' must be private and have accessor methods. | 249 |
![]() | Method 'getMaxRanges' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Name 'MinRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
![]() | Variable 'MinRanges' must be private and have accessor methods. | 262 |
![]() | Method 'getMinRanges' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | Parameter original should be final. | 279 |
![]() | Expected @param tag for 'original'. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | '{' should be on the previous line. | 305 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | '{' should be on the previous line. | 310 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '{' should be on the previous line. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | 'if' is not followed by whitespace. | 327 |
![]() | '{' should be on the previous line. | 328 |
![]() | 'for' is not followed by whitespace. | 329 |
![]() | '{' should be on the previous line. | 330 |
![]() | 'if' is not followed by whitespace. | 338 |
![]() | '{' should be on the previous line. | 339 |
![]() | 'for' is not followed by whitespace. | 340 |
![]() | '{' should be on the previous line. | 341 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | 'for' is not followed by whitespace. | 350 |
![]() | '{' should be on the previous line. | 351 |
![]() | 'if' is not followed by whitespace. | 358 |
![]() | '{' should be on the previous line. | 359 |
![]() | 'for' is not followed by whitespace. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | 'if' is not followed by whitespace. | 368 |
![]() | '{' should be on the previous line. | 369 |
![]() | 'for' is not followed by whitespace. | 370 |
![]() | '{' should be on the previous line. | 371 |
![]() | 'if' is not followed by whitespace. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | 'for' is not followed by whitespace. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | 'if' is not followed by whitespace. | 388 |
![]() | '{' should be on the previous line. | 389 |
![]() | 'for' is not followed by whitespace. | 390 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'if' is not followed by whitespace. | 398 |
![]() | '{' should be on the previous line. | 399 |
![]() | 'for' is not followed by whitespace. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | 'if' is not followed by whitespace. | 409 |
![]() | '{' should be on the previous line. | 410 |
![]() | 'for' is not followed by whitespace. | 411 |
![]() | '{' should be on the previous line. | 412 |
![]() | 'if' is not followed by whitespace. | 419 |
![]() | '{' should be on the previous line. | 420 |
![]() | 'for' is not followed by whitespace. | 421 |
![]() | '{' should be on the previous line. | 422 |
![]() | 'if' is not followed by whitespace. | 428 |
![]() | '{' should be on the previous line. | 429 |
![]() | 'if' is not followed by whitespace. | 436 |
![]() | '{' should be on the previous line. | 437 |
![]() | 'while' is not followed by whitespace. | 439 |
![]() | '{' should be on the previous line. | 440 |
![]() | Line is longer than 80 characters. | 442 |
![]() | First sentence should end with a period. | 450 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | 'if' is not followed by whitespace. | 475 |
![]() | '{' should be on the previous line. | 476 |
![]() | 'for' is not followed by whitespace. | 477 |
![]() | '{' should be on the previous line. | 478 |
![]() | 'if' is not followed by whitespace. | 486 |
![]() | '{' should be on the previous line. | 487 |
![]() | 'for' is not followed by whitespace. | 488 |
![]() | '{' should be on the previous line. | 489 |
![]() | 'if' is not followed by whitespace. | 496 |
![]() | '{' should be on the previous line. | 497 |
![]() | 'for' is not followed by whitespace. | 498 |
![]() | '{' should be on the previous line. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | 'if' is not followed by whitespace. | 506 |
![]() | '{' should be on the previous line. | 507 |
![]() | 'for' is not followed by whitespace. | 508 |
![]() | '{' should be on the previous line. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | 'if' is not followed by whitespace. | 516 |
![]() | '{' should be on the previous line. | 517 |
![]() | 'for' is not followed by whitespace. | 518 |
![]() | '{' should be on the previous line. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | 'if' is not followed by whitespace. | 526 |
![]() | '{' should be on the previous line. | 527 |
![]() | 'for' is not followed by whitespace. | 528 |
![]() | '{' should be on the previous line. | 529 |
![]() | 'if' is not followed by whitespace. | 536 |
![]() | '{' should be on the previous line. | 537 |
![]() | 'for' is not followed by whitespace. | 538 |
![]() | '{' should be on the previous line. | 539 |
![]() | 'if' is not followed by whitespace. | 546 |
![]() | '{' should be on the previous line. | 547 |
![]() | 'for' is not followed by whitespace. | 548 |
![]() | '{' should be on the previous line. | 549 |
![]() | 'if' is not followed by whitespace. | 557 |
![]() | '{' should be on the previous line. | 558 |
![]() | 'for' is not followed by whitespace. | 559 |
![]() | '{' should be on the previous line. | 560 |
![]() | 'if' is not followed by whitespace. | 567 |
![]() | '{' should be on the previous line. | 568 |
![]() | 'for' is not followed by whitespace. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | 'if' is not followed by whitespace. | 576 |
![]() | '{' should be on the previous line. | 577 |
![]() | 'if' is not followed by whitespace. | 584 |
![]() | '{' should be on the previous line. | 585 |
![]() | 'while' is not followed by whitespace. | 587 |
![]() | '{' should be on the previous line. | 588 |
![]() | Line is longer than 80 characters. | 590 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 7 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter Type should be final. | 20 |
![]() | 'Type' hides a field. | 20 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter MaxFrontSteer should be final. | 20 |
![]() | 'MaxFrontSteer' hides a field. | 20 |
![]() | Name 'MaxFrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter MaxRearSteer should be final. | 20 |
![]() | 'MaxRearSteer' hides a field. | 20 |
![]() | Name 'MaxRearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter Mass should be final. | 20 |
![]() | 'Mass' hides a field. | 20 |
![]() | Name 'Mass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Parameter SteeringType should be final. | 20 |
![]() | 'SteeringType' hides a field. | 20 |
![]() | Name 'SteeringType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Variable 'Type' must be private and have accessor methods. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'Name' must be private and have accessor methods. | 47 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'SteeringType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'SteeringType' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getSteeringType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'Mass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Variable 'Mass' must be private and have accessor methods. | 70 |
![]() | Method 'getMass' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 87 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Name 'MaxFrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() | Variable 'MaxFrontSteer' must be private and have accessor methods. | 93 |
![]() | Method 'getMaxFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Name 'MaxRearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() | Variable 'MaxRearSteer' must be private and have accessor methods. | 105 |
![]() | Method 'getMaxRearSteer' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'Features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'Features' must be private and have accessor methods. | 121 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | Variable 'Names' must be private and have accessor methods. | 139 |
![]() | Method 'getNames' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'Opcodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'Opcodes' must be private and have accessor methods. | 156 |
![]() | Method 'getOpcodes' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Name 'MaxVals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() | Variable 'MaxVals' must be private and have accessor methods. | 175 |
![]() | Method 'getMaxVals' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Name 'MinVals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() | Variable 'MinVals' must be private and have accessor methods. | 187 |
![]() | Method 'getMinVals' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
![]() | Variable 'Links' must be private and have accessor methods. | 202 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Name 'JointTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() | Variable 'JointTypes' must be private and have accessor methods. | 215 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Method 'getJointTypes' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Name 'MaxSpeeds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
![]() | Variable 'MaxSpeeds' must be private and have accessor methods. | 227 |
![]() | Method 'getMaxSpeeds' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Name 'MaxTorques' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() | Variable 'MaxTorques' must be private and have accessor methods. | 238 |
![]() | Method 'getMaxTorques' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Name 'MaxRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() | Variable 'MaxRanges' must be private and have accessor methods. | 249 |
![]() | Method 'getMaxRanges' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Name 'MinRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
![]() | Variable 'MinRanges' must be private and have accessor methods. | 262 |
![]() | Method 'getMinRanges' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | Parameter original should be final. | 279 |
![]() | Expected @param tag for 'original'. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | '{' should be on the previous line. | 305 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | '{' should be on the previous line. | 310 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '{' should be on the previous line. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | 'if' is not followed by whitespace. | 327 |
![]() | '{' should be on the previous line. | 328 |
![]() | 'for' is not followed by whitespace. | 329 |
![]() | '{' should be on the previous line. | 330 |
![]() | 'if' is not followed by whitespace. | 338 |
![]() | '{' should be on the previous line. | 339 |
![]() | 'for' is not followed by whitespace. | 340 |
![]() | '{' should be on the previous line. | 341 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | 'for' is not followed by whitespace. | 350 |
![]() | '{' should be on the previous line. | 351 |
![]() | 'if' is not followed by whitespace. | 358 |
![]() | '{' should be on the previous line. | 359 |
![]() | 'for' is not followed by whitespace. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | 'if' is not followed by whitespace. | 368 |
![]() | '{' should be on the previous line. | 369 |
![]() | 'for' is not followed by whitespace. | 370 |
![]() | '{' should be on the previous line. | 371 |
![]() | 'if' is not followed by whitespace. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | 'for' is not followed by whitespace. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | 'if' is not followed by whitespace. | 388 |
![]() | '{' should be on the previous line. | 389 |
![]() | 'for' is not followed by whitespace. | 390 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'if' is not followed by whitespace. | 398 |
![]() | '{' should be on the previous line. | 399 |
![]() | 'for' is not followed by whitespace. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | 'if' is not followed by whitespace. | 409 |
![]() | '{' should be on the previous line. | 410 |
![]() | 'for' is not followed by whitespace. | 411 |
![]() | '{' should be on the previous line. | 412 |
![]() | 'if' is not followed by whitespace. | 419 |
![]() | '{' should be on the previous line. | 420 |
![]() | 'for' is not followed by whitespace. | 421 |
![]() | '{' should be on the previous line. | 422 |
![]() | 'if' is not followed by whitespace. | 428 |
![]() | '{' should be on the previous line. | 429 |
![]() | 'if' is not followed by whitespace. | 436 |
![]() | '{' should be on the previous line. | 437 |
![]() | 'while' is not followed by whitespace. | 439 |
![]() | '{' should be on the previous line. | 440 |
![]() | Line is longer than 80 characters. | 442 |
![]() | First sentence should end with a period. | 450 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | 'if' is not followed by whitespace. | 475 |
![]() | '{' should be on the previous line. | 476 |
![]() | 'for' is not followed by whitespace. | 477 |
![]() | '{' should be on the previous line. | 478 |
![]() | 'if' is not followed by whitespace. | 486 |
![]() | '{' should be on the previous line. | 487 |
![]() | 'for' is not followed by whitespace. | 488 |
![]() | '{' should be on the previous line. | 489 |
![]() | 'if' is not followed by whitespace. | 496 |
![]() | '{' should be on the previous line. | 497 |
![]() | 'for' is not followed by whitespace. | 498 |
![]() | '{' should be on the previous line. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | 'if' is not followed by whitespace. | 506 |
![]() | '{' should be on the previous line. | 507 |
![]() | 'for' is not followed by whitespace. | 508 |
![]() | '{' should be on the previous line. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | 'if' is not followed by whitespace. | 516 |
![]() | '{' should be on the previous line. | 517 |
![]() | 'for' is not followed by whitespace. | 518 |
![]() | '{' should be on the previous line. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | 'if' is not followed by whitespace. | 526 |
![]() | '{' should be on the previous line. | 527 |
![]() | 'for' is not followed by whitespace. | 528 |
![]() | '{' should be on the previous line. | 529 |
![]() | 'if' is not followed by whitespace. | 536 |
![]() | '{' should be on the previous line. | 537 |
![]() | 'for' is not followed by whitespace. | 538 |
![]() | '{' should be on the previous line. | 539 |
![]() | 'if' is not followed by whitespace. | 546 |
![]() | '{' should be on the previous line. | 547 |
![]() | 'for' is not followed by whitespace. | 548 |
![]() | '{' should be on the previous line. | 549 |
![]() | 'if' is not followed by whitespace. | 557 |
![]() | '{' should be on the previous line. | 558 |
![]() | 'for' is not followed by whitespace. | 559 |
![]() | '{' should be on the previous line. | 560 |
![]() | 'if' is not followed by whitespace. | 567 |
![]() | '{' should be on the previous line. | 568 |
![]() | 'for' is not followed by whitespace. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | 'if' is not followed by whitespace. | 576 |
![]() | '{' should be on the previous line. | 577 |
![]() | 'if' is not followed by whitespace. | 584 |
![]() | '{' should be on the previous line. | 585 |
![]() | 'while' is not followed by whitespace. | 587 |
![]() | '{' should be on the previous line. | 588 |
![]() | Line is longer than 80 characters. | 590 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter Type should be final. | 33 |
![]() | 'Type' hides a field. | 33 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter Name should be final. | 33 |
![]() | 'Name' hides a field. | 33 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelBase should be final. | 33 |
![]() | 'WheelBase' hides a field. | 33 |
![]() | Name 'WheelBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelRadius should be final. | 33 |
![]() | 'WheelRadius' hides a field. | 33 |
![]() | Name 'WheelRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelSeparation should be final. | 33 |
![]() | 'WheelSeparation' hides a field. | 33 |
![]() | Name 'WheelSeparation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter COG should be final. | 33 |
![]() | Name 'COG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter Dimensions should be final. | 33 |
![]() | 'Dimensions' hides a field. | 33 |
![]() | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Type' must be private and have accessor methods. | 48 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable 'Name' must be private and have accessor methods. | 62 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Variable 'Dimensions' must be private and have accessor methods. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getDimensions' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'CenterOfGravity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'CenterOfGravity' must be private and have accessor methods. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Method 'getCenterOfGravity' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'WheelRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() | Variable 'WheelRadius' must be private and have accessor methods. | 98 |
![]() | First sentence should end with a period. | 100 |
![]() | Method 'getWheelRadius' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'WheelSeparation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | Variable 'WheelSeparation' must be private and have accessor methods. | 109 |
![]() | Method 'getWheelSeparation' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Name 'WheelBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | Variable 'WheelBase' must be private and have accessor methods. | 122 |
![]() | Method 'getWheelBase' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Name 'SenEffGeo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Variable 'SenEffGeo' must be private and have accessor methods. | 140 |
![]() | Method 'getSenEffGeo' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'Links' must be private and have accessor methods. | 156 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Name 'ParentLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() | Variable 'ParentLinks' must be private and have accessor methods. | 174 |
![]() | Method 'getParentLinks' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Name 'Locations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
![]() | Variable 'Locations' must be private and have accessor methods. | 192 |
![]() | Method 'getLocations' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Name 'Orientations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
![]() | Variable 'Orientations' must be private and have accessor methods. | 210 |
![]() | Method 'getOrientations' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Parameter original should be final. | 232 |
![]() | Expected @param tag for 'original'. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | '{' should be on the previous line. | 253 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | '{' should be on the previous line. | 262 |
![]() | 'if' is not followed by whitespace. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | 'if' is not followed by whitespace. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | 'if' is not followed by whitespace. | 286 |
![]() | '{' should be on the previous line. | 287 |
![]() | 'for' is not followed by whitespace. | 288 |
![]() | '{' should be on the previous line. | 289 |
![]() | 'if' is not followed by whitespace. | 295 |
![]() | '{' should be on the previous line. | 296 |
![]() | 'for' is not followed by whitespace. | 297 |
![]() | '{' should be on the previous line. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | 'if' is not followed by whitespace. | 304 |
![]() | '{' should be on the previous line. | 305 |
![]() | 'for' is not followed by whitespace. | 306 |
![]() | '{' should be on the previous line. | 307 |
![]() | 'if' is not followed by whitespace. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | 'for' is not followed by whitespace. | 315 |
![]() | '{' should be on the previous line. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '{' should be on the previous line. | 323 |
![]() | 'for' is not followed by whitespace. | 325 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 330 |
![]() | First sentence should end with a period. | 338 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | 'if' is not followed by whitespace. | 363 |
![]() | '{' should be on the previous line. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | 'if' is not followed by whitespace. | 369 |
![]() | '{' should be on the previous line. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | 'if' is not followed by whitespace. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | 'for' is not followed by whitespace. | 376 |
![]() | '{' should be on the previous line. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | 'if' is not followed by whitespace. | 382 |
![]() | '{' should be on the previous line. | 383 |
![]() | 'for' is not followed by whitespace. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | Line is longer than 80 characters. | 386 |
![]() | 'if' is not followed by whitespace. | 390 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'for' is not followed by whitespace. | 392 |
![]() | '{' should be on the previous line. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | 'if' is not followed by whitespace. | 398 |
![]() | '{' should be on the previous line. | 399 |
![]() | 'for' is not followed by whitespace. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | 'if' is not followed by whitespace. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | 'for' is not followed by whitespace. | 409 |
![]() | '{' should be on the previous line. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line is longer than 80 characters. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() | '{' should be on the previous line. | 423 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter Type should be final. | 33 |
![]() | 'Type' hides a field. | 33 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter Name should be final. | 33 |
![]() | 'Name' hides a field. | 33 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelBase should be final. | 33 |
![]() | 'WheelBase' hides a field. | 33 |
![]() | Name 'WheelBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelRadius should be final. | 33 |
![]() | 'WheelRadius' hides a field. | 33 |
![]() | Name 'WheelRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter WheelSeparation should be final. | 33 |
![]() | 'WheelSeparation' hides a field. | 33 |
![]() | Name 'WheelSeparation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter COG should be final. | 33 |
![]() | Name 'COG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Parameter Dimensions should be final. | 33 |
![]() | 'Dimensions' hides a field. | 33 |
![]() | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Type' must be private and have accessor methods. | 48 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable 'Name' must be private and have accessor methods. | 62 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Variable 'Dimensions' must be private and have accessor methods. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getDimensions' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'CenterOfGravity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'CenterOfGravity' must be private and have accessor methods. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Method 'getCenterOfGravity' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'WheelRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() | Variable 'WheelRadius' must be private and have accessor methods. | 98 |
![]() | First sentence should end with a period. | 100 |
![]() | Method 'getWheelRadius' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'WheelSeparation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | Variable 'WheelSeparation' must be private and have accessor methods. | 109 |
![]() | Method 'getWheelSeparation' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Name 'WheelBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | Variable 'WheelBase' must be private and have accessor methods. | 122 |
![]() | Method 'getWheelBase' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Name 'SenEffGeo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Variable 'SenEffGeo' must be private and have accessor methods. | 140 |
![]() | Method 'getSenEffGeo' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'Links' must be private and have accessor methods. | 156 |
![]() | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Name 'ParentLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() | Variable 'ParentLinks' must be private and have accessor methods. | 174 |
![]() | Method 'getParentLinks' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Name 'Locations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
![]() | Variable 'Locations' must be private and have accessor methods. | 192 |
![]() | Method 'getLocations' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Name 'Orientations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
![]() | Variable 'Orientations' must be private and have accessor methods. | 210 |
![]() | Method 'getOrientations' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Parameter original should be final. | 232 |
![]() | Expected @param tag for 'original'. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | '{' should be on the previous line. | 253 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | '{' should be on the previous line. | 262 |
![]() | 'if' is not followed by whitespace. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | 'if' is not followed by whitespace. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | 'if' is not followed by whitespace. | 286 |
![]() | '{' should be on the previous line. | 287 |
![]() | 'for' is not followed by whitespace. | 288 |
![]() | '{' should be on the previous line. | 289 |
![]() | 'if' is not followed by whitespace. | 295 |
![]() | '{' should be on the previous line. | 296 |
![]() | 'for' is not followed by whitespace. | 297 |
![]() | '{' should be on the previous line. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | 'if' is not followed by whitespace. | 304 |
![]() | '{' should be on the previous line. | 305 |
![]() | 'for' is not followed by whitespace. | 306 |
![]() | '{' should be on the previous line. | 307 |
![]() | 'if' is not followed by whitespace. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | 'for' is not followed by whitespace. | 315 |
![]() | '{' should be on the previous line. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '{' should be on the previous line. | 323 |
![]() | 'for' is not followed by whitespace. | 325 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 330 |
![]() | First sentence should end with a period. | 338 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | 'if' is not followed by whitespace. | 363 |
![]() | '{' should be on the previous line. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | 'if' is not followed by whitespace. | 369 |
![]() | '{' should be on the previous line. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | 'if' is not followed by whitespace. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | 'for' is not followed by whitespace. | 376 |
![]() | '{' should be on the previous line. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | 'if' is not followed by whitespace. | 382 |
![]() | '{' should be on the previous line. | 383 |
![]() | 'for' is not followed by whitespace. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | Line is longer than 80 characters. | 386 |
![]() | 'if' is not followed by whitespace. | 390 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'for' is not followed by whitespace. | 392 |
![]() | '{' should be on the previous line. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | 'if' is not followed by whitespace. | 398 |
![]() | '{' should be on the previous line. | 399 |
![]() | 'for' is not followed by whitespace. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | 'if' is not followed by whitespace. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | 'for' is not followed by whitespace. | 409 |
![]() | '{' should be on the previous line. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line is longer than 80 characters. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() | '{' should be on the previous line. | 423 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Utility classes should not have a public or default constructor. | 11 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | First sentence should end with a period. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Name 'prototypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 5 |
![]() | Utility classes should not have a public or default constructor. | 11 |
![]() | '{' should be on the previous line. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | First sentence should end with a period. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Name 'prototypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 4 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 34 |
![]() | More than 7 parameters. | 34 |
![]() | Parameter Killer should be final. | 34 |
![]() | 'Killer' hides a field. | 34 |
![]() | Name 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DamageType should be final. | 34 |
![]() | 'DamageType' hides a field. | 34 |
![]() | Name 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DeathString should be final. | 34 |
![]() | 'DeathString' hides a field. | 34 |
![]() | Name 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter WeaponName should be final. | 34 |
![]() | 'WeaponName' hides a field. | 34 |
![]() | Name 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter Flaming should be final. | 34 |
![]() | 'Flaming' hides a field. | 34 |
![]() | Name 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter CausedByWorld should be final. | 34 |
![]() | 'CausedByWorld' hides a field. | 34 |
![]() | Name 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DirectDamage should be final. | 34 |
![]() | 'DirectDamage' hides a field. | 34 |
![]() | Name 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter BulletHit should be final. | 34 |
![]() | 'BulletHit' hides a field. | 34 |
![]() | Name 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter VehicleHit should be final. | 34 |
![]() | 'VehicleHit' hides a field. | 34 |
![]() | Name 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Name 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Variable 'Killer' must be private and have accessor methods. | 56 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getKiller' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Name 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'DamageType' must be private and have accessor methods. | 72 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'getDamageType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Name 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | Variable 'DeathString' must be private and have accessor methods. | 87 |
![]() | Expected an @return tag. | 94 |
![]() | Method 'getDeathString' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Name 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable 'WeaponName' must be private and have accessor methods. | 102 |
![]() | Expected an @return tag. | 109 |
![]() | Method 'getWeaponName' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Name 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() | Variable 'Flaming' must be private and have accessor methods. | 117 |
![]() | Expected an @return tag. | 124 |
![]() | Method 'isFlaming' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Name 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | Variable 'CausedByWorld' must be private and have accessor methods. | 132 |
![]() | Expected an @return tag. | 139 |
![]() | Method 'isCausedByWorld' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Name 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() | Variable 'DirectDamage' must be private and have accessor methods. | 147 |
![]() | Expected an @return tag. | 154 |
![]() | Method 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Name 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() | Variable 'BulletHit' must be private and have accessor methods. | 162 |
![]() | Expected an @return tag. | 169 |
![]() | Method 'isBulletHit' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Name 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Variable 'VehicleHit' must be private and have accessor methods. | 177 |
![]() | Expected an @return tag. | 184 |
![]() | Method 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Parameter original should be final. | 205 |
![]() | Expected @param tag for 'original'. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '{' should be on the previous line. | 223 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | '{' should be on the previous line. | 228 |
![]() | First sentence should end with a period. | 254 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | '{' should be on the previous line. | 260 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 4 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 34 |
![]() | More than 7 parameters. | 34 |
![]() | Parameter Killer should be final. | 34 |
![]() | 'Killer' hides a field. | 34 |
![]() | Name 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DamageType should be final. | 34 |
![]() | 'DamageType' hides a field. | 34 |
![]() | Name 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DeathString should be final. | 34 |
![]() | 'DeathString' hides a field. | 34 |
![]() | Name 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter WeaponName should be final. | 34 |
![]() | 'WeaponName' hides a field. | 34 |
![]() | Name 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter Flaming should be final. | 34 |
![]() | 'Flaming' hides a field. | 34 |
![]() | Name 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter CausedByWorld should be final. | 34 |
![]() | 'CausedByWorld' hides a field. | 34 |
![]() | Name 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter DirectDamage should be final. | 34 |
![]() | 'DirectDamage' hides a field. | 34 |
![]() | Name 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter BulletHit should be final. | 34 |
![]() | 'BulletHit' hides a field. | 34 |
![]() | Name 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Parameter VehicleHit should be final. | 34 |
![]() | 'VehicleHit' hides a field. | 34 |
![]() | Name 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Name 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Variable 'Killer' must be private and have accessor methods. | 56 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getKiller' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Name 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'DamageType' must be private and have accessor methods. | 72 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'getDamageType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Name 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | Variable 'DeathString' must be private and have accessor methods. | 87 |
![]() | Expected an @return tag. | 94 |
![]() | Method 'getDeathString' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Name 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable 'WeaponName' must be private and have accessor methods. | 102 |
![]() | Expected an @return tag. | 109 |
![]() | Method 'getWeaponName' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Name 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() | Variable 'Flaming' must be private and have accessor methods. | 117 |
![]() | Expected an @return tag. | 124 |
![]() | Method 'isFlaming' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Name 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | Variable 'CausedByWorld' must be private and have accessor methods. | 132 |
![]() | Expected an @return tag. | 139 |
![]() | Method 'isCausedByWorld' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Name 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() | Variable 'DirectDamage' must be private and have accessor methods. | 147 |
![]() | Expected an @return tag. | 154 |
![]() | Method 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Name 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() | Variable 'BulletHit' must be private and have accessor methods. | 162 |
![]() | Expected an @return tag. | 169 |
![]() | Method 'isBulletHit' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Name 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Variable 'VehicleHit' must be private and have accessor methods. | 177 |
![]() | Expected an @return tag. | 184 |
![]() | Method 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Method 'getSimTime' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Parameter original should be final. | 205 |
![]() | Expected @param tag for 'original'. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '{' should be on the previous line. | 223 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | '{' should be on the previous line. | 228 |
![]() | First sentence should end with a period. | 254 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | '{' should be on the previous line. | 260 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 8 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Parameter Time should be final. | 39 |
![]() | 'Time' hides a field. | 39 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Name should be final. | 39 |
![]() | 'Name' hides a field. | 39 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Link should be final. | 39 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Value should be final. | 39 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Torque should be final. | 39 |
![]() | Name 'Torque' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter Time should be final. | 46 |
![]() | 'Time' hides a field. | 46 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter Name should be final. | 46 |
![]() | 'Name' hides a field. | 46 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter LS should be final. | 46 |
![]() | Name 'LS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 55 |
![]() | ';' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'Time' must be private and have accessor methods. | 57 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | Variable 'Name' must be private and have accessor methods. | 68 |
![]() | First sentence should end with a period. | 70 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable 'Links' must be private and have accessor methods. | 80 |
![]() | Method 'getLinkStateSet' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Parameter original should be final. | 106 |
![]() | Expected @param tag for 'original'. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 126 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | '{' should be on the previous line. | 131 |
![]() | 'for' is not followed by whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | '}' should be on the same line. | 140 |
![]() | 'catch' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | First sentence should end with a period. | 151 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 163 |
![]() | 'for' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 177 |
![]() | 'catch' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 8 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Parameter Time should be final. | 39 |
![]() | 'Time' hides a field. | 39 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Name should be final. | 39 |
![]() | 'Name' hides a field. | 39 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Link should be final. | 39 |
![]() | Name 'Link' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Value should be final. | 39 |
![]() | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter Torque should be final. | 39 |
![]() | Name 'Torque' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter Time should be final. | 46 |
![]() | 'Time' hides a field. | 46 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter Name should be final. | 46 |
![]() | 'Name' hides a field. | 46 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter LS should be final. | 46 |
![]() | Name 'LS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 55 |
![]() | ';' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'Time' must be private and have accessor methods. | 57 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | Variable 'Name' must be private and have accessor methods. | 68 |
![]() | First sentence should end with a period. | 70 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'Links' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable 'Links' must be private and have accessor methods. | 80 |
![]() | Method 'getLinkStateSet' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Parameter original should be final. | 106 |
![]() | Expected @param tag for 'original'. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 126 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | '{' should be on the previous line. | 131 |
![]() | 'for' is not followed by whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | '}' should be on the same line. | 140 |
![]() | 'catch' is not followed by whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | First sentence should end with a period. | 151 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 163 |
![]() | 'for' is not followed by whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 177 |
![]() | 'catch' is not followed by whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Line is longer than 80 characters. | 180 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter TimeLimit should be final. | 28 |
![]() | 'TimeLimit' hides a field. | 28 |
![]() | Name 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Level should be final. | 28 |
![]() | 'Level' hides a field. | 28 |
![]() | Name 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter GameType should be final. | 28 |
![]() | 'GameType' hides a field. | 28 |
![]() | Name 'GameType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter StartPoseCount should be final. | 28 |
![]() | 'StartPoseCount' hides a field. | 28 |
![]() | Name 'StartPoseCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'GameType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'GameType' must be private and have accessor methods. | 47 |
![]() | Method 'getGameType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Level' must be private and have accessor methods. | 59 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Variable 'TimeLimit' must be private and have accessor methods. | 71 |
![]() | Method 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'StartPoseCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Variable 'StartPoseCount' must be private and have accessor methods. | 83 |
![]() | Method 'getStartPoseCount' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'StartPoses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Variable 'StartPoses' must be private and have accessor methods. | 96 |
![]() | Method 'getStartPoses' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Parameter original should be final. | 112 |
![]() | Expected @param tag for 'original'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'for' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | First sentence should end with a period. | 160 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'for' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter TimeLimit should be final. | 28 |
![]() | 'TimeLimit' hides a field. | 28 |
![]() | Name 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter Level should be final. | 28 |
![]() | 'Level' hides a field. | 28 |
![]() | Name 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter GameType should be final. | 28 |
![]() | 'GameType' hides a field. | 28 |
![]() | Name 'GameType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Parameter StartPoseCount should be final. | 28 |
![]() | 'StartPoseCount' hides a field. | 28 |
![]() | Name 'StartPoseCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'GameType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'GameType' must be private and have accessor methods. | 47 |
![]() | Method 'getGameType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Level' must be private and have accessor methods. | 59 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Variable 'TimeLimit' must be private and have accessor methods. | 71 |
![]() | Method 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'StartPoseCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Variable 'StartPoseCount' must be private and have accessor methods. | 83 |
![]() | Method 'getStartPoseCount' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'StartPoses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Variable 'StartPoses' must be private and have accessor methods. | 96 |
![]() | Method 'getStartPoses' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Parameter original should be final. | 112 |
![]() | Expected @param tag for 'original'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'for' is not followed by whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | First sentence should end with a period. | 160 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'for' is not followed by whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 187 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 8 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter Time should be final. | 32 |
![]() | 'Time' hides a field. | 32 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Type should be final. | 32 |
![]() | 'Type' hides a field. | 32 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Config should be final. | 32 |
![]() | 'Config' hides a field. | 32 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Status should be final. | 32 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Time' must be private and have accessor methods. | 48 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Type' must be private and have accessor methods. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'Config' must be private and have accessor methods. | 72 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'Statuses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Variable 'Statuses' must be private and have accessor methods. | 85 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Method 'getStatuses' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'Viewports' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | Variable 'Viewports' must be private and have accessor methods. | 106 |
![]() | Method 'getViewports' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'Names' must be private and have accessor methods. | 121 |
![]() | Method 'getNames' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Name 'FOVs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() | Variable 'FOVs' must be private and have accessor methods. | 136 |
![]() | Method 'getFOVs' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Parameter original should be final. | 154 |
![]() | Expected @param tag for 'original'. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 170 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'for' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | 'for' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'for' is not followed by whitespace. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | 'for' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | First sentence should end with a period. | 236 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | 'if' is not followed by whitespace. | 256 |
![]() | '{' should be on the previous line. | 257 |
![]() | 'for' is not followed by whitespace. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | 'if' is not followed by whitespace. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | 'if' is not followed by whitespace. | 270 |
![]() | '{' should be on the previous line. | 271 |
![]() | 'for' is not followed by whitespace. | 272 |
![]() | '{' should be on the previous line. | 273 |
![]() | 'if' is not followed by whitespace. | 277 |
![]() | '{' should be on the previous line. | 278 |
![]() | 'for' is not followed by whitespace. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 8 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter Time should be final. | 32 |
![]() | 'Time' hides a field. | 32 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Type should be final. | 32 |
![]() | 'Type' hides a field. | 32 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Config should be final. | 32 |
![]() | 'Config' hides a field. | 32 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter Status should be final. | 32 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Variable 'Time' must be private and have accessor methods. | 48 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'Type' must be private and have accessor methods. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'Config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'Config' must be private and have accessor methods. | 72 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'Statuses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Variable 'Statuses' must be private and have accessor methods. | 85 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Method 'getStatuses' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Name 'Viewports' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | Variable 'Viewports' must be private and have accessor methods. | 106 |
![]() | Method 'getViewports' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'Names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'Names' must be private and have accessor methods. | 121 |
![]() | Method 'getNames' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Name 'FOVs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() | Variable 'FOVs' must be private and have accessor methods. | 136 |
![]() | Method 'getFOVs' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Parameter original should be final. | 154 |
![]() | Expected @param tag for 'original'. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 170 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'for' is not followed by whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | 'for' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'for' is not followed by whitespace. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | 'for' is not followed by whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | First sentence should end with a period. | 236 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | 'if' is not followed by whitespace. | 256 |
![]() | '{' should be on the previous line. | 257 |
![]() | 'for' is not followed by whitespace. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | 'if' is not followed by whitespace. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | 'if' is not followed by whitespace. | 270 |
![]() | '{' should be on the previous line. | 271 |
![]() | 'for' is not followed by whitespace. | 272 |
![]() | '{' should be on the previous line. | 273 |
![]() | 'if' is not followed by whitespace. | 277 |
![]() | '{' should be on the previous line. | 278 |
![]() | 'for' is not followed by whitespace. | 279 |
![]() | '{' should be on the previous line. | 280 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 10 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | More than 7 parameters. | 27 |
![]() | Parameter Type should be final. | 27 |
![]() | 'Type' hides a field. | 27 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Time should be final. | 27 |
![]() | 'Time' hides a field. | 27 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Name should be final. | 27 |
![]() | 'Name' hides a field. | 27 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Duration should be final. | 27 |
![]() | 'Duration' hides a field. | 27 |
![]() | Name 'Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter FOV should be final. | 27 |
![]() | 'FOV' hides a field. | 27 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Fix should be final. | 27 |
![]() | 'Fix' hides a field. | 27 |
![]() | Name 'Fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Loudness should be final. | 27 |
![]() | 'Loudness' hides a field. | 27 |
![]() | Name 'Loudness' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Prob should be final. | 27 |
![]() | 'Prob' hides a field. | 27 |
![]() | Name 'Prob' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Resolution should be final. | 27 |
![]() | 'Resolution' hides a field. | 27 |
![]() | Name 'Resolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Satellites should be final. | 27 |
![]() | 'Satellites' hides a field. | 27 |
![]() | Name 'Satellites' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Status should be final. | 27 |
![]() | 'Status' hides a field. | 27 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Gas should be final. | 27 |
![]() | 'Gas' hides a field. | 27 |
![]() | Name 'Gas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Density should be final. | 27 |
![]() | 'Density' hides a field. | 27 |
![]() | Name 'Density' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Visible should be final. | 27 |
![]() | 'Visible' hides a field. | 27 |
![]() | Name 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Dist should be final. | 27 |
![]() | 'Dist' hides a field. | 27 |
![]() | Name 'Dist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Radius should be final. | 27 |
![]() | 'Radius' hides a field. | 27 |
![]() | Name 'Radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Corona should be final. | 27 |
![]() | 'Corona' hides a field. | 27 |
![]() | Name 'Corona' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'Type' must be private and have accessor methods. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Variable 'Time' must be private and have accessor methods. | 78 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Variable 'Name' must be private and have accessor methods. | 90 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'RangeRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | Variable 'RangeRanges' must be private and have accessor methods. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Method 'getRangeRanges' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'addRange' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter Name should be final. | 122 |
![]() | 'Name' hides a field. | 122 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | Parameter Range should be final. | 122 |
![]() | Name 'Range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'Resolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() | Variable 'Resolution' must be private and have accessor methods. | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Variable 'FOV' must be private and have accessor methods. | 140 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Name 'LaserRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() | Variable 'LaserRanges' must be private and have accessor methods. | 151 |
![]() | Method 'getLaserRanges' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Name 'OdoPose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() | Variable 'OdoPose' must be private and have accessor methods. | 164 |
![]() | Method 'getOdoPose' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Name 'Latitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() | Variable 'Latitude' must be private and have accessor methods. | 178 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Name 'Longitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
![]() | Variable 'Longitude' must be private and have accessor methods. | 192 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Name 'Fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() | Variable 'Fix' must be private and have accessor methods. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Method 'getFix' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Name 'Satellites' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
![]() | Variable 'Satellites' must be private and have accessor methods. | 221 |
![]() | Method 'getSatellites' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Name 'Locations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
![]() | Variable 'Locations' must be private and have accessor methods. | 237 |
![]() | Method 'getLocations' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Name 'Orientations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() | Variable 'Orientations' must be private and have accessor methods. | 250 |
![]() | Method 'getOrientations' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | '{' should be on the previous line. | 261 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Name 'EncoderTicks' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 |
![]() | Variable 'EncoderTicks' must be private and have accessor methods. | 266 |
![]() | Method 'getEncoderTicks' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Missing a Javadoc comment. | 282 |
![]() | Name 'Touches' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
![]() | Variable 'Touches' must be private and have accessor methods. | 282 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Method 'getTouches' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Name 'IDs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() | Variable 'IDs' must be private and have accessor methods. | 300 |
![]() | Method 'getIDs' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | '{' should be on the previous line. | 316 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Name 'PartNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
![]() | Variable 'PartNames' must be private and have accessor methods. | 320 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Method 'getPartNames' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | '{' should be on the previous line. | 332 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 |
![]() | Variable 'Status' must be private and have accessor methods. | 337 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Name 'Prob' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
![]() | Variable 'Prob' must be private and have accessor methods. | 351 |
![]() | Method 'getProb' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | '{' should be on the previous line. | 359 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Name 'Loudness' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 363 |
![]() | Variable 'Loudness' must be private and have accessor methods. | 363 |
![]() | Method 'getLoudness' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | '{' should be on the previous line. | 371 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Name 'Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
![]() | Variable 'Duration' must be private and have accessor methods. | 374 |
![]() | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | '{' should be on the previous line. | 382 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 |
![]() | Variable 'Velocity' must be private and have accessor methods. | 386 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() | '{' should be on the previous line. | 395 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Name 'Position' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 |
![]() | Variable 'Position' must be private and have accessor methods. | 398 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Name 'Acceleration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
![]() | Variable 'Acceleration' must be private and have accessor methods. | 411 |
![]() | Method 'getAcceleration' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Name 'Gas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 |
![]() | Variable 'Gas' must be private and have accessor methods. | 423 |
![]() | Method 'getGas' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | '{' should be on the previous line. | 433 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Name 'Density' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 |
![]() | Variable 'Density' must be private and have accessor methods. | 436 |
![]() | Method 'getDensity' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() | '{' should be on the previous line. | 445 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Missing a Javadoc comment. | 449 |
![]() | Name 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 449 |
![]() | Variable 'Visible' must be private and have accessor methods. | 449 |
![]() | Method 'isVisible' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | '{' should be on the previous line. | 458 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Name 'Pos2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 |
![]() | Variable 'Pos2D' must be private and have accessor methods. | 461 |
![]() | Method 'getPos2D' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | '{' should be on the previous line. | 470 |
![]() | Missing a Javadoc comment. | 473 |
![]() | Name 'Pos3D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 |
![]() | Variable 'Pos3D' must be private and have accessor methods. | 473 |
![]() | Method 'getPos3D' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | '{' should be on the previous line. | 482 |
![]() | Missing a Javadoc comment. | 485 |
![]() | Name 'Radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
![]() | Variable 'Radius' must be private and have accessor methods. | 485 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | '{' should be on the previous line. | 494 |
![]() | Missing a Javadoc comment. | 497 |
![]() | Name 'Dist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
![]() | Variable 'Dist' must be private and have accessor methods. | 497 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() | '{' should be on the previous line. | 506 |
![]() | Missing a Javadoc comment. | 509 |
![]() | Name 'Corona' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 |
![]() | Variable 'Corona' must be private and have accessor methods. | 509 |
![]() | Method 'getCorona' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | '{' should be on the previous line. | 518 |
![]() | Parameter original should be final. | 525 |
![]() | Expected @param tag for 'original'. | 525 |
![]() | '{' should be on the previous line. | 526 |
![]() | '{' should be on the previous line. | 567 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() | Method length is 156 lines (max allowed is 150). | 570 |
![]() | '{' should be on the previous line. | 572 |
![]() | Line is longer than 80 characters. | 574 |
![]() | 'if' is not followed by whitespace. | 611 |
![]() | '{' should be on the previous line. | 612 |
![]() | 'while' is not followed by whitespace. | 614 |
![]() | '{' should be on the previous line. | 615 |
![]() | Line is longer than 80 characters. | 617 |
![]() | 'if' is not followed by whitespace. | 623 |
![]() | '{' should be on the previous line. | 624 |
![]() | 'while' is not followed by whitespace. | 626 |
![]() | '{' should be on the previous line. | 627 |
![]() | Line is longer than 80 characters. | 629 |
![]() | 'if' is not followed by whitespace. | 635 |
![]() | '{' should be on the previous line. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | 'if' is not followed by whitespace. | 640 |
![]() | '{' should be on the previous line. | 641 |
![]() | Line is longer than 80 characters. | 642 |
![]() | 'if' is not followed by whitespace. | 645 |
![]() | '{' should be on the previous line. | 646 |
![]() | 'for' is not followed by whitespace. | 647 |
![]() | '{' should be on the previous line. | 648 |
![]() | 'if' is not followed by whitespace. | 655 |
![]() | '{' should be on the previous line. | 656 |
![]() | 'for' is not followed by whitespace. | 658 |
![]() | '{' should be on the previous line. | 659 |
![]() | 'if' is not followed by whitespace. | 666 |
![]() | '{' should be on the previous line. | 667 |
![]() | 'for' is not followed by whitespace. | 668 |
![]() | '{' should be on the previous line. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | 'if' is not followed by whitespace. | 676 |
![]() | '{' should be on the previous line. | 677 |
![]() | 'for' is not followed by whitespace. | 678 |
![]() | '{' should be on the previous line. | 679 |
![]() | Line is longer than 80 characters. | 680 |
![]() | 'if' is not followed by whitespace. | 686 |
![]() | '{' should be on the previous line. | 687 |
![]() | Line is longer than 80 characters. | 688 |
![]() | 'if' is not followed by whitespace. | 691 |
![]() | '{' should be on the previous line. | 692 |
![]() | Line is longer than 80 characters. | 693 |
![]() | 'if' is not followed by whitespace. | 696 |
![]() | '{' should be on the previous line. | 697 |
![]() | Line is longer than 80 characters. | 698 |
![]() | 'if' is not followed by whitespace. | 701 |
![]() | '{' should be on the previous line. | 702 |
![]() | 'for' is not followed by whitespace. | 703 |
![]() | '{' should be on the previous line. | 704 |
![]() | 'if' is not followed by whitespace. | 711 |
![]() | '{' should be on the previous line. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | 'if' is not followed by whitespace. | 716 |
![]() | '{' should be on the previous line. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | 'if' is not followed by whitespace. | 720 |
![]() | '{' should be on the previous line. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | First sentence should end with a period. | 729 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 734 |
![]() | Method length is 155 lines (max allowed is 150). | 734 |
![]() | '{' should be on the previous line. | 735 |
![]() | 'if' is not followed by whitespace. | 790 |
![]() | '{' should be on the previous line. | 791 |
![]() | 'while' is not followed by whitespace. | 793 |
![]() | '{' should be on the previous line. | 794 |
![]() | Line is longer than 80 characters. | 796 |
![]() | 'if' is not followed by whitespace. | 800 |
![]() | '{' should be on the previous line. | 801 |
![]() | 'while' is not followed by whitespace. | 803 |
![]() | '{' should be on the previous line. | 804 |
![]() | Line is longer than 80 characters. | 806 |
![]() | 'if' is not followed by whitespace. | 810 |
![]() | '{' should be on the previous line. | 811 |
![]() | Line is longer than 80 characters. | 812 |
![]() | 'if' is not followed by whitespace. | 815 |
![]() | '{' should be on the previous line. | 816 |
![]() | Line is longer than 80 characters. | 817 |
![]() | 'if' is not followed by whitespace. | 820 |
![]() | '{' should be on the previous line. | 821 |
![]() | 'for' is not followed by whitespace. | 822 |
![]() | '{' should be on the previous line. | 823 |
![]() | Line is longer than 80 characters. | 824 |
![]() | 'if' is not followed by whitespace. | 828 |
![]() | '{' should be on the previous line. | 829 |
![]() | 'for' is not followed by whitespace. | 831 |
![]() | '{' should be on the previous line. | 832 |
![]() | 'if' is not followed by whitespace. | 837 |
![]() | '{' should be on the previous line. | 838 |
![]() | 'for' is not followed by whitespace. | 839 |
![]() | '{' should be on the previous line. | 840 |
![]() | Line is longer than 80 characters. | 841 |
![]() | 'if' is not followed by whitespace. | 845 |
![]() | '{' should be on the previous line. | 846 |
![]() | 'for' is not followed by whitespace. | 847 |
![]() | '{' should be on the previous line. | 848 |
![]() | Line is longer than 80 characters. | 849 |
![]() | 'if' is not followed by whitespace. | 852 |
![]() | '{' should be on the previous line. | 853 |
![]() | Line is longer than 80 characters. | 854 |
![]() | 'if' is not followed by whitespace. | 857 |
![]() | '{' should be on the previous line. | 858 |
![]() | Line is longer than 80 characters. | 859 |
![]() | 'if' is not followed by whitespace. | 862 |
![]() | '{' should be on the previous line. | 863 |
![]() | Line is longer than 80 characters. | 864 |
![]() | 'if' is not followed by whitespace. | 867 |
![]() | '{' should be on the previous line. | 868 |
![]() | 'for' is not followed by whitespace. | 869 |
![]() | '{' should be on the previous line. | 870 |
![]() | 'if' is not followed by whitespace. | 875 |
![]() | '{' should be on the previous line. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | 'if' is not followed by whitespace. | 879 |
![]() | '{' should be on the previous line. | 880 |
![]() | Line is longer than 80 characters. | 881 |
![]() | 'if' is not followed by whitespace. | 883 |
![]() | '{' should be on the previous line. | 884 |
![]() | Line is longer than 80 characters. | 885 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 10 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | More than 7 parameters. | 27 |
![]() | Parameter Type should be final. | 27 |
![]() | 'Type' hides a field. | 27 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Time should be final. | 27 |
![]() | 'Time' hides a field. | 27 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Name should be final. | 27 |
![]() | 'Name' hides a field. | 27 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Duration should be final. | 27 |
![]() | 'Duration' hides a field. | 27 |
![]() | Name 'Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter FOV should be final. | 27 |
![]() | 'FOV' hides a field. | 27 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Fix should be final. | 27 |
![]() | 'Fix' hides a field. | 27 |
![]() | Name 'Fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Loudness should be final. | 27 |
![]() | 'Loudness' hides a field. | 27 |
![]() | Name 'Loudness' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Prob should be final. | 27 |
![]() | 'Prob' hides a field. | 27 |
![]() | Name 'Prob' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Resolution should be final. | 27 |
![]() | 'Resolution' hides a field. | 27 |
![]() | Name 'Resolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Satellites should be final. | 27 |
![]() | 'Satellites' hides a field. | 27 |
![]() | Name 'Satellites' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Status should be final. | 27 |
![]() | 'Status' hides a field. | 27 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Gas should be final. | 27 |
![]() | 'Gas' hides a field. | 27 |
![]() | Name 'Gas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Density should be final. | 27 |
![]() | 'Density' hides a field. | 27 |
![]() | Name 'Density' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Visible should be final. | 27 |
![]() | 'Visible' hides a field. | 27 |
![]() | Name 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Dist should be final. | 27 |
![]() | 'Dist' hides a field. | 27 |
![]() | Name 'Dist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Radius should be final. | 27 |
![]() | 'Radius' hides a field. | 27 |
![]() | Name 'Radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter Corona should be final. | 27 |
![]() | 'Corona' hides a field. | 27 |
![]() | Name 'Corona' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'Type' must be private and have accessor methods. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Variable 'Time' must be private and have accessor methods. | 78 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Variable 'Name' must be private and have accessor methods. | 90 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'RangeRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | Variable 'RangeRanges' must be private and have accessor methods. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Method 'getRangeRanges' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'addRange' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter Name should be final. | 122 |
![]() | 'Name' hides a field. | 122 |
![]() | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | Parameter Range should be final. | 122 |
![]() | Name 'Range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Name 'Resolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() | Variable 'Resolution' must be private and have accessor methods. | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'getResolution' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Variable 'FOV' must be private and have accessor methods. | 140 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Name 'LaserRanges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() | Variable 'LaserRanges' must be private and have accessor methods. | 151 |
![]() | Method 'getLaserRanges' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Name 'OdoPose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() | Variable 'OdoPose' must be private and have accessor methods. | 164 |
![]() | Method 'getOdoPose' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Name 'Latitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() | Variable 'Latitude' must be private and have accessor methods. | 178 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Name 'Longitude' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
![]() | Variable 'Longitude' must be private and have accessor methods. | 192 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Name 'Fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() | Variable 'Fix' must be private and have accessor methods. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Method 'getFix' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Name 'Satellites' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
![]() | Variable 'Satellites' must be private and have accessor methods. | 221 |
![]() | Method 'getSatellites' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Name 'Locations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
![]() | Variable 'Locations' must be private and have accessor methods. | 237 |
![]() | Method 'getLocations' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Name 'Orientations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() | Variable 'Orientations' must be private and have accessor methods. | 250 |
![]() | Method 'getOrientations' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | '{' should be on the previous line. | 261 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Name 'EncoderTicks' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 |
![]() | Variable 'EncoderTicks' must be private and have accessor methods. | 266 |
![]() | Method 'getEncoderTicks' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Missing a Javadoc comment. | 282 |
![]() | Name 'Touches' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
![]() | Variable 'Touches' must be private and have accessor methods. | 282 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Method 'getTouches' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Name 'IDs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() | Variable 'IDs' must be private and have accessor methods. | 300 |
![]() | Method 'getIDs' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | '{' should be on the previous line. | 316 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Name 'PartNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
![]() | Variable 'PartNames' must be private and have accessor methods. | 320 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Method 'getPartNames' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | '{' should be on the previous line. | 332 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Name 'Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 |
![]() | Variable 'Status' must be private and have accessor methods. | 337 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Name 'Prob' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
![]() | Variable 'Prob' must be private and have accessor methods. | 351 |
![]() | Method 'getProb' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | '{' should be on the previous line. | 359 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Name 'Loudness' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 363 |
![]() | Variable 'Loudness' must be private and have accessor methods. | 363 |
![]() | Method 'getLoudness' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | '{' should be on the previous line. | 371 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Name 'Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
![]() | Variable 'Duration' must be private and have accessor methods. | 374 |
![]() | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | '{' should be on the previous line. | 382 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 |
![]() | Variable 'Velocity' must be private and have accessor methods. | 386 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() | '{' should be on the previous line. | 395 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Name 'Position' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 |
![]() | Variable 'Position' must be private and have accessor methods. | 398 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Name 'Acceleration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
![]() | Variable 'Acceleration' must be private and have accessor methods. | 411 |
![]() | Method 'getAcceleration' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Name 'Gas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 |
![]() | Variable 'Gas' must be private and have accessor methods. | 423 |
![]() | Method 'getGas' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | '{' should be on the previous line. | 433 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Name 'Density' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 |
![]() | Variable 'Density' must be private and have accessor methods. | 436 |
![]() | Method 'getDensity' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() | '{' should be on the previous line. | 445 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Missing a Javadoc comment. | 449 |
![]() | Name 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 449 |
![]() | Variable 'Visible' must be private and have accessor methods. | 449 |
![]() | Method 'isVisible' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | '{' should be on the previous line. | 458 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Name 'Pos2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 |
![]() | Variable 'Pos2D' must be private and have accessor methods. | 461 |
![]() | Method 'getPos2D' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | '{' should be on the previous line. | 470 |
![]() | Missing a Javadoc comment. | 473 |
![]() | Name 'Pos3D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 |
![]() | Variable 'Pos3D' must be private and have accessor methods. | 473 |
![]() | Method 'getPos3D' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | '{' should be on the previous line. | 482 |
![]() | Missing a Javadoc comment. | 485 |
![]() | Name 'Radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
![]() | Variable 'Radius' must be private and have accessor methods. | 485 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | '{' should be on the previous line. | 494 |
![]() | Missing a Javadoc comment. | 497 |
![]() | Name 'Dist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
![]() | Variable 'Dist' must be private and have accessor methods. | 497 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() | '{' should be on the previous line. | 506 |
![]() | Missing a Javadoc comment. | 509 |
![]() | Name 'Corona' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 |
![]() | Variable 'Corona' must be private and have accessor methods. | 509 |
![]() | Method 'getCorona' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | '{' should be on the previous line. | 518 |
![]() | Parameter original should be final. | 525 |
![]() | Expected @param tag for 'original'. | 525 |
![]() | '{' should be on the previous line. | 526 |
![]() | '{' should be on the previous line. | 567 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() | Method length is 156 lines (max allowed is 150). | 570 |
![]() | '{' should be on the previous line. | 572 |
![]() | Line is longer than 80 characters. | 574 |
![]() | 'if' is not followed by whitespace. | 611 |
![]() | '{' should be on the previous line. | 612 |
![]() | 'while' is not followed by whitespace. | 614 |
![]() | '{' should be on the previous line. | 615 |
![]() | Line is longer than 80 characters. | 617 |
![]() | 'if' is not followed by whitespace. | 623 |
![]() | '{' should be on the previous line. | 624 |
![]() | 'while' is not followed by whitespace. | 626 |
![]() | '{' should be on the previous line. | 627 |
![]() | Line is longer than 80 characters. | 629 |
![]() | 'if' is not followed by whitespace. | 635 |
![]() | '{' should be on the previous line. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | 'if' is not followed by whitespace. | 640 |
![]() | '{' should be on the previous line. | 641 |
![]() | Line is longer than 80 characters. | 642 |
![]() | 'if' is not followed by whitespace. | 645 |
![]() | '{' should be on the previous line. | 646 |
![]() | 'for' is not followed by whitespace. | 647 |
![]() | '{' should be on the previous line. | 648 |
![]() | 'if' is not followed by whitespace. | 655 |
![]() | '{' should be on the previous line. | 656 |
![]() | 'for' is not followed by whitespace. | 658 |
![]() | '{' should be on the previous line. | 659 |
![]() | 'if' is not followed by whitespace. | 666 |
![]() | '{' should be on the previous line. | 667 |
![]() | 'for' is not followed by whitespace. | 668 |
![]() | '{' should be on the previous line. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | 'if' is not followed by whitespace. | 676 |
![]() | '{' should be on the previous line. | 677 |
![]() | 'for' is not followed by whitespace. | 678 |
![]() | '{' should be on the previous line. | 679 |
![]() | Line is longer than 80 characters. | 680 |
![]() | 'if' is not followed by whitespace. | 686 |
![]() | '{' should be on the previous line. | 687 |
![]() | Line is longer than 80 characters. | 688 |
![]() | 'if' is not followed by whitespace. | 691 |
![]() | '{' should be on the previous line. | 692 |
![]() | Line is longer than 80 characters. | 693 |
![]() | 'if' is not followed by whitespace. | 696 |
![]() | '{' should be on the previous line. | 697 |
![]() | Line is longer than 80 characters. | 698 |
![]() | 'if' is not followed by whitespace. | 701 |
![]() | '{' should be on the previous line. | 702 |
![]() | 'for' is not followed by whitespace. | 703 |
![]() | '{' should be on the previous line. | 704 |
![]() | 'if' is not followed by whitespace. | 711 |
![]() | '{' should be on the previous line. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | 'if' is not followed by whitespace. | 716 |
![]() | '{' should be on the previous line. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | 'if' is not followed by whitespace. | 720 |
![]() | '{' should be on the previous line. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | First sentence should end with a period. | 729 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 734 |
![]() | Method length is 155 lines (max allowed is 150). | 734 |
![]() | '{' should be on the previous line. | 735 |
![]() | 'if' is not followed by whitespace. | 790 |
![]() | '{' should be on the previous line. | 791 |
![]() | 'while' is not followed by whitespace. | 793 |
![]() | '{' should be on the previous line. | 794 |
![]() | Line is longer than 80 characters. | 796 |
![]() | 'if' is not followed by whitespace. | 800 |
![]() | '{' should be on the previous line. | 801 |
![]() | 'while' is not followed by whitespace. | 803 |
![]() | '{' should be on the previous line. | 804 |
![]() | Line is longer than 80 characters. | 806 |
![]() | 'if' is not followed by whitespace. | 810 |
![]() | '{' should be on the previous line. | 811 |
![]() | Line is longer than 80 characters. | 812 |
![]() | 'if' is not followed by whitespace. | 815 |
![]() | '{' should be on the previous line. | 816 |
![]() | Line is longer than 80 characters. | 817 |
![]() | 'if' is not followed by whitespace. | 820 |
![]() | '{' should be on the previous line. | 821 |
![]() | 'for' is not followed by whitespace. | 822 |
![]() | '{' should be on the previous line. | 823 |
![]() | Line is longer than 80 characters. | 824 |
![]() | 'if' is not followed by whitespace. | 828 |
![]() | '{' should be on the previous line. | 829 |
![]() | 'for' is not followed by whitespace. | 831 |
![]() | '{' should be on the previous line. | 832 |
![]() | 'if' is not followed by whitespace. | 837 |
![]() | '{' should be on the previous line. | 838 |
![]() | 'for' is not followed by whitespace. | 839 |
![]() | '{' should be on the previous line. | 840 |
![]() | Line is longer than 80 characters. | 841 |
![]() | 'if' is not followed by whitespace. | 845 |
![]() | '{' should be on the previous line. | 846 |
![]() | 'for' is not followed by whitespace. | 847 |
![]() | '{' should be on the previous line. | 848 |
![]() | Line is longer than 80 characters. | 849 |
![]() | 'if' is not followed by whitespace. | 852 |
![]() | '{' should be on the previous line. | 853 |
![]() | Line is longer than 80 characters. | 854 |
![]() | 'if' is not followed by whitespace. | 857 |
![]() | '{' should be on the previous line. | 858 |
![]() | Line is longer than 80 characters. | 859 |
![]() | 'if' is not followed by whitespace. | 862 |
![]() | '{' should be on the previous line. | 863 |
![]() | Line is longer than 80 characters. | 864 |
![]() | 'if' is not followed by whitespace. | 867 |
![]() | '{' should be on the previous line. | 868 |
![]() | 'for' is not followed by whitespace. | 869 |
![]() | '{' should be on the previous line. | 870 |
![]() | 'if' is not followed by whitespace. | 875 |
![]() | '{' should be on the previous line. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | 'if' is not followed by whitespace. | 879 |
![]() | '{' should be on the previous line. | 880 |
![]() | Line is longer than 80 characters. | 881 |
![]() | 'if' is not followed by whitespace. | 883 |
![]() | '{' should be on the previous line. | 884 |
![]() | Line is longer than 80 characters. | 885 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 7 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | More than 7 parameters. | 24 |
![]() | Parameter Type should be final. | 24 |
![]() | 'Type' hides a field. | 24 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Time should be final. | 24 |
![]() | 'Time' hides a field. | 24 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter FrontSteer should be final. | 24 |
![]() | 'FrontSteer' hides a field. | 24 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter RearSteer should be final. | 24 |
![]() | 'RearSteer' hides a field. | 24 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter SternPlaneAngle should be final. | 24 |
![]() | 'SternPlaneAngle' hides a field. | 24 |
![]() | Name 'SternPlaneAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter RudderAngle should be final. | 24 |
![]() | 'RudderAngle' hides a field. | 24 |
![]() | Name 'RudderAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter LightToggle should be final. | 24 |
![]() | 'LightToggle' hides a field. | 24 |
![]() | Name 'LightToggle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter LightIntensity should be final. | 24 |
![]() | 'LightIntensity' hides a field. | 24 |
![]() | Name 'LightIntensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Battery should be final. | 24 |
![]() | 'Battery' hides a field. | 24 |
![]() | Name 'Battery' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Variable 'Type' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'Time' must be private and have accessor methods. | 61 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'FrontSteer' must be private and have accessor methods. | 72 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | Variable 'RearSteer' must be private and have accessor methods. | 84 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'SternPlaneAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() | Variable 'SternPlaneAngle' must be private and have accessor methods. | 97 |
![]() | Method 'getSternPlaneAngle' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'RudderAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | Variable 'RudderAngle' must be private and have accessor methods. | 109 |
![]() | Method 'getRudderAngle' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'LightToggle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'LightToggle' must be private and have accessor methods. | 121 |
![]() | Method 'isLightToggle' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Name 'LightIntensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | Variable 'LightIntensity' must be private and have accessor methods. | 132 |
![]() | Method 'getLightIntensity' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Name 'Battery' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() | Variable 'Battery' must be private and have accessor methods. | 143 |
![]() | Method 'getBattery' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'View' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'View' must be private and have accessor methods. | 156 |
![]() | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Name 'PartsValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() | Variable 'PartsValues' must be private and have accessor methods. | 169 |
![]() | Method 'getPartsValues' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | Parameter original should be final. | 184 |
![]() | Expected @param tag for 'original'. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | 'while' is not followed by whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | Line is longer than 80 characters. | 239 |
![]() | First sentence should end with a period. | 248 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | 'if' is not followed by whitespace. | 289 |
![]() | '{' should be on the previous line. | 290 |
![]() | 'while' is not followed by whitespace. | 292 |
![]() | '{' should be on the previous line. | 293 |
![]() | Line is longer than 80 characters. | 295 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 7 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | More than 7 parameters. | 24 |
![]() | Parameter Type should be final. | 24 |
![]() | 'Type' hides a field. | 24 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Time should be final. | 24 |
![]() | 'Time' hides a field. | 24 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter FrontSteer should be final. | 24 |
![]() | 'FrontSteer' hides a field. | 24 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter RearSteer should be final. | 24 |
![]() | 'RearSteer' hides a field. | 24 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter SternPlaneAngle should be final. | 24 |
![]() | 'SternPlaneAngle' hides a field. | 24 |
![]() | Name 'SternPlaneAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter RudderAngle should be final. | 24 |
![]() | 'RudderAngle' hides a field. | 24 |
![]() | Name 'RudderAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter LightToggle should be final. | 24 |
![]() | 'LightToggle' hides a field. | 24 |
![]() | Name 'LightToggle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter LightIntensity should be final. | 24 |
![]() | 'LightIntensity' hides a field. | 24 |
![]() | Name 'LightIntensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Parameter Battery should be final. | 24 |
![]() | 'Battery' hides a field. | 24 |
![]() | Name 'Battery' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Variable 'Type' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Name 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'Time' must be private and have accessor methods. | 61 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'FrontSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Variable 'FrontSteer' must be private and have accessor methods. | 72 |
![]() | Method 'getFrontSteer' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'RearSteer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | Variable 'RearSteer' must be private and have accessor methods. | 84 |
![]() | Method 'getRearSteer' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'SternPlaneAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() | Variable 'SternPlaneAngle' must be private and have accessor methods. | 97 |
![]() | Method 'getSternPlaneAngle' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'RudderAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() | Variable 'RudderAngle' must be private and have accessor methods. | 109 |
![]() | Method 'getRudderAngle' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Name 'LightToggle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Variable 'LightToggle' must be private and have accessor methods. | 121 |
![]() | Method 'isLightToggle' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Name 'LightIntensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | Variable 'LightIntensity' must be private and have accessor methods. | 132 |
![]() | Method 'getLightIntensity' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Name 'Battery' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() | Variable 'Battery' must be private and have accessor methods. | 143 |
![]() | Method 'getBattery' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Name 'View' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | Variable 'View' must be private and have accessor methods. | 156 |
![]() | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Name 'PartsValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() | Variable 'PartsValues' must be private and have accessor methods. | 169 |
![]() | Method 'getPartsValues' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | Parameter original should be final. | 184 |
![]() | Expected @param tag for 'original'. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | '{' should be on the previous line. | 209 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | 'while' is not followed by whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | Line is longer than 80 characters. | 239 |
![]() | First sentence should end with a period. | 248 |
![]() | Method 'toHtmlString' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | 'if' is not followed by whitespace. | 289 |
![]() | '{' should be on the previous line. | 290 |
![]() | 'while' is not followed by whitespace. | 292 |
![]() | '{' should be on the previous line. | 293 |
![]() | Line is longer than 80 characters. | 295 |
Violation | Message | Line |
---|---|---|
![]() | File length is 3,065 lines (max allowed is 2,000). | 1 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 14 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 15 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.*. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.*. | 17 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.exception.*. | 18 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.*. | 19 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 20 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*. | 21 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 22 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 23 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 24 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*. | 25 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.parser.*. | 27 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 28 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*. | 30 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 34 |
![]() | First sentence should end with a period. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | First sentence should end with a period. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Array brackets at illegal position. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' should be on a new line. | 105 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' should be on a new line. | 106 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' should be on a new line. | 107 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' should be on a new line. | 108 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' should be on a new line. | 109 |
![]() | '+' is not preceded with whitespace. | 110 |
![]() | '+' should be on a new line. | 110 |
![]() | '+' is not preceded with whitespace. | 111 |
![]() | '+' should be on a new line. | 111 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' should be on a new line. | 112 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' should be on a new line. | 113 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' should be on a new line. | 114 |
![]() | '+' is not preceded with whitespace. | 115 |
![]() | '+' should be on a new line. | 115 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' should be on a new line. | 116 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' should be on a new line. | 117 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' should be on a new line. | 118 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' should be on a new line. | 119 |
![]() | '+' is not preceded with whitespace. | 120 |
![]() | '+' should be on a new line. | 120 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' should be on a new line. | 121 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' should be on a new line. | 122 |
![]() | '+' is not preceded with whitespace. | 123 |
![]() | '+' should be on a new line. | 123 |
![]() | '+' is not preceded with whitespace. | 124 |
![]() | '+' should be on a new line. | 124 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' should be on a new line. | 125 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' should be on a new line. | 126 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' should be on a new line. | 127 |
![]() | '+' is not preceded with whitespace. | 128 |
![]() | '+' should be on a new line. | 128 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' should be on a new line. | 129 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' should be on a new line. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '1387' is a magic number. | 134 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter packed should be final. | 140 |
![]() | Parameter offset should be final. | 140 |
![]() | Parameter result should be final. | 140 |
![]() | 'do' construct must use '{}'s. | 147 |
![]() | First sentence should end with a period. | 153 |
![]() | Line has trailing spaces. | 153 |
![]() | Missing a Javadoc comment. | 158 |
![]() | '+' is not preceded with whitespace. | 159 |
![]() | '+' should be on a new line. | 159 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | '+' should be on a new line. | 160 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' should be on a new line. | 161 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' should be on a new line. | 162 |
![]() | '+' is not preceded with whitespace. | 163 |
![]() | '+' should be on a new line. | 163 |
![]() | '+' is not preceded with whitespace. | 164 |
![]() | '+' should be on a new line. | 164 |
![]() | '+' is not preceded with whitespace. | 165 |
![]() | '+' should be on a new line. | 165 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' should be on a new line. | 166 |
![]() | '+' is not preceded with whitespace. | 167 |
![]() | '+' should be on a new line. | 167 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' should be on a new line. | 168 |
![]() | '+' is not preceded with whitespace. | 169 |
![]() | '+' should be on a new line. | 169 |
![]() | '+' is not preceded with whitespace. | 170 |
![]() | '+' should be on a new line. | 170 |
![]() | '+' is not preceded with whitespace. | 171 |
![]() | '+' should be on a new line. | 171 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' should be on a new line. | 172 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | '+' should be on a new line. | 173 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' should be on a new line. | 174 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' should be on a new line. | 175 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' should be on a new line. | 176 |
![]() | '+' is not preceded with whitespace. | 177 |
![]() | '+' should be on a new line. | 177 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' should be on a new line. | 178 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' should be on a new line. | 179 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' should be on a new line. | 180 |
![]() | '+' is not preceded with whitespace. | 181 |
![]() | '+' should be on a new line. | 181 |
![]() | '+' is not preceded with whitespace. | 182 |
![]() | '+' should be on a new line. | 182 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' should be on a new line. | 183 |
![]() | '+' is not preceded with whitespace. | 184 |
![]() | '+' should be on a new line. | 184 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' should be on a new line. | 185 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' should be on a new line. | 186 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' should be on a new line. | 187 |
![]() | '+' is not preceded with whitespace. | 188 |
![]() | '+' should be on a new line. | 188 |
![]() | '+' is not preceded with whitespace. | 189 |
![]() | '+' should be on a new line. | 189 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' should be on a new line. | 190 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' should be on a new line. | 191 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' should be on a new line. | 192 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' should be on a new line. | 193 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' should be on a new line. | 194 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' should be on a new line. | 195 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' should be on a new line. | 196 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' should be on a new line. | 197 |
![]() | '+' is not preceded with whitespace. | 198 |
![]() | '+' should be on a new line. | 198 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' should be on a new line. | 199 |
![]() | '+' is not preceded with whitespace. | 200 |
![]() | '+' should be on a new line. | 200 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' should be on a new line. | 201 |
![]() | '+' is not preceded with whitespace. | 202 |
![]() | '+' should be on a new line. | 202 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' should be on a new line. | 203 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' should be on a new line. | 204 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' should be on a new line. | 205 |
![]() | '+' is not preceded with whitespace. | 206 |
![]() | '+' should be on a new line. | 206 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' should be on a new line. | 207 |
![]() | '+' is not preceded with whitespace. | 208 |
![]() | '+' should be on a new line. | 208 |
![]() | '+' is not preceded with whitespace. | 209 |
![]() | '+' should be on a new line. | 209 |
![]() | '+' is not preceded with whitespace. | 210 |
![]() | '+' should be on a new line. | 210 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' should be on a new line. | 211 |
![]() | '+' is not preceded with whitespace. | 212 |
![]() | '+' should be on a new line. | 212 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' should be on a new line. | 213 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' should be on a new line. | 214 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' should be on a new line. | 215 |
![]() | '+' is not preceded with whitespace. | 216 |
![]() | '+' should be on a new line. | 216 |
![]() | '+' is not preceded with whitespace. | 217 |
![]() | '+' should be on a new line. | 217 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' should be on a new line. | 218 |
![]() | '+' is not preceded with whitespace. | 219 |
![]() | '+' should be on a new line. | 219 |
![]() | '+' is not preceded with whitespace. | 220 |
![]() | '+' should be on a new line. | 220 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' should be on a new line. | 221 |
![]() | '+' is not preceded with whitespace. | 222 |
![]() | '+' should be on a new line. | 222 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' should be on a new line. | 223 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' should be on a new line. | 224 |
![]() | '+' is not preceded with whitespace. | 225 |
![]() | '+' should be on a new line. | 225 |
![]() | '+' is not preceded with whitespace. | 226 |
![]() | '+' should be on a new line. | 226 |
![]() | '+' is not preceded with whitespace. | 227 |
![]() | '+' should be on a new line. | 227 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' should be on a new line. | 228 |
![]() | '+' is not preceded with whitespace. | 229 |
![]() | '+' should be on a new line. | 229 |
![]() | '+' is not preceded with whitespace. | 230 |
![]() | '+' should be on a new line. | 230 |
![]() | '+' is not preceded with whitespace. | 231 |
![]() | '+' should be on a new line. | 231 |
![]() | '+' is not preceded with whitespace. | 232 |
![]() | '+' should be on a new line. | 232 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' should be on a new line. | 233 |
![]() | '+' is not preceded with whitespace. | 234 |
![]() | '+' should be on a new line. | 234 |
![]() | '+' is not preceded with whitespace. | 235 |
![]() | '+' should be on a new line. | 235 |
![]() | '+' is not preceded with whitespace. | 236 |
![]() | '+' should be on a new line. | 236 |
![]() | '+' is not preceded with whitespace. | 237 |
![]() | '+' should be on a new line. | 237 |
![]() | '+' is not preceded with whitespace. | 238 |
![]() | '+' should be on a new line. | 238 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' should be on a new line. | 239 |
![]() | '+' is not preceded with whitespace. | 240 |
![]() | '+' should be on a new line. | 240 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' should be on a new line. | 241 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' should be on a new line. | 242 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' should be on a new line. | 243 |
![]() | '+' is not preceded with whitespace. | 244 |
![]() | '+' should be on a new line. | 244 |
![]() | '+' is not preceded with whitespace. | 245 |
![]() | '+' should be on a new line. | 245 |
![]() | '+' is not preceded with whitespace. | 246 |
![]() | '+' should be on a new line. | 246 |
![]() | '+' is not preceded with whitespace. | 247 |
![]() | '+' should be on a new line. | 247 |
![]() | '+' is not preceded with whitespace. | 248 |
![]() | '+' should be on a new line. | 248 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' should be on a new line. | 249 |
![]() | '+' is not preceded with whitespace. | 250 |
![]() | '+' should be on a new line. | 250 |
![]() | '+' is not preceded with whitespace. | 251 |
![]() | '+' should be on a new line. | 251 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' should be on a new line. | 252 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' should be on a new line. | 253 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' should be on a new line. | 254 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' should be on a new line. | 255 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' should be on a new line. | 256 |
![]() | '+' is not preceded with whitespace. | 257 |
![]() | '+' should be on a new line. | 257 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | '+' should be on a new line. | 258 |
![]() | '+' is not preceded with whitespace. | 259 |
![]() | '+' should be on a new line. | 259 |
![]() | '+' is not preceded with whitespace. | 260 |
![]() | '+' should be on a new line. | 260 |
![]() | '+' is not preceded with whitespace. | 261 |
![]() | '+' should be on a new line. | 261 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' should be on a new line. | 262 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' should be on a new line. | 263 |
![]() | '+' is not preceded with whitespace. | 264 |
![]() | '+' should be on a new line. | 264 |
![]() | '+' is not preceded with whitespace. | 265 |
![]() | '+' should be on a new line. | 265 |
![]() | '+' is not preceded with whitespace. | 266 |
![]() | '+' should be on a new line. | 266 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' should be on a new line. | 267 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' should be on a new line. | 268 |
![]() | '+' is not preceded with whitespace. | 269 |
![]() | '+' should be on a new line. | 269 |
![]() | '+' is not preceded with whitespace. | 270 |
![]() | '+' should be on a new line. | 270 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' should be on a new line. | 271 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' should be on a new line. | 272 |
![]() | '+' is not preceded with whitespace. | 273 |
![]() | '+' should be on a new line. | 273 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' should be on a new line. | 274 |
![]() | '+' is not preceded with whitespace. | 275 |
![]() | '+' should be on a new line. | 275 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' should be on a new line. | 276 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' should be on a new line. | 277 |
![]() | '+' is not preceded with whitespace. | 278 |
![]() | '+' should be on a new line. | 278 |
![]() | '+' is not preceded with whitespace. | 279 |
![]() | '+' should be on a new line. | 279 |
![]() | '+' is not preceded with whitespace. | 280 |
![]() | '+' should be on a new line. | 280 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' should be on a new line. | 281 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' should be on a new line. | 282 |
![]() | '+' is not preceded with whitespace. | 283 |
![]() | '+' should be on a new line. | 283 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' should be on a new line. | 284 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' should be on a new line. | 285 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' should be on a new line. | 286 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' should be on a new line. | 287 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' should be on a new line. | 288 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' should be on a new line. | 289 |
![]() | '+' is not preceded with whitespace. | 290 |
![]() | '+' should be on a new line. | 290 |
![]() | '+' is not preceded with whitespace. | 291 |
![]() | '+' should be on a new line. | 291 |
![]() | '+' is not preceded with whitespace. | 292 |
![]() | '+' should be on a new line. | 292 |
![]() | '+' is not preceded with whitespace. | 293 |
![]() | '+' should be on a new line. | 293 |
![]() | '+' is not preceded with whitespace. | 294 |
![]() | '+' should be on a new line. | 294 |
![]() | '+' is not preceded with whitespace. | 295 |
![]() | '+' should be on a new line. | 295 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | '+' should be on a new line. | 296 |
![]() | '+' is not preceded with whitespace. | 297 |
![]() | '+' should be on a new line. | 297 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' should be on a new line. | 298 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' should be on a new line. | 299 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' should be on a new line. | 300 |
![]() | '+' is not preceded with whitespace. | 301 |
![]() | '+' should be on a new line. | 301 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' should be on a new line. | 302 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' should be on a new line. | 303 |
![]() | '+' is not preceded with whitespace. | 304 |
![]() | '+' should be on a new line. | 304 |
![]() | '+' is not preceded with whitespace. | 305 |
![]() | '+' should be on a new line. | 305 |
![]() | '+' is not preceded with whitespace. | 306 |
![]() | '+' should be on a new line. | 306 |
![]() | '+' is not preceded with whitespace. | 307 |
![]() | '+' should be on a new line. | 307 |
![]() | '+' is not preceded with whitespace. | 308 |
![]() | '+' should be on a new line. | 308 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' should be on a new line. | 309 |
![]() | '+' is not preceded with whitespace. | 310 |
![]() | '+' should be on a new line. | 310 |
![]() | '+' is not preceded with whitespace. | 311 |
![]() | '+' should be on a new line. | 311 |
![]() | '+' is not preceded with whitespace. | 312 |
![]() | '+' should be on a new line. | 312 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' should be on a new line. | 313 |
![]() | '+' is not preceded with whitespace. | 314 |
![]() | '+' should be on a new line. | 314 |
![]() | '+' is not preceded with whitespace. | 315 |
![]() | '+' should be on a new line. | 315 |
![]() | '+' is not preceded with whitespace. | 316 |
![]() | '+' should be on a new line. | 316 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' should be on a new line. | 317 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' should be on a new line. | 318 |
![]() | '+' is not preceded with whitespace. | 319 |
![]() | '+' should be on a new line. | 319 |
![]() | '+' is not preceded with whitespace. | 320 |
![]() | '+' should be on a new line. | 320 |
![]() | '+' is not preceded with whitespace. | 321 |
![]() | '+' should be on a new line. | 321 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' should be on a new line. | 322 |
![]() | '+' is not preceded with whitespace. | 323 |
![]() | '+' should be on a new line. | 323 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' should be on a new line. | 324 |
![]() | '+' is not preceded with whitespace. | 325 |
![]() | '+' should be on a new line. | 325 |
![]() | '+' is not preceded with whitespace. | 326 |
![]() | '+' should be on a new line. | 326 |
![]() | '+' is not preceded with whitespace. | 327 |
![]() | '+' should be on a new line. | 327 |
![]() | '+' is not preceded with whitespace. | 328 |
![]() | '+' should be on a new line. | 328 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' should be on a new line. | 329 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' should be on a new line. | 330 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' should be on a new line. | 331 |
![]() | Missing a Javadoc comment. | 334 |
![]() | '1387' is a magic number. | 335 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Parameter packed should be final. | 341 |
![]() | Parameter offset should be final. | 341 |
![]() | Parameter result should be final. | 341 |
![]() | '16' is a magic number. | 346 |
![]() | First sentence should end with a period. | 352 |
![]() | Line has trailing spaces. | 352 |
![]() | Missing a Javadoc comment. | 357 |
![]() | '+' is not preceded with whitespace. | 358 |
![]() | '+' should be on a new line. | 358 |
![]() | '+' is not preceded with whitespace. | 359 |
![]() | '+' should be on a new line. | 359 |
![]() | '+' is not preceded with whitespace. | 360 |
![]() | '+' should be on a new line. | 360 |
![]() | '+' is not preceded with whitespace. | 361 |
![]() | '+' should be on a new line. | 361 |
![]() | '+' is not preceded with whitespace. | 362 |
![]() | '+' should be on a new line. | 362 |
![]() | '+' is not preceded with whitespace. | 363 |
![]() | '+' should be on a new line. | 363 |
![]() | '+' is not preceded with whitespace. | 364 |
![]() | '+' should be on a new line. | 364 |
![]() | '+' is not preceded with whitespace. | 365 |
![]() | '+' should be on a new line. | 365 |
![]() | '+' is not preceded with whitespace. | 366 |
![]() | '+' should be on a new line. | 366 |
![]() | '+' is not preceded with whitespace. | 367 |
![]() | '+' should be on a new line. | 367 |
![]() | '+' is not preceded with whitespace. | 368 |
![]() | '+' should be on a new line. | 368 |
![]() | '+' is not preceded with whitespace. | 369 |
![]() | '+' should be on a new line. | 369 |
![]() | '+' is not preceded with whitespace. | 370 |
![]() | '+' should be on a new line. | 370 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' should be on a new line. | 371 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' should be on a new line. | 372 |
![]() | '+' is not preceded with whitespace. | 373 |
![]() | '+' should be on a new line. | 373 |
![]() | '+' is not preceded with whitespace. | 374 |
![]() | '+' should be on a new line. | 374 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' should be on a new line. | 375 |
![]() | '+' is not preceded with whitespace. | 376 |
![]() | '+' should be on a new line. | 376 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' should be on a new line. | 377 |
![]() | '+' is not preceded with whitespace. | 378 |
![]() | '+' should be on a new line. | 378 |
![]() | '+' is not preceded with whitespace. | 379 |
![]() | '+' should be on a new line. | 379 |
![]() | '+' is not preceded with whitespace. | 380 |
![]() | '+' should be on a new line. | 380 |
![]() | '+' is not preceded with whitespace. | 381 |
![]() | '+' should be on a new line. | 381 |
![]() | '+' is not preceded with whitespace. | 382 |
![]() | '+' should be on a new line. | 382 |
![]() | '+' is not preceded with whitespace. | 383 |
![]() | '+' should be on a new line. | 383 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' should be on a new line. | 384 |
![]() | '+' is not preceded with whitespace. | 385 |
![]() | '+' should be on a new line. | 385 |
![]() | '+' is not preceded with whitespace. | 386 |
![]() | '+' should be on a new line. | 386 |
![]() | '+' is not preceded with whitespace. | 387 |
![]() | '+' should be on a new line. | 387 |
![]() | '+' is not preceded with whitespace. | 388 |
![]() | '+' should be on a new line. | 388 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' should be on a new line. | 389 |
![]() | '+' is not preceded with whitespace. | 390 |
![]() | '+' should be on a new line. | 390 |
![]() | '+' is not preceded with whitespace. | 391 |
![]() | '+' should be on a new line. | 391 |
![]() | '+' is not preceded with whitespace. | 392 |
![]() | '+' should be on a new line. | 392 |
![]() | '+' is not preceded with whitespace. | 393 |
![]() | '+' should be on a new line. | 393 |
![]() | '+' is not preceded with whitespace. | 394 |
![]() | '+' should be on a new line. | 394 |
![]() | '+' is not preceded with whitespace. | 395 |
![]() | '+' should be on a new line. | 395 |
![]() | '+' is not preceded with whitespace. | 396 |
![]() | '+' should be on a new line. | 396 |
![]() | '+' is not preceded with whitespace. | 397 |
![]() | '+' should be on a new line. | 397 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' should be on a new line. | 398 |
![]() | '+' is not preceded with whitespace. | 399 |
![]() | '+' should be on a new line. | 399 |
![]() | '+' is not preceded with whitespace. | 400 |
![]() | '+' should be on a new line. | 400 |
![]() | '+' is not preceded with whitespace. | 401 |
![]() | '+' should be on a new line. | 401 |
![]() | '+' is not preceded with whitespace. | 402 |
![]() | '+' should be on a new line. | 402 |
![]() | '+' is not preceded with whitespace. | 403 |
![]() | '+' should be on a new line. | 403 |
![]() | '+' is not preceded with whitespace. | 404 |
![]() | '+' should be on a new line. | 404 |
![]() | '+' is not preceded with whitespace. | 405 |
![]() | '+' should be on a new line. | 405 |
![]() | '+' is not preceded with whitespace. | 406 |
![]() | '+' should be on a new line. | 406 |
![]() | '+' is not preceded with whitespace. | 407 |
![]() | '+' should be on a new line. | 407 |
![]() | '+' is not preceded with whitespace. | 408 |
![]() | '+' should be on a new line. | 408 |
![]() | '+' is not preceded with whitespace. | 409 |
![]() | '+' should be on a new line. | 409 |
![]() | '+' is not preceded with whitespace. | 410 |
![]() | '+' should be on a new line. | 410 |
![]() | '+' is not preceded with whitespace. | 411 |
![]() | '+' should be on a new line. | 411 |
![]() | '+' is not preceded with whitespace. | 412 |
![]() | '+' should be on a new line. | 412 |
![]() | '+' is not preceded with whitespace. | 413 |
![]() | '+' should be on a new line. | 413 |
![]() | '+' is not preceded with whitespace. | 414 |
![]() | '+' should be on a new line. | 414 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' should be on a new line. | 415 |
![]() | '+' is not preceded with whitespace. | 416 |
![]() | '+' should be on a new line. | 416 |
![]() | '+' is not preceded with whitespace. | 417 |
![]() | '+' should be on a new line. | 417 |
![]() | '+' is not preceded with whitespace. | 418 |
![]() | '+' should be on a new line. | 418 |
![]() | '+' is not preceded with whitespace. | 419 |
![]() | '+' should be on a new line. | 419 |
![]() | '+' is not preceded with whitespace. | 420 |
![]() | '+' should be on a new line. | 420 |
![]() | '+' is not preceded with whitespace. | 421 |
![]() | '+' should be on a new line. | 421 |
![]() | '+' is not preceded with whitespace. | 422 |
![]() | '+' should be on a new line. | 422 |
![]() | '+' is not preceded with whitespace. | 423 |
![]() | '+' should be on a new line. | 423 |
![]() | '+' is not preceded with whitespace. | 424 |
![]() | '+' should be on a new line. | 424 |
![]() | '+' is not preceded with whitespace. | 425 |
![]() | '+' should be on a new line. | 425 |
![]() | '+' is not preceded with whitespace. | 426 |
![]() | '+' should be on a new line. | 426 |
![]() | '+' is not preceded with whitespace. | 427 |
![]() | '+' should be on a new line. | 427 |
![]() | '+' is not preceded with whitespace. | 428 |
![]() | '+' should be on a new line. | 428 |
![]() | '+' is not preceded with whitespace. | 429 |
![]() | '+' should be on a new line. | 429 |
![]() | '+' is not preceded with whitespace. | 430 |
![]() | '+' should be on a new line. | 430 |
![]() | '+' is not preceded with whitespace. | 431 |
![]() | '+' should be on a new line. | 431 |
![]() | '+' is not preceded with whitespace. | 432 |
![]() | '+' should be on a new line. | 432 |
![]() | '+' is not preceded with whitespace. | 433 |
![]() | '+' should be on a new line. | 433 |
![]() | '+' is not preceded with whitespace. | 434 |
![]() | '+' should be on a new line. | 434 |
![]() | '+' is not preceded with whitespace. | 435 |
![]() | '+' should be on a new line. | 435 |
![]() | '+' is not preceded with whitespace. | 436 |
![]() | '+' should be on a new line. | 436 |
![]() | '+' is not preceded with whitespace. | 437 |
![]() | '+' should be on a new line. | 437 |
![]() | '+' is not preceded with whitespace. | 438 |
![]() | '+' should be on a new line. | 438 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' should be on a new line. | 439 |
![]() | '+' is not preceded with whitespace. | 440 |
![]() | '+' should be on a new line. | 440 |
![]() | '+' is not preceded with whitespace. | 441 |
![]() | '+' should be on a new line. | 441 |
![]() | '+' is not preceded with whitespace. | 442 |
![]() | '+' should be on a new line. | 442 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' should be on a new line. | 443 |
![]() | '+' is not preceded with whitespace. | 444 |
![]() | '+' should be on a new line. | 444 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' should be on a new line. | 445 |
![]() | '+' is not preceded with whitespace. | 446 |
![]() | '+' should be on a new line. | 446 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' should be on a new line. | 447 |
![]() | '+' is not preceded with whitespace. | 448 |
![]() | '+' should be on a new line. | 448 |
![]() | '+' is not preceded with whitespace. | 449 |
![]() | '+' should be on a new line. | 449 |
![]() | '+' is not preceded with whitespace. | 450 |
![]() | '+' should be on a new line. | 450 |
![]() | '+' is not preceded with whitespace. | 451 |
![]() | '+' should be on a new line. | 451 |
![]() | '+' is not preceded with whitespace. | 452 |
![]() | '+' should be on a new line. | 452 |
![]() | '+' is not preceded with whitespace. | 453 |
![]() | '+' should be on a new line. | 453 |
![]() | '+' is not preceded with whitespace. | 454 |
![]() | '+' should be on a new line. | 454 |
![]() | '+' is not preceded with whitespace. | 455 |
![]() | '+' should be on a new line. | 455 |
![]() | '+' is not preceded with whitespace. | 456 |
![]() | '+' should be on a new line. | 456 |
![]() | '+' is not preceded with whitespace. | 457 |
![]() | '+' should be on a new line. | 457 |
![]() | '+' is not preceded with whitespace. | 458 |
![]() | '+' should be on a new line. | 458 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' should be on a new line. | 459 |
![]() | '+' is not preceded with whitespace. | 460 |
![]() | '+' should be on a new line. | 460 |
![]() | '+' is not preceded with whitespace. | 461 |
![]() | '+' should be on a new line. | 461 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' should be on a new line. | 462 |
![]() | '+' is not preceded with whitespace. | 463 |
![]() | '+' should be on a new line. | 463 |
![]() | '+' is not preceded with whitespace. | 464 |
![]() | '+' should be on a new line. | 464 |
![]() | '+' is not preceded with whitespace. | 465 |
![]() | '+' should be on a new line. | 465 |
![]() | '+' is not preceded with whitespace. | 466 |
![]() | '+' should be on a new line. | 466 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' should be on a new line. | 467 |
![]() | '+' is not preceded with whitespace. | 468 |
![]() | '+' should be on a new line. | 468 |
![]() | '+' is not preceded with whitespace. | 469 |
![]() | '+' should be on a new line. | 469 |
![]() | '+' is not preceded with whitespace. | 470 |
![]() | '+' should be on a new line. | 470 |
![]() | '+' is not preceded with whitespace. | 471 |
![]() | '+' should be on a new line. | 471 |
![]() | '+' is not preceded with whitespace. | 472 |
![]() | '+' should be on a new line. | 472 |
![]() | '+' is not preceded with whitespace. | 473 |
![]() | '+' should be on a new line. | 473 |
![]() | '+' is not preceded with whitespace. | 474 |
![]() | '+' should be on a new line. | 474 |
![]() | '+' is not preceded with whitespace. | 475 |
![]() | '+' should be on a new line. | 475 |
![]() | '+' is not preceded with whitespace. | 476 |
![]() | '+' should be on a new line. | 476 |
![]() | '+' is not preceded with whitespace. | 477 |
![]() | '+' should be on a new line. | 477 |
![]() | '+' is not preceded with whitespace. | 478 |
![]() | '+' should be on a new line. | 478 |
![]() | '+' is not preceded with whitespace. | 479 |
![]() | '+' should be on a new line. | 479 |
![]() | '+' is not preceded with whitespace. | 480 |
![]() | '+' should be on a new line. | 480 |
![]() | '+' is not preceded with whitespace. | 481 |
![]() | '+' should be on a new line. | 481 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' should be on a new line. | 482 |
![]() | '+' is not preceded with whitespace. | 483 |
![]() | '+' should be on a new line. | 483 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' should be on a new line. | 484 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' should be on a new line. | 485 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' should be on a new line. | 486 |
![]() | '+' is not preceded with whitespace. | 487 |
![]() | '+' should be on a new line. | 487 |
![]() | '+' is not preceded with whitespace. | 488 |
![]() | '+' should be on a new line. | 488 |
![]() | '+' is not preceded with whitespace. | 489 |
![]() | '+' should be on a new line. | 489 |
![]() | '+' is not preceded with whitespace. | 490 |
![]() | '+' should be on a new line. | 490 |
![]() | '+' is not preceded with whitespace. | 491 |
![]() | '+' should be on a new line. | 491 |
![]() | '+' is not preceded with whitespace. | 492 |
![]() | '+' should be on a new line. | 492 |
![]() | '+' is not preceded with whitespace. | 493 |
![]() | '+' should be on a new line. | 493 |
![]() | '+' is not preceded with whitespace. | 494 |
![]() | '+' should be on a new line. | 494 |
![]() | '+' is not preceded with whitespace. | 495 |
![]() | '+' should be on a new line. | 495 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' should be on a new line. | 496 |
![]() | '+' is not preceded with whitespace. | 497 |
![]() | '+' should be on a new line. | 497 |
![]() | '+' is not preceded with whitespace. | 498 |
![]() | '+' should be on a new line. | 498 |
![]() | '+' is not preceded with whitespace. | 499 |
![]() | '+' should be on a new line. | 499 |
![]() | '+' is not preceded with whitespace. | 500 |
![]() | '+' should be on a new line. | 500 |
![]() | '+' is not preceded with whitespace. | 501 |
![]() | '+' should be on a new line. | 501 |
![]() | '+' is not preceded with whitespace. | 502 |
![]() | '+' should be on a new line. | 502 |
![]() | '+' is not preceded with whitespace. | 503 |
![]() | '+' should be on a new line. | 503 |
![]() | '+' is not preceded with whitespace. | 504 |
![]() | '+' should be on a new line. | 504 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' should be on a new line. | 505 |
![]() | '+' is not preceded with whitespace. | 506 |
![]() | '+' should be on a new line. | 506 |
![]() | '+' is not preceded with whitespace. | 507 |
![]() | '+' should be on a new line. | 507 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' should be on a new line. | 508 |
![]() | '+' is not preceded with whitespace. | 509 |
![]() | '+' should be on a new line. | 509 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' should be on a new line. | 510 |
![]() | '+' is not preceded with whitespace. | 511 |
![]() | '+' should be on a new line. | 511 |
![]() | '+' is not preceded with whitespace. | 512 |
![]() | '+' should be on a new line. | 512 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' should be on a new line. | 513 |
![]() | '+' is not preceded with whitespace. | 514 |
![]() | '+' should be on a new line. | 514 |
![]() | '+' is not preceded with whitespace. | 515 |
![]() | '+' should be on a new line. | 515 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' should be on a new line. | 516 |
![]() | '+' is not preceded with whitespace. | 517 |
![]() | '+' should be on a new line. | 517 |
![]() | '+' is not preceded with whitespace. | 518 |
![]() | '+' should be on a new line. | 518 |
![]() | '+' is not preceded with whitespace. | 519 |
![]() | '+' should be on a new line. | 519 |
![]() | '+' is not preceded with whitespace. | 520 |
![]() | '+' should be on a new line. | 520 |
![]() | '+' is not preceded with whitespace. | 521 |
![]() | '+' should be on a new line. | 521 |
![]() | '+' is not preceded with whitespace. | 522 |
![]() | '+' should be on a new line. | 522 |
![]() | '+' is not preceded with whitespace. | 523 |
![]() | '+' should be on a new line. | 523 |
![]() | '+' is not preceded with whitespace. | 524 |
![]() | '+' should be on a new line. | 524 |
![]() | '+' is not preceded with whitespace. | 525 |
![]() | '+' should be on a new line. | 525 |
![]() | '+' is not preceded with whitespace. | 526 |
![]() | '+' should be on a new line. | 526 |
![]() | '+' is not preceded with whitespace. | 527 |
![]() | '+' should be on a new line. | 527 |
![]() | '+' is not preceded with whitespace. | 528 |
![]() | '+' should be on a new line. | 528 |
![]() | '+' is not preceded with whitespace. | 529 |
![]() | '+' should be on a new line. | 529 |
![]() | '+' is not preceded with whitespace. | 530 |
![]() | '+' should be on a new line. | 530 |
![]() | '+' is not preceded with whitespace. | 531 |
![]() | '+' should be on a new line. | 531 |
![]() | '+' is not preceded with whitespace. | 532 |
![]() | '+' should be on a new line. | 532 |
![]() | '+' is not preceded with whitespace. | 533 |
![]() | '+' should be on a new line. | 533 |
![]() | '+' is not preceded with whitespace. | 534 |
![]() | '+' should be on a new line. | 534 |
![]() | '+' is not preceded with whitespace. | 535 |
![]() | '+' should be on a new line. | 535 |
![]() | '+' is not preceded with whitespace. | 536 |
![]() | '+' should be on a new line. | 536 |
![]() | '+' is not preceded with whitespace. | 537 |
![]() | '+' should be on a new line. | 537 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' should be on a new line. | 538 |
![]() | '+' is not preceded with whitespace. | 539 |
![]() | '+' should be on a new line. | 539 |
![]() | '+' is not preceded with whitespace. | 540 |
![]() | '+' should be on a new line. | 540 |
![]() | '+' is not preceded with whitespace. | 541 |
![]() | '+' should be on a new line. | 541 |
![]() | '+' is not preceded with whitespace. | 542 |
![]() | '+' should be on a new line. | 542 |
![]() | '+' is not preceded with whitespace. | 543 |
![]() | '+' should be on a new line. | 543 |
![]() | '+' is not preceded with whitespace. | 544 |
![]() | '+' should be on a new line. | 544 |
![]() | '+' is not preceded with whitespace. | 545 |
![]() | '+' should be on a new line. | 545 |
![]() | '+' is not preceded with whitespace. | 546 |
![]() | '+' should be on a new line. | 546 |
![]() | '+' is not preceded with whitespace. | 547 |
![]() | '+' should be on a new line. | 547 |
![]() | '+' is not preceded with whitespace. | 548 |
![]() | '+' should be on a new line. | 548 |
![]() | '+' is not preceded with whitespace. | 549 |
![]() | '+' should be on a new line. | 549 |
![]() | '+' is not preceded with whitespace. | 550 |
![]() | '+' should be on a new line. | 550 |
![]() | '+' is not preceded with whitespace. | 551 |
![]() | '+' should be on a new line. | 551 |
![]() | '+' is not preceded with whitespace. | 552 |
![]() | '+' should be on a new line. | 552 |
![]() | '+' is not preceded with whitespace. | 553 |
![]() | '+' should be on a new line. | 553 |
![]() | '+' is not preceded with whitespace. | 554 |
![]() | '+' should be on a new line. | 554 |
![]() | '+' is not preceded with whitespace. | 555 |
![]() | '+' should be on a new line. | 555 |
![]() | '+' is not preceded with whitespace. | 556 |
![]() | '+' should be on a new line. | 556 |
![]() | '+' is not preceded with whitespace. | 557 |
![]() | '+' should be on a new line. | 557 |
![]() | '+' is not preceded with whitespace. | 558 |
![]() | '+' should be on a new line. | 558 |
![]() | '+' is not preceded with whitespace. | 559 |
![]() | '+' should be on a new line. | 559 |
![]() | '+' is not preceded with whitespace. | 560 |
![]() | '+' should be on a new line. | 560 |
![]() | '+' is not preceded with whitespace. | 561 |
![]() | '+' should be on a new line. | 561 |
![]() | '+' is not preceded with whitespace. | 562 |
![]() | '+' should be on a new line. | 562 |
![]() | '+' is not preceded with whitespace. | 563 |
![]() | '+' should be on a new line. | 563 |
![]() | '+' is not preceded with whitespace. | 564 |
![]() | '+' should be on a new line. | 564 |
![]() | '+' is not preceded with whitespace. | 565 |
![]() | '+' should be on a new line. | 565 |
![]() | '+' is not preceded with whitespace. | 566 |
![]() | '+' should be on a new line. | 566 |
![]() | '+' is not preceded with whitespace. | 567 |
![]() | '+' should be on a new line. | 567 |
![]() | '+' is not preceded with whitespace. | 568 |
![]() | '+' should be on a new line. | 568 |
![]() | '+' is not preceded with whitespace. | 569 |
![]() | '+' should be on a new line. | 569 |
![]() | '+' is not preceded with whitespace. | 570 |
![]() | '+' should be on a new line. | 570 |
![]() | '+' is not preceded with whitespace. | 571 |
![]() | '+' should be on a new line. | 571 |
![]() | '+' is not preceded with whitespace. | 572 |
![]() | '+' should be on a new line. | 572 |
![]() | '+' is not preceded with whitespace. | 573 |
![]() | '+' should be on a new line. | 573 |
![]() | '+' is not preceded with whitespace. | 574 |
![]() | '+' should be on a new line. | 574 |
![]() | '+' is not preceded with whitespace. | 575 |
![]() | '+' should be on a new line. | 575 |
![]() | '+' is not preceded with whitespace. | 576 |
![]() | '+' should be on a new line. | 576 |
![]() | '+' is not preceded with whitespace. | 577 |
![]() | '+' should be on a new line. | 577 |
![]() | '+' is not preceded with whitespace. | 578 |
![]() | '+' should be on a new line. | 578 |
![]() | '+' is not preceded with whitespace. | 579 |
![]() | '+' should be on a new line. | 579 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' should be on a new line. | 580 |
![]() | '+' is not preceded with whitespace. | 581 |
![]() | '+' should be on a new line. | 581 |
![]() | '+' is not preceded with whitespace. | 582 |
![]() | '+' should be on a new line. | 582 |
![]() | '+' is not preceded with whitespace. | 583 |
![]() | '+' should be on a new line. | 583 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' should be on a new line. | 584 |
![]() | '+' is not preceded with whitespace. | 585 |
![]() | '+' should be on a new line. | 585 |
![]() | '+' is not preceded with whitespace. | 586 |
![]() | '+' should be on a new line. | 586 |
![]() | '+' is not preceded with whitespace. | 587 |
![]() | '+' should be on a new line. | 587 |
![]() | '+' is not preceded with whitespace. | 588 |
![]() | '+' should be on a new line. | 588 |
![]() | '+' is not preceded with whitespace. | 589 |
![]() | '+' should be on a new line. | 589 |
![]() | '+' is not preceded with whitespace. | 590 |
![]() | '+' should be on a new line. | 590 |
![]() | '+' is not preceded with whitespace. | 591 |
![]() | '+' should be on a new line. | 591 |
![]() | '+' is not preceded with whitespace. | 592 |
![]() | '+' should be on a new line. | 592 |
![]() | '+' is not preceded with whitespace. | 593 |
![]() | '+' should be on a new line. | 593 |
![]() | '+' is not preceded with whitespace. | 594 |
![]() | '+' should be on a new line. | 594 |
![]() | '+' is not preceded with whitespace. | 595 |
![]() | '+' should be on a new line. | 595 |
![]() | '+' is not preceded with whitespace. | 596 |
![]() | '+' should be on a new line. | 596 |
![]() | '+' is not preceded with whitespace. | 597 |
![]() | '+' should be on a new line. | 597 |
![]() | '+' is not preceded with whitespace. | 598 |
![]() | '+' should be on a new line. | 598 |
![]() | '+' is not preceded with whitespace. | 599 |
![]() | '+' should be on a new line. | 599 |
![]() | '+' is not preceded with whitespace. | 600 |
![]() | '+' should be on a new line. | 600 |
![]() | '+' is not preceded with whitespace. | 601 |
![]() | '+' should be on a new line. | 601 |
![]() | '+' is not preceded with whitespace. | 602 |
![]() | '+' should be on a new line. | 602 |
![]() | '+' is not preceded with whitespace. | 603 |
![]() | '+' should be on a new line. | 603 |
![]() | '+' is not preceded with whitespace. | 604 |
![]() | '+' should be on a new line. | 604 |
![]() | '+' is not preceded with whitespace. | 605 |
![]() | '+' should be on a new line. | 605 |
![]() | '+' is not preceded with whitespace. | 606 |
![]() | '+' should be on a new line. | 606 |
![]() | '+' is not preceded with whitespace. | 607 |
![]() | '+' should be on a new line. | 607 |
![]() | '+' is not preceded with whitespace. | 608 |
![]() | '+' should be on a new line. | 608 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' should be on a new line. | 609 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' should be on a new line. | 610 |
![]() | '+' is not preceded with whitespace. | 611 |
![]() | '+' should be on a new line. | 611 |
![]() | '+' is not preceded with whitespace. | 612 |
![]() | '+' should be on a new line. | 612 |
![]() | '+' is not preceded with whitespace. | 613 |
![]() | '+' should be on a new line. | 613 |
![]() | '+' is not preceded with whitespace. | 614 |
![]() | '+' should be on a new line. | 614 |
![]() | '+' is not preceded with whitespace. | 615 |
![]() | '+' should be on a new line. | 615 |
![]() | '+' is not preceded with whitespace. | 616 |
![]() | '+' should be on a new line. | 616 |
![]() | '+' is not preceded with whitespace. | 617 |
![]() | '+' should be on a new line. | 617 |
![]() | '+' is not preceded with whitespace. | 618 |
![]() | '+' should be on a new line. | 618 |
![]() | '+' is not preceded with whitespace. | 619 |
![]() | '+' should be on a new line. | 619 |
![]() | '+' is not preceded with whitespace. | 620 |
![]() | '+' should be on a new line. | 620 |
![]() | '+' is not preceded with whitespace. | 621 |
![]() | '+' should be on a new line. | 621 |
![]() | '+' is not preceded with whitespace. | 622 |
![]() | '+' should be on a new line. | 622 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' should be on a new line. | 623 |
![]() | '+' is not preceded with whitespace. | 624 |
![]() | '+' should be on a new line. | 624 |
![]() | '+' is not preceded with whitespace. | 625 |
![]() | '+' should be on a new line. | 625 |
![]() | '+' is not preceded with whitespace. | 626 |
![]() | '+' should be on a new line. | 626 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' should be on a new line. | 627 |
![]() | '+' is not preceded with whitespace. | 628 |
![]() | '+' should be on a new line. | 628 |
![]() | '+' is not preceded with whitespace. | 629 |
![]() | '+' should be on a new line. | 629 |
![]() | '+' is not preceded with whitespace. | 630 |
![]() | '+' should be on a new line. | 630 |
![]() | '+' is not preceded with whitespace. | 631 |
![]() | '+' should be on a new line. | 631 |
![]() | '+' is not preceded with whitespace. | 632 |
![]() | '+' should be on a new line. | 632 |
![]() | '+' is not preceded with whitespace. | 633 |
![]() | '+' should be on a new line. | 633 |
![]() | '+' is not preceded with whitespace. | 634 |
![]() | '+' should be on a new line. | 634 |
![]() | '+' is not preceded with whitespace. | 635 |
![]() | '+' should be on a new line. | 635 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' should be on a new line. | 636 |
![]() | '+' is not preceded with whitespace. | 637 |
![]() | '+' should be on a new line. | 637 |
![]() | '+' is not preceded with whitespace. | 638 |
![]() | '+' should be on a new line. | 638 |
![]() | '+' is not preceded with whitespace. | 639 |
![]() | '+' should be on a new line. | 639 |
![]() | '+' is not preceded with whitespace. | 640 |
![]() | '+' should be on a new line. | 640 |
![]() | '+' is not preceded with whitespace. | 641 |
![]() | '+' should be on a new line. | 641 |
![]() | '+' is not preceded with whitespace. | 642 |
![]() | '+' should be on a new line. | 642 |
![]() | '+' is not preceded with whitespace. | 643 |
![]() | '+' should be on a new line. | 643 |
![]() | '+' is not preceded with whitespace. | 644 |
![]() | '+' should be on a new line. | 644 |
![]() | '+' is not preceded with whitespace. | 645 |
![]() | '+' should be on a new line. | 645 |
![]() | '+' is not preceded with whitespace. | 646 |
![]() | '+' should be on a new line. | 646 |
![]() | '+' is not preceded with whitespace. | 647 |
![]() | '+' should be on a new line. | 647 |
![]() | '+' is not preceded with whitespace. | 648 |
![]() | '+' should be on a new line. | 648 |
![]() | '+' is not preceded with whitespace. | 649 |
![]() | '+' should be on a new line. | 649 |
![]() | '+' is not preceded with whitespace. | 650 |
![]() | '+' should be on a new line. | 650 |
![]() | '+' is not preceded with whitespace. | 651 |
![]() | '+' should be on a new line. | 651 |
![]() | '+' is not preceded with whitespace. | 652 |
![]() | '+' should be on a new line. | 652 |
![]() | '+' is not preceded with whitespace. | 653 |
![]() | '+' should be on a new line. | 653 |
![]() | '+' is not preceded with whitespace. | 654 |
![]() | '+' should be on a new line. | 654 |
![]() | '+' is not preceded with whitespace. | 655 |
![]() | '+' should be on a new line. | 655 |
![]() | '+' is not preceded with whitespace. | 656 |
![]() | '+' should be on a new line. | 656 |
![]() | '+' is not preceded with whitespace. | 657 |
![]() | '+' should be on a new line. | 657 |
![]() | '+' is not preceded with whitespace. | 658 |
![]() | '+' should be on a new line. | 658 |
![]() | '+' is not preceded with whitespace. | 659 |
![]() | '+' should be on a new line. | 659 |
![]() | '+' is not preceded with whitespace. | 660 |
![]() | '+' should be on a new line. | 660 |
![]() | '+' is not preceded with whitespace. | 661 |
![]() | '+' should be on a new line. | 661 |
![]() | '+' is not preceded with whitespace. | 662 |
![]() | '+' should be on a new line. | 662 |
![]() | '+' is not preceded with whitespace. | 663 |
![]() | '+' should be on a new line. | 663 |
![]() | '+' is not preceded with whitespace. | 664 |
![]() | '+' should be on a new line. | 664 |
![]() | '+' is not preceded with whitespace. | 665 |
![]() | '+' should be on a new line. | 665 |
![]() | '+' is not preceded with whitespace. | 666 |
![]() | '+' should be on a new line. | 666 |
![]() | '+' is not preceded with whitespace. | 667 |
![]() | '+' should be on a new line. | 667 |
![]() | '+' is not preceded with whitespace. | 668 |
![]() | '+' should be on a new line. | 668 |
![]() | '+' is not preceded with whitespace. | 669 |
![]() | '+' should be on a new line. | 669 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' should be on a new line. | 670 |
![]() | '+' is not preceded with whitespace. | 671 |
![]() | '+' should be on a new line. | 671 |
![]() | '+' is not preceded with whitespace. | 672 |
![]() | '+' should be on a new line. | 672 |
![]() | '+' is not preceded with whitespace. | 673 |
![]() | '+' should be on a new line. | 673 |
![]() | '+' is not preceded with whitespace. | 674 |
![]() | '+' should be on a new line. | 674 |
![]() | '+' is not preceded with whitespace. | 675 |
![]() | '+' should be on a new line. | 675 |
![]() | '+' is not preceded with whitespace. | 676 |
![]() | '+' should be on a new line. | 676 |
![]() | '+' is not preceded with whitespace. | 677 |
![]() | '+' should be on a new line. | 677 |
![]() | '+' is not preceded with whitespace. | 678 |
![]() | '+' should be on a new line. | 678 |
![]() | '+' is not preceded with whitespace. | 679 |
![]() | '+' should be on a new line. | 679 |
![]() | '+' is not preceded with whitespace. | 680 |
![]() | '+' should be on a new line. | 680 |
![]() | '+' is not preceded with whitespace. | 681 |
![]() | '+' should be on a new line. | 681 |
![]() | '+' is not preceded with whitespace. | 682 |
![]() | '+' should be on a new line. | 682 |
![]() | '+' is not preceded with whitespace. | 683 |
![]() | '+' should be on a new line. | 683 |
![]() | '+' is not preceded with whitespace. | 684 |
![]() | '+' should be on a new line. | 684 |
![]() | '+' is not preceded with whitespace. | 685 |
![]() | '+' should be on a new line. | 685 |
![]() | '+' is not preceded with whitespace. | 686 |
![]() | '+' should be on a new line. | 686 |
![]() | '+' is not preceded with whitespace. | 687 |
![]() | '+' should be on a new line. | 687 |
![]() | '+' is not preceded with whitespace. | 688 |
![]() | '+' should be on a new line. | 688 |
![]() | '+' is not preceded with whitespace. | 689 |
![]() | '+' should be on a new line. | 689 |
![]() | '+' is not preceded with whitespace. | 690 |
![]() | '+' should be on a new line. | 690 |
![]() | '+' is not preceded with whitespace. | 691 |
![]() | '+' should be on a new line. | 691 |
![]() | '+' is not preceded with whitespace. | 692 |
![]() | '+' should be on a new line. | 692 |
![]() | '+' is not preceded with whitespace. | 693 |
![]() | '+' should be on a new line. | 693 |
![]() | '+' is not preceded with whitespace. | 694 |
![]() | '+' should be on a new line. | 694 |
![]() | '+' is not preceded with whitespace. | 695 |
![]() | '+' should be on a new line. | 695 |
![]() | '+' is not preceded with whitespace. | 696 |
![]() | '+' should be on a new line. | 696 |
![]() | '+' is not preceded with whitespace. | 697 |
![]() | '+' should be on a new line. | 697 |
![]() | '+' is not preceded with whitespace. | 698 |
![]() | '+' should be on a new line. | 698 |
![]() | '+' is not preceded with whitespace. | 699 |
![]() | '+' should be on a new line. | 699 |
![]() | '+' is not preceded with whitespace. | 700 |
![]() | '+' should be on a new line. | 700 |
![]() | '+' is not preceded with whitespace. | 701 |
![]() | '+' should be on a new line. | 701 |
![]() | '+' is not preceded with whitespace. | 702 |
![]() | '+' should be on a new line. | 702 |
![]() | '+' is not preceded with whitespace. | 703 |
![]() | '+' should be on a new line. | 703 |
![]() | '+' is not preceded with whitespace. | 704 |
![]() | '+' should be on a new line. | 704 |
![]() | '+' is not preceded with whitespace. | 705 |
![]() | '+' should be on a new line. | 705 |
![]() | '+' is not preceded with whitespace. | 706 |
![]() | '+' should be on a new line. | 706 |
![]() | '+' is not preceded with whitespace. | 707 |
![]() | '+' should be on a new line. | 707 |
![]() | '+' is not preceded with whitespace. | 708 |
![]() | '+' should be on a new line. | 708 |
![]() | '+' is not preceded with whitespace. | 709 |
![]() | '+' should be on a new line. | 709 |
![]() | '+' is not preceded with whitespace. | 710 |
![]() | '+' should be on a new line. | 710 |
![]() | '+' is not preceded with whitespace. | 711 |
![]() | '+' should be on a new line. | 711 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' should be on a new line. | 712 |
![]() | '+' is not preceded with whitespace. | 713 |
![]() | '+' should be on a new line. | 713 |
![]() | '+' is not preceded with whitespace. | 714 |
![]() | '+' should be on a new line. | 714 |
![]() | '+' is not preceded with whitespace. | 715 |
![]() | '+' should be on a new line. | 715 |
![]() | '+' is not preceded with whitespace. | 716 |
![]() | '+' should be on a new line. | 716 |
![]() | '+' is not preceded with whitespace. | 717 |
![]() | '+' should be on a new line. | 717 |
![]() | '+' is not preceded with whitespace. | 718 |
![]() | '+' should be on a new line. | 718 |
![]() | '+' is not preceded with whitespace. | 719 |
![]() | '+' should be on a new line. | 719 |
![]() | '+' is not preceded with whitespace. | 720 |
![]() | '+' should be on a new line. | 720 |
![]() | '+' is not preceded with whitespace. | 721 |
![]() | '+' should be on a new line. | 721 |
![]() | '+' is not preceded with whitespace. | 722 |
![]() | '+' should be on a new line. | 722 |
![]() | '+' is not preceded with whitespace. | 723 |
![]() | '+' should be on a new line. | 723 |
![]() | '+' is not preceded with whitespace. | 724 |
![]() | '+' should be on a new line. | 724 |
![]() | '+' is not preceded with whitespace. | 725 |
![]() | '+' should be on a new line. | 725 |
![]() | '+' is not preceded with whitespace. | 726 |
![]() | '+' should be on a new line. | 726 |
![]() | '+' is not preceded with whitespace. | 727 |
![]() | '+' should be on a new line. | 727 |
![]() | '+' is not preceded with whitespace. | 728 |
![]() | '+' should be on a new line. | 728 |
![]() | '+' is not preceded with whitespace. | 729 |
![]() | '+' should be on a new line. | 729 |
![]() | '+' is not preceded with whitespace. | 730 |
![]() | '+' should be on a new line. | 730 |
![]() | '+' is not preceded with whitespace. | 731 |
![]() | '+' should be on a new line. | 731 |
![]() | '+' is not preceded with whitespace. | 732 |
![]() | '+' should be on a new line. | 732 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' should be on a new line. | 733 |
![]() | '+' is not preceded with whitespace. | 734 |
![]() | '+' should be on a new line. | 734 |
![]() | '+' is not preceded with whitespace. | 735 |
![]() | '+' should be on a new line. | 735 |
![]() | '+' is not preceded with whitespace. | 736 |
![]() | '+' should be on a new line. | 736 |
![]() | '+' is not preceded with whitespace. | 737 |
![]() | '+' should be on a new line. | 737 |
![]() | '+' is not preceded with whitespace. | 738 |
![]() | '+' should be on a new line. | 738 |
![]() | '+' is not preceded with whitespace. | 739 |
![]() | '+' should be on a new line. | 739 |
![]() | '+' is not preceded with whitespace. | 740 |
![]() | '+' should be on a new line. | 740 |
![]() | '+' is not preceded with whitespace. | 741 |
![]() | '+' should be on a new line. | 741 |
![]() | '+' is not preceded with whitespace. | 742 |
![]() | '+' should be on a new line. | 742 |
![]() | '+' is not preceded with whitespace. | 743 |
![]() | '+' should be on a new line. | 743 |
![]() | '+' is not preceded with whitespace. | 744 |
![]() | '+' should be on a new line. | 744 |
![]() | '+' is not preceded with whitespace. | 745 |
![]() | '+' should be on a new line. | 745 |
![]() | '+' is not preceded with whitespace. | 746 |
![]() | '+' should be on a new line. | 746 |
![]() | '+' is not preceded with whitespace. | 747 |
![]() | '+' should be on a new line. | 747 |
![]() | '+' is not preceded with whitespace. | 748 |
![]() | '+' should be on a new line. | 748 |
![]() | '+' is not preceded with whitespace. | 749 |
![]() | '+' should be on a new line. | 749 |
![]() | '+' is not preceded with whitespace. | 750 |
![]() | '+' should be on a new line. | 750 |
![]() | '+' is not preceded with whitespace. | 751 |
![]() | '+' should be on a new line. | 751 |
![]() | '+' is not preceded with whitespace. | 752 |
![]() | '+' should be on a new line. | 752 |
![]() | '+' is not preceded with whitespace. | 753 |
![]() | '+' should be on a new line. | 753 |
![]() | '+' is not preceded with whitespace. | 754 |
![]() | '+' should be on a new line. | 754 |
![]() | '+' is not preceded with whitespace. | 755 |
![]() | '+' should be on a new line. | 755 |
![]() | '+' is not preceded with whitespace. | 756 |
![]() | '+' should be on a new line. | 756 |
![]() | '+' is not preceded with whitespace. | 757 |
![]() | '+' should be on a new line. | 757 |
![]() | '+' is not preceded with whitespace. | 758 |
![]() | '+' should be on a new line. | 758 |
![]() | '+' is not preceded with whitespace. | 759 |
![]() | '+' should be on a new line. | 759 |
![]() | '+' is not preceded with whitespace. | 760 |
![]() | '+' should be on a new line. | 760 |
![]() | '+' is not preceded with whitespace. | 761 |
![]() | '+' should be on a new line. | 761 |
![]() | '+' is not preceded with whitespace. | 762 |
![]() | '+' should be on a new line. | 762 |
![]() | '+' is not preceded with whitespace. | 763 |
![]() | '+' should be on a new line. | 763 |
![]() | '+' is not preceded with whitespace. | 764 |
![]() | '+' should be on a new line. | 764 |
![]() | '+' is not preceded with whitespace. | 765 |
![]() | '+' should be on a new line. | 765 |
![]() | '+' is not preceded with whitespace. | 766 |
![]() | '+' should be on a new line. | 766 |
![]() | '+' is not preceded with whitespace. | 767 |
![]() | '+' should be on a new line. | 767 |
![]() | '+' is not preceded with whitespace. | 768 |
![]() | '+' should be on a new line. | 768 |
![]() | '+' is not preceded with whitespace. | 769 |
![]() | '+' should be on a new line. | 769 |
![]() | '+' is not preceded with whitespace. | 770 |
![]() | '+' should be on a new line. | 770 |
![]() | '+' is not preceded with whitespace. | 771 |
![]() | '+' should be on a new line. | 771 |
![]() | '+' is not preceded with whitespace. | 772 |
![]() | '+' should be on a new line. | 772 |
![]() | '+' is not preceded with whitespace. | 773 |
![]() | '+' should be on a new line. | 773 |
![]() | '+' is not preceded with whitespace. | 774 |
![]() | '+' should be on a new line. | 774 |
![]() | '+' is not preceded with whitespace. | 775 |
![]() | '+' should be on a new line. | 775 |
![]() | '+' is not preceded with whitespace. | 776 |
![]() | '+' should be on a new line. | 776 |
![]() | '+' is not preceded with whitespace. | 777 |
![]() | '+' should be on a new line. | 777 |
![]() | '+' is not preceded with whitespace. | 778 |
![]() | '+' should be on a new line. | 778 |
![]() | '+' is not preceded with whitespace. | 779 |
![]() | '+' should be on a new line. | 779 |
![]() | '+' is not preceded with whitespace. | 780 |
![]() | '+' should be on a new line. | 780 |
![]() | '+' is not preceded with whitespace. | 781 |
![]() | '+' should be on a new line. | 781 |
![]() | '+' is not preceded with whitespace. | 782 |
![]() | '+' should be on a new line. | 782 |
![]() | '+' is not preceded with whitespace. | 783 |
![]() | '+' should be on a new line. | 783 |
![]() | '+' is not preceded with whitespace. | 784 |
![]() | '+' should be on a new line. | 784 |
![]() | '+' is not preceded with whitespace. | 785 |
![]() | '+' should be on a new line. | 785 |
![]() | '+' is not preceded with whitespace. | 786 |
![]() | '+' should be on a new line. | 786 |
![]() | '+' is not preceded with whitespace. | 787 |
![]() | '+' should be on a new line. | 787 |
![]() | '+' is not preceded with whitespace. | 788 |
![]() | '+' should be on a new line. | 788 |
![]() | '+' is not preceded with whitespace. | 789 |
![]() | '+' should be on a new line. | 789 |
![]() | '+' is not preceded with whitespace. | 790 |
![]() | '+' should be on a new line. | 790 |
![]() | '+' is not preceded with whitespace. | 791 |
![]() | '+' should be on a new line. | 791 |
![]() | '+' is not preceded with whitespace. | 792 |
![]() | '+' should be on a new line. | 792 |
![]() | '+' is not preceded with whitespace. | 793 |
![]() | '+' should be on a new line. | 793 |
![]() | '+' is not preceded with whitespace. | 794 |
![]() | '+' should be on a new line. | 794 |
![]() | '+' is not preceded with whitespace. | 795 |
![]() | '+' should be on a new line. | 795 |
![]() | '+' is not preceded with whitespace. | 796 |
![]() | '+' should be on a new line. | 796 |
![]() | '+' is not preceded with whitespace. | 797 |
![]() | '+' should be on a new line. | 797 |
![]() | '+' is not preceded with whitespace. | 798 |
![]() | '+' should be on a new line. | 798 |
![]() | '+' is not preceded with whitespace. | 799 |
![]() | '+' should be on a new line. | 799 |
![]() | '+' is not preceded with whitespace. | 800 |
![]() | '+' should be on a new line. | 800 |
![]() | '+' is not preceded with whitespace. | 801 |
![]() | '+' should be on a new line. | 801 |
![]() | '+' is not preceded with whitespace. | 802 |
![]() | '+' should be on a new line. | 802 |
![]() | '+' is not preceded with whitespace. | 803 |
![]() | '+' should be on a new line. | 803 |
![]() | '+' is not preceded with whitespace. | 804 |
![]() | '+' should be on a new line. | 804 |
![]() | '+' is not preceded with whitespace. | 805 |
![]() | '+' should be on a new line. | 805 |
![]() | '+' is not preceded with whitespace. | 806 |
![]() | '+' should be on a new line. | 806 |
![]() | '+' is not preceded with whitespace. | 807 |
![]() | '+' should be on a new line. | 807 |
![]() | '+' is not preceded with whitespace. | 808 |
![]() | '+' should be on a new line. | 808 |
![]() | '+' is not preceded with whitespace. | 809 |
![]() | '+' should be on a new line. | 809 |
![]() | '+' is not preceded with whitespace. | 810 |
![]() | '+' should be on a new line. | 810 |
![]() | '+' is not preceded with whitespace. | 811 |
![]() | '+' should be on a new line. | 811 |
![]() | '+' is not preceded with whitespace. | 812 |
![]() | '+' should be on a new line. | 812 |
![]() | '+' is not preceded with whitespace. | 813 |
![]() | '+' should be on a new line. | 813 |
![]() | '+' is not preceded with whitespace. | 814 |
![]() | '+' should be on a new line. | 814 |
![]() | '+' is not preceded with whitespace. | 815 |
![]() | '+' should be on a new line. | 815 |
![]() | '+' is not preceded with whitespace. | 816 |
![]() | '+' should be on a new line. | 816 |
![]() | '+' is not preceded with whitespace. | 817 |
![]() | '+' should be on a new line. | 817 |
![]() | '+' is not preceded with whitespace. | 818 |
![]() | '+' should be on a new line. | 818 |
![]() | '+' is not preceded with whitespace. | 819 |
![]() | '+' should be on a new line. | 819 |
![]() | '+' is not preceded with whitespace. | 820 |
![]() | '+' should be on a new line. | 820 |
![]() | '+' is not preceded with whitespace. | 821 |
![]() | '+' should be on a new line. | 821 |
![]() | '+' is not preceded with whitespace. | 822 |
![]() | '+' should be on a new line. | 822 |
![]() | '+' is not preceded with whitespace. | 823 |
![]() | '+' should be on a new line. | 823 |
![]() | '+' is not preceded with whitespace. | 824 |
![]() | '+' should be on a new line. | 824 |
![]() | '+' is not preceded with whitespace. | 825 |
![]() | '+' should be on a new line. | 825 |
![]() | '+' is not preceded with whitespace. | 826 |
![]() | '+' should be on a new line. | 826 |
![]() | '+' is not preceded with whitespace. | 827 |
![]() | '+' should be on a new line. | 827 |
![]() | '+' is not preceded with whitespace. | 828 |
![]() | '+' should be on a new line. | 828 |
![]() | '+' is not preceded with whitespace. | 829 |
![]() | '+' should be on a new line. | 829 |
![]() | '+' is not preceded with whitespace. | 830 |
![]() | '+' should be on a new line. | 830 |
![]() | '+' is not preceded with whitespace. | 831 |
![]() | '+' should be on a new line. | 831 |
![]() | '+' is not preceded with whitespace. | 832 |
![]() | '+' should be on a new line. | 832 |
![]() | '+' is not preceded with whitespace. | 833 |
![]() | '+' should be on a new line. | 833 |
![]() | '+' is not preceded with whitespace. | 834 |
![]() | '+' should be on a new line. | 834 |
![]() | '+' is not preceded with whitespace. | 835 |
![]() | '+' should be on a new line. | 835 |
![]() | '+' is not preceded with whitespace. | 836 |
![]() | '+' should be on a new line. | 836 |
![]() | '+' is not preceded with whitespace. | 837 |
![]() | '+' should be on a new line. | 837 |
![]() | '+' is not preceded with whitespace. | 838 |
![]() | '+' should be on a new line. | 838 |
![]() | '+' is not preceded with whitespace. | 839 |
![]() | '+' should be on a new line. | 839 |
![]() | '+' is not preceded with whitespace. | 840 |
![]() | '+' should be on a new line. | 840 |
![]() | '+' is not preceded with whitespace. | 841 |
![]() | '+' should be on a new line. | 841 |
![]() | '+' is not preceded with whitespace. | 842 |
![]() | '+' should be on a new line. | 842 |
![]() | '+' is not preceded with whitespace. | 843 |
![]() | '+' should be on a new line. | 843 |
![]() | '+' is not preceded with whitespace. | 844 |
![]() | '+' should be on a new line. | 844 |
![]() | '+' is not preceded with whitespace. | 845 |
![]() | '+' should be on a new line. | 845 |
![]() | '+' is not preceded with whitespace. | 846 |
![]() | '+' should be on a new line. | 846 |
![]() | '+' is not preceded with whitespace. | 847 |
![]() | '+' should be on a new line. | 847 |
![]() | '+' is not preceded with whitespace. | 848 |
![]() | '+' should be on a new line. | 848 |
![]() | '+' is not preceded with whitespace. | 849 |
![]() | '+' should be on a new line. | 849 |
![]() | '+' is not preceded with whitespace. | 850 |
![]() | '+' should be on a new line. | 850 |
![]() | '+' is not preceded with whitespace. | 851 |
![]() | '+' should be on a new line. | 851 |
![]() | '+' is not preceded with whitespace. | 852 |
![]() | '+' should be on a new line. | 852 |
![]() | '+' is not preceded with whitespace. | 853 |
![]() | '+' should be on a new line. | 853 |
![]() | '+' is not preceded with whitespace. | 854 |
![]() | '+' should be on a new line. | 854 |
![]() | '+' is not preceded with whitespace. | 855 |
![]() | '+' should be on a new line. | 855 |
![]() | '+' is not preceded with whitespace. | 856 |
![]() | '+' should be on a new line. | 856 |
![]() | '+' is not preceded with whitespace. | 857 |
![]() | '+' should be on a new line. | 857 |
![]() | '+' is not preceded with whitespace. | 858 |
![]() | '+' should be on a new line. | 858 |
![]() | '+' is not preceded with whitespace. | 859 |
![]() | '+' should be on a new line. | 859 |
![]() | '+' is not preceded with whitespace. | 860 |
![]() | '+' should be on a new line. | 860 |
![]() | '+' is not preceded with whitespace. | 861 |
![]() | '+' should be on a new line. | 861 |
![]() | '+' is not preceded with whitespace. | 862 |
![]() | '+' should be on a new line. | 862 |
![]() | '+' is not preceded with whitespace. | 863 |
![]() | '+' should be on a new line. | 863 |
![]() | '+' is not preceded with whitespace. | 864 |
![]() | '+' should be on a new line. | 864 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' should be on a new line. | 865 |
![]() | '+' is not preceded with whitespace. | 866 |
![]() | '+' should be on a new line. | 866 |
![]() | '+' is not preceded with whitespace. | 867 |
![]() | '+' should be on a new line. | 867 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' should be on a new line. | 868 |
![]() | '+' is not preceded with whitespace. | 869 |
![]() | '+' should be on a new line. | 869 |
![]() | '+' is not preceded with whitespace. | 870 |
![]() | '+' should be on a new line. | 870 |
![]() | '+' is not preceded with whitespace. | 871 |
![]() | '+' should be on a new line. | 871 |
![]() | '+' is not preceded with whitespace. | 872 |
![]() | '+' should be on a new line. | 872 |
![]() | '+' is not preceded with whitespace. | 873 |
![]() | '+' should be on a new line. | 873 |
![]() | '+' is not preceded with whitespace. | 874 |
![]() | '+' should be on a new line. | 874 |
![]() | '+' is not preceded with whitespace. | 875 |
![]() | '+' should be on a new line. | 875 |
![]() | '+' is not preceded with whitespace. | 876 |
![]() | '+' should be on a new line. | 876 |
![]() | '+' is not preceded with whitespace. | 877 |
![]() | '+' should be on a new line. | 877 |
![]() | '+' is not preceded with whitespace. | 878 |
![]() | '+' should be on a new line. | 878 |
![]() | '+' is not preceded with whitespace. | 879 |
![]() | '+' should be on a new line. | 879 |
![]() | '+' is not preceded with whitespace. | 880 |
![]() | '+' should be on a new line. | 880 |
![]() | '+' is not preceded with whitespace. | 881 |
![]() | '+' should be on a new line. | 881 |
![]() | '+' is not preceded with whitespace. | 882 |
![]() | '+' should be on a new line. | 882 |
![]() | '+' is not preceded with whitespace. | 883 |
![]() | '+' should be on a new line. | 883 |
![]() | '+' is not preceded with whitespace. | 884 |
![]() | '+' should be on a new line. | 884 |
![]() | '+' is not preceded with whitespace. | 885 |
![]() | '+' should be on a new line. | 885 |
![]() | '+' is not preceded with whitespace. | 886 |
![]() | '+' should be on a new line. | 886 |
![]() | '+' is not preceded with whitespace. | 887 |
![]() | '+' should be on a new line. | 887 |
![]() | '+' is not preceded with whitespace. | 888 |
![]() | '+' should be on a new line. | 888 |
![]() | '+' is not preceded with whitespace. | 889 |
![]() | '+' should be on a new line. | 889 |
![]() | '+' is not preceded with whitespace. | 890 |
![]() | '+' should be on a new line. | 890 |
![]() | '+' is not preceded with whitespace. | 891 |
![]() | '+' should be on a new line. | 891 |
![]() | '+' is not preceded with whitespace. | 892 |
![]() | '+' should be on a new line. | 892 |
![]() | '+' is not preceded with whitespace. | 893 |
![]() | '+' should be on a new line. | 893 |
![]() | '+' is not preceded with whitespace. | 894 |
![]() | '+' should be on a new line. | 894 |
![]() | '+' is not preceded with whitespace. | 895 |
![]() | '+' should be on a new line. | 895 |
![]() | '+' is not preceded with whitespace. | 896 |
![]() | '+' should be on a new line. | 896 |
![]() | '+' is not preceded with whitespace. | 897 |
![]() | '+' should be on a new line. | 897 |
![]() | '+' is not preceded with whitespace. | 898 |
![]() | '+' should be on a new line. | 898 |
![]() | '+' is not preceded with whitespace. | 899 |
![]() | '+' should be on a new line. | 899 |
![]() | '+' is not preceded with whitespace. | 900 |
![]() | '+' should be on a new line. | 900 |
![]() | '+' is not preceded with whitespace. | 901 |
![]() | '+' should be on a new line. | 901 |
![]() | '+' is not preceded with whitespace. | 902 |
![]() | '+' should be on a new line. | 902 |
![]() | '+' is not preceded with whitespace. | 903 |
![]() | '+' should be on a new line. | 903 |
![]() | '+' is not preceded with whitespace. | 904 |
![]() | '+' should be on a new line. | 904 |
![]() | '+' is not preceded with whitespace. | 905 |
![]() | '+' should be on a new line. | 905 |
![]() | '+' is not preceded with whitespace. | 906 |
![]() | '+' should be on a new line. | 906 |
![]() | '+' is not preceded with whitespace. | 907 |
![]() | '+' should be on a new line. | 907 |
![]() | '+' is not preceded with whitespace. | 908 |
![]() | '+' should be on a new line. | 908 |
![]() | '+' is not preceded with whitespace. | 909 |
![]() | '+' should be on a new line. | 909 |
![]() | '+' is not preceded with whitespace. | 910 |
![]() | '+' should be on a new line. | 910 |
![]() | '+' is not preceded with whitespace. | 911 |
![]() | '+' should be on a new line. | 911 |
![]() | '+' is not preceded with whitespace. | 912 |
![]() | '+' should be on a new line. | 912 |
![]() | '+' is not preceded with whitespace. | 913 |
![]() | '+' should be on a new line. | 913 |
![]() | '+' is not preceded with whitespace. | 914 |
![]() | '+' should be on a new line. | 914 |
![]() | '+' is not preceded with whitespace. | 915 |
![]() | '+' should be on a new line. | 915 |
![]() | '+' is not preceded with whitespace. | 916 |
![]() | '+' should be on a new line. | 916 |
![]() | '+' is not preceded with whitespace. | 917 |
![]() | '+' should be on a new line. | 917 |
![]() | '+' is not preceded with whitespace. | 918 |
![]() | '+' should be on a new line. | 918 |
![]() | '+' is not preceded with whitespace. | 919 |
![]() | '+' should be on a new line. | 919 |
![]() | '+' is not preceded with whitespace. | 920 |
![]() | '+' should be on a new line. | 920 |
![]() | '+' is not preceded with whitespace. | 921 |
![]() | '+' should be on a new line. | 921 |
![]() | '+' is not preceded with whitespace. | 922 |
![]() | '+' should be on a new line. | 922 |
![]() | '+' is not preceded with whitespace. | 923 |
![]() | '+' should be on a new line. | 923 |
![]() | '+' is not preceded with whitespace. | 924 |
![]() | '+' should be on a new line. | 924 |
![]() | '+' is not preceded with whitespace. | 925 |
![]() | '+' should be on a new line. | 925 |
![]() | '+' is not preceded with whitespace. | 926 |
![]() | '+' should be on a new line. | 926 |
![]() | '+' is not preceded with whitespace. | 927 |
![]() | '+' should be on a new line. | 927 |
![]() | '+' is not preceded with whitespace. | 928 |
![]() | '+' should be on a new line. | 928 |
![]() | '+' is not preceded with whitespace. | 929 |
![]() | '+' should be on a new line. | 929 |
![]() | '+' is not preceded with whitespace. | 930 |
![]() | '+' should be on a new line. | 930 |
![]() | '+' is not preceded with whitespace. | 931 |
![]() | '+' should be on a new line. | 931 |
![]() | '+' is not preceded with whitespace. | 932 |
![]() | '+' should be on a new line. | 932 |
![]() | '+' is not preceded with whitespace. | 933 |
![]() | '+' should be on a new line. | 933 |
![]() | '+' is not preceded with whitespace. | 934 |
![]() | '+' should be on a new line. | 934 |
![]() | '+' is not preceded with whitespace. | 935 |
![]() | '+' should be on a new line. | 935 |
![]() | '+' is not preceded with whitespace. | 936 |
![]() | '+' should be on a new line. | 936 |
![]() | '+' is not preceded with whitespace. | 937 |
![]() | '+' should be on a new line. | 937 |
![]() | '+' is not preceded with whitespace. | 938 |
![]() | '+' should be on a new line. | 938 |
![]() | '+' is not preceded with whitespace. | 939 |
![]() | '+' should be on a new line. | 939 |
![]() | '+' is not preceded with whitespace. | 940 |
![]() | '+' should be on a new line. | 940 |
![]() | '+' is not preceded with whitespace. | 941 |
![]() | '+' should be on a new line. | 941 |
![]() | '+' is not preceded with whitespace. | 942 |
![]() | '+' should be on a new line. | 942 |
![]() | '+' is not preceded with whitespace. | 943 |
![]() | '+' should be on a new line. | 943 |
![]() | '+' is not preceded with whitespace. | 944 |
![]() | '+' should be on a new line. | 944 |
![]() | '+' is not preceded with whitespace. | 945 |
![]() | '+' should be on a new line. | 945 |
![]() | '+' is not preceded with whitespace. | 946 |
![]() | '+' should be on a new line. | 946 |
![]() | '+' is not preceded with whitespace. | 947 |
![]() | '+' should be on a new line. | 947 |
![]() | '+' is not preceded with whitespace. | 948 |
![]() | '+' should be on a new line. | 948 |
![]() | '+' is not preceded with whitespace. | 949 |
![]() | '+' should be on a new line. | 949 |
![]() | '+' is not preceded with whitespace. | 950 |
![]() | '+' should be on a new line. | 950 |
![]() | '+' is not preceded with whitespace. | 951 |
![]() | '+' should be on a new line. | 951 |
![]() | '+' is not preceded with whitespace. | 952 |
![]() | '+' should be on a new line. | 952 |
![]() | '+' is not preceded with whitespace. | 953 |
![]() | '+' should be on a new line. | 953 |
![]() | '+' is not preceded with whitespace. | 954 |
![]() | '+' should be on a new line. | 954 |
![]() | '+' is not preceded with whitespace. | 955 |
![]() | '+' should be on a new line. | 955 |
![]() | '+' is not preceded with whitespace. | 956 |
![]() | '+' should be on a new line. | 956 |
![]() | '+' is not preceded with whitespace. | 957 |
![]() | '+' should be on a new line. | 957 |
![]() | '+' is not preceded with whitespace. | 958 |
![]() | '+' should be on a new line. | 958 |
![]() | '+' is not preceded with whitespace. | 959 |
![]() | '+' should be on a new line. | 959 |
![]() | '+' is not preceded with whitespace. | 960 |
![]() | '+' should be on a new line. | 960 |
![]() | '+' is not preceded with whitespace. | 961 |
![]() | '+' should be on a new line. | 961 |
![]() | '+' is not preceded with whitespace. | 962 |
![]() | '+' should be on a new line. | 962 |
![]() | '+' is not preceded with whitespace. | 963 |
![]() | '+' should be on a new line. | 963 |
![]() | '+' is not preceded with whitespace. | 964 |
![]() | '+' should be on a new line. | 964 |
![]() | '+' is not preceded with whitespace. | 965 |
![]() | '+' should be on a new line. | 965 |
![]() | '+' is not preceded with whitespace. | 966 |
![]() | '+' should be on a new line. | 966 |
![]() | '+' is not preceded with whitespace. | 967 |
![]() | '+' should be on a new line. | 967 |
![]() | '+' is not preceded with whitespace. | 968 |
![]() | '+' should be on a new line. | 968 |
![]() | '+' is not preceded with whitespace. | 969 |
![]() | '+' should be on a new line. | 969 |
![]() | '+' is not preceded with whitespace. | 970 |
![]() | '+' should be on a new line. | 970 |
![]() | '+' is not preceded with whitespace. | 971 |
![]() | '+' should be on a new line. | 971 |
![]() | '+' is not preceded with whitespace. | 972 |
![]() | '+' should be on a new line. | 972 |
![]() | '+' is not preceded with whitespace. | 973 |
![]() | '+' should be on a new line. | 973 |
![]() | '+' is not preceded with whitespace. | 974 |
![]() | '+' should be on a new line. | 974 |
![]() | '+' is not preceded with whitespace. | 975 |
![]() | '+' should be on a new line. | 975 |
![]() | '+' is not preceded with whitespace. | 976 |
![]() | '+' should be on a new line. | 976 |
![]() | '+' is not preceded with whitespace. | 977 |
![]() | '+' should be on a new line. | 977 |
![]() | '+' is not preceded with whitespace. | 978 |
![]() | '+' should be on a new line. | 978 |
![]() | '+' is not preceded with whitespace. | 979 |
![]() | '+' should be on a new line. | 979 |
![]() | '+' is not preceded with whitespace. | 980 |
![]() | '+' should be on a new line. | 980 |
![]() | '+' is not preceded with whitespace. | 981 |
![]() | '+' should be on a new line. | 981 |
![]() | '+' is not preceded with whitespace. | 982 |
![]() | '+' should be on a new line. | 982 |
![]() | '+' is not preceded with whitespace. | 983 |
![]() | '+' should be on a new line. | 983 |
![]() | '+' is not preceded with whitespace. | 984 |
![]() | '+' should be on a new line. | 984 |
![]() | '+' is not preceded with whitespace. | 985 |
![]() | '+' should be on a new line. | 985 |
![]() | '+' is not preceded with whitespace. | 986 |
![]() | '+' should be on a new line. | 986 |
![]() | '+' is not preceded with whitespace. | 987 |
![]() | '+' should be on a new line. | 987 |
![]() | '+' is not preceded with whitespace. | 988 |
![]() | '+' should be on a new line. | 988 |
![]() | '+' is not preceded with whitespace. | 989 |
![]() | '+' should be on a new line. | 989 |
![]() | '+' is not preceded with whitespace. | 990 |
![]() | '+' should be on a new line. | 990 |
![]() | '+' is not preceded with whitespace. | 991 |
![]() | '+' should be on a new line. | 991 |
![]() | '+' is not preceded with whitespace. | 992 |
![]() | '+' should be on a new line. | 992 |
![]() | '+' is not preceded with whitespace. | 993 |
![]() | '+' should be on a new line. | 993 |
![]() | '+' is not preceded with whitespace. | 994 |
![]() | '+' should be on a new line. | 994 |
![]() | '+' is not preceded with whitespace. | 995 |
![]() | '+' should be on a new line. | 995 |
![]() | '+' is not preceded with whitespace. | 996 |
![]() | '+' should be on a new line. | 996 |
![]() | '+' is not preceded with whitespace. | 997 |
![]() | '+' should be on a new line. | 997 |
![]() | '+' is not preceded with whitespace. | 998 |
![]() | '+' should be on a new line. | 998 |
![]() | '+' is not preceded with whitespace. | 999 |
![]() | '+' should be on a new line. | 999 |
![]() | '+' is not preceded with whitespace. | 1000 |
![]() | '+' should be on a new line. | 1000 |
![]() | '+' is not preceded with whitespace. | 1001 |
![]() | '+' should be on a new line. | 1001 |
![]() | '+' is not preceded with whitespace. | 1002 |
![]() | '+' should be on a new line. | 1002 |
![]() | '+' is not preceded with whitespace. | 1003 |
![]() | '+' should be on a new line. | 1003 |
![]() | '+' is not preceded with whitespace. | 1004 |
![]() | '+' should be on a new line. | 1004 |
![]() | '+' is not preceded with whitespace. | 1005 |
![]() | '+' should be on a new line. | 1005 |
![]() | '+' is not preceded with whitespace. | 1006 |
![]() | '+' should be on a new line. | 1006 |
![]() | '+' is not preceded with whitespace. | 1007 |
![]() | '+' should be on a new line. | 1007 |
![]() | '+' is not preceded with whitespace. | 1008 |
![]() | '+' should be on a new line. | 1008 |
![]() | '+' is not preceded with whitespace. | 1009 |
![]() | '+' should be on a new line. | 1009 |
![]() | '+' is not preceded with whitespace. | 1010 |
![]() | '+' should be on a new line. | 1010 |
![]() | '+' is not preceded with whitespace. | 1011 |
![]() | '+' should be on a new line. | 1011 |
![]() | '+' is not preceded with whitespace. | 1012 |
![]() | '+' should be on a new line. | 1012 |
![]() | '+' is not preceded with whitespace. | 1013 |
![]() | '+' should be on a new line. | 1013 |
![]() | '+' is not preceded with whitespace. | 1014 |
![]() | '+' should be on a new line. | 1014 |
![]() | '+' is not preceded with whitespace. | 1015 |
![]() | '+' should be on a new line. | 1015 |
![]() | '+' is not preceded with whitespace. | 1016 |
![]() | '+' should be on a new line. | 1016 |
![]() | '+' is not preceded with whitespace. | 1017 |
![]() | '+' should be on a new line. | 1017 |
![]() | '+' is not preceded with whitespace. | 1018 |
![]() | '+' should be on a new line. | 1018 |
![]() | '+' is not preceded with whitespace. | 1019 |
![]() | '+' should be on a new line. | 1019 |
![]() | '+' is not preceded with whitespace. | 1020 |
![]() | '+' should be on a new line. | 1020 |
![]() | '+' is not preceded with whitespace. | 1021 |
![]() | '+' should be on a new line. | 1021 |
![]() | '+' is not preceded with whitespace. | 1022 |
![]() | '+' should be on a new line. | 1022 |
![]() | '+' is not preceded with whitespace. | 1023 |
![]() | '+' should be on a new line. | 1023 |
![]() | '+' is not preceded with whitespace. | 1024 |
![]() | '+' should be on a new line. | 1024 |
![]() | '+' is not preceded with whitespace. | 1025 |
![]() | '+' should be on a new line. | 1025 |
![]() | '+' is not preceded with whitespace. | 1026 |
![]() | '+' should be on a new line. | 1026 |
![]() | '+' is not preceded with whitespace. | 1027 |
![]() | '+' should be on a new line. | 1027 |
![]() | '+' is not preceded with whitespace. | 1028 |
![]() | '+' should be on a new line. | 1028 |
![]() | '+' is not preceded with whitespace. | 1029 |
![]() | '+' should be on a new line. | 1029 |
![]() | '+' is not preceded with whitespace. | 1030 |
![]() | '+' should be on a new line. | 1030 |
![]() | '+' is not preceded with whitespace. | 1031 |
![]() | '+' should be on a new line. | 1031 |
![]() | '+' is not preceded with whitespace. | 1032 |
![]() | '+' should be on a new line. | 1032 |
![]() | '+' is not preceded with whitespace. | 1033 |
![]() | '+' should be on a new line. | 1033 |
![]() | '+' is not preceded with whitespace. | 1034 |
![]() | '+' should be on a new line. | 1034 |
![]() | '+' is not preceded with whitespace. | 1035 |
![]() | '+' should be on a new line. | 1035 |
![]() | '+' is not preceded with whitespace. | 1036 |
![]() | '+' should be on a new line. | 1036 |
![]() | '+' is not preceded with whitespace. | 1037 |
![]() | '+' should be on a new line. | 1037 |
![]() | '+' is not preceded with whitespace. | 1038 |
![]() | '+' should be on a new line. | 1038 |
![]() | '+' is not preceded with whitespace. | 1039 |
![]() | '+' should be on a new line. | 1039 |
![]() | '+' is not preceded with whitespace. | 1040 |
![]() | '+' should be on a new line. | 1040 |
![]() | '+' is not preceded with whitespace. | 1041 |
![]() | '+' should be on a new line. | 1041 |
![]() | '+' is not preceded with whitespace. | 1042 |
![]() | '+' should be on a new line. | 1042 |
![]() | '+' is not preceded with whitespace. | 1043 |
![]() | '+' should be on a new line. | 1043 |
![]() | '+' is not preceded with whitespace. | 1044 |
![]() | '+' should be on a new line. | 1044 |
![]() | '+' is not preceded with whitespace. | 1045 |
![]() | '+' should be on a new line. | 1045 |
![]() | '+' is not preceded with whitespace. | 1046 |
![]() | '+' should be on a new line. | 1046 |
![]() | '+' is not preceded with whitespace. | 1047 |
![]() | '+' should be on a new line. | 1047 |
![]() | '+' is not preceded with whitespace. | 1048 |
![]() | '+' should be on a new line. | 1048 |
![]() | '+' is not preceded with whitespace. | 1049 |
![]() | '+' should be on a new line. | 1049 |
![]() | '+' is not preceded with whitespace. | 1050 |
![]() | '+' should be on a new line. | 1050 |
![]() | '+' is not preceded with whitespace. | 1051 |
![]() | '+' should be on a new line. | 1051 |
![]() | '+' is not preceded with whitespace. | 1052 |
![]() | '+' should be on a new line. | 1052 |
![]() | '+' is not preceded with whitespace. | 1053 |
![]() | '+' should be on a new line. | 1053 |
![]() | '+' is not preceded with whitespace. | 1054 |
![]() | '+' should be on a new line. | 1054 |
![]() | '+' is not preceded with whitespace. | 1055 |
![]() | '+' should be on a new line. | 1055 |
![]() | '+' is not preceded with whitespace. | 1056 |
![]() | '+' should be on a new line. | 1056 |
![]() | '+' is not preceded with whitespace. | 1057 |
![]() | '+' should be on a new line. | 1057 |
![]() | '+' is not preceded with whitespace. | 1058 |
![]() | '+' should be on a new line. | 1058 |
![]() | '+' is not preceded with whitespace. | 1059 |
![]() | '+' should be on a new line. | 1059 |
![]() | '+' is not preceded with whitespace. | 1060 |
![]() | '+' should be on a new line. | 1060 |
![]() | '+' is not preceded with whitespace. | 1061 |
![]() | '+' should be on a new line. | 1061 |
![]() | '+' is not preceded with whitespace. | 1062 |
![]() | '+' should be on a new line. | 1062 |
![]() | '+' is not preceded with whitespace. | 1063 |
![]() | '+' should be on a new line. | 1063 |
![]() | '+' is not preceded with whitespace. | 1064 |
![]() | '+' should be on a new line. | 1064 |
![]() | '+' is not preceded with whitespace. | 1065 |
![]() | '+' should be on a new line. | 1065 |
![]() | '+' is not preceded with whitespace. | 1066 |
![]() | '+' should be on a new line. | 1066 |
![]() | '+' is not preceded with whitespace. | 1067 |
![]() | '+' should be on a new line. | 1067 |
![]() | '+' is not preceded with whitespace. | 1068 |
![]() | '+' should be on a new line. | 1068 |
![]() | '+' is not preceded with whitespace. | 1069 |
![]() | '+' should be on a new line. | 1069 |
![]() | '+' is not preceded with whitespace. | 1070 |
![]() | '+' should be on a new line. | 1070 |
![]() | '+' is not preceded with whitespace. | 1071 |
![]() | '+' should be on a new line. | 1071 |
![]() | '+' is not preceded with whitespace. | 1072 |
![]() | '+' should be on a new line. | 1072 |
![]() | '+' is not preceded with whitespace. | 1073 |
![]() | '+' should be on a new line. | 1073 |
![]() | '+' is not preceded with whitespace. | 1074 |
![]() | '+' should be on a new line. | 1074 |
![]() | '+' is not preceded with whitespace. | 1075 |
![]() | '+' should be on a new line. | 1075 |
![]() | '+' is not preceded with whitespace. | 1076 |
![]() | '+' should be on a new line. | 1076 |
![]() | '+' is not preceded with whitespace. | 1077 |
![]() | '+' should be on a new line. | 1077 |
![]() | '+' is not preceded with whitespace. | 1078 |
![]() | '+' should be on a new line. | 1078 |
![]() | '+' is not preceded with whitespace. | 1079 |
![]() | '+' should be on a new line. | 1079 |
![]() | '+' is not preceded with whitespace. | 1080 |
![]() | '+' should be on a new line. | 1080 |
![]() | '+' is not preceded with whitespace. | 1081 |
![]() | '+' should be on a new line. | 1081 |
![]() | '+' is not preceded with whitespace. | 1082 |
![]() | '+' should be on a new line. | 1082 |
![]() | '+' is not preceded with whitespace. | 1083 |
![]() | '+' should be on a new line. | 1083 |
![]() | '+' is not preceded with whitespace. | 1084 |
![]() | '+' should be on a new line. | 1084 |
![]() | '+' is not preceded with whitespace. | 1085 |
![]() | '+' should be on a new line. | 1085 |
![]() | '+' is not preceded with whitespace. | 1086 |
![]() | '+' should be on a new line. | 1086 |
![]() | '+' is not preceded with whitespace. | 1087 |
![]() | '+' should be on a new line. | 1087 |
![]() | '+' is not preceded with whitespace. | 1088 |
![]() | '+' should be on a new line. | 1088 |
![]() | '+' is not preceded with whitespace. | 1089 |
![]() | '+' should be on a new line. | 1089 |
![]() | '+' is not preceded with whitespace. | 1090 |
![]() | '+' should be on a new line. | 1090 |
![]() | '+' is not preceded with whitespace. | 1091 |
![]() | '+' should be on a new line. | 1091 |
![]() | '+' is not preceded with whitespace. | 1092 |
![]() | '+' should be on a new line. | 1092 |
![]() | '+' is not preceded with whitespace. | 1093 |
![]() | '+' should be on a new line. | 1093 |
![]() | '+' is not preceded with whitespace. | 1094 |
![]() | '+' should be on a new line. | 1094 |
![]() | '+' is not preceded with whitespace. | 1095 |
![]() | '+' should be on a new line. | 1095 |
![]() | '+' is not preceded with whitespace. | 1096 |
![]() | '+' should be on a new line. | 1096 |
![]() | '+' is not preceded with whitespace. | 1097 |
![]() | '+' should be on a new line. | 1097 |
![]() | '+' is not preceded with whitespace. | 1098 |
![]() | '+' should be on a new line. | 1098 |
![]() | '+' is not preceded with whitespace. | 1099 |
![]() | '+' should be on a new line. | 1099 |
![]() | '+' is not preceded with whitespace. | 1100 |
![]() | '+' should be on a new line. | 1100 |
![]() | '+' is not preceded with whitespace. | 1101 |
![]() | '+' should be on a new line. | 1101 |
![]() | '+' is not preceded with whitespace. | 1102 |
![]() | '+' should be on a new line. | 1102 |
![]() | '+' is not preceded with whitespace. | 1103 |
![]() | '+' should be on a new line. | 1103 |
![]() | '+' is not preceded with whitespace. | 1104 |
![]() | '+' should be on a new line. | 1104 |
![]() | '+' is not preceded with whitespace. | 1105 |
![]() | '+' should be on a new line. | 1105 |
![]() | '+' is not preceded with whitespace. | 1106 |
![]() | '+' should be on a new line. | 1106 |
![]() | '+' is not preceded with whitespace. | 1107 |
![]() | '+' should be on a new line. | 1107 |
![]() | '+' is not preceded with whitespace. | 1108 |
![]() | '+' should be on a new line. | 1108 |
![]() | '+' is not preceded with whitespace. | 1109 |
![]() | '+' should be on a new line. | 1109 |
![]() | '+' is not preceded with whitespace. | 1110 |
![]() | '+' should be on a new line. | 1110 |
![]() | '+' is not preceded with whitespace. | 1111 |
![]() | '+' should be on a new line. | 1111 |
![]() | '+' is not preceded with whitespace. | 1112 |
![]() | '+' should be on a new line. | 1112 |
![]() | '+' is not preceded with whitespace. | 1113 |
![]() | '+' should be on a new line. | 1113 |
![]() | '+' is not preceded with whitespace. | 1114 |
![]() | '+' should be on a new line. | 1114 |
![]() | '+' is not preceded with whitespace. | 1115 |
![]() | '+' should be on a new line. | 1115 |
![]() | '+' is not preceded with whitespace. | 1116 |
![]() | '+' should be on a new line. | 1116 |
![]() | '+' is not preceded with whitespace. | 1117 |
![]() | '+' should be on a new line. | 1117 |
![]() | '+' is not preceded with whitespace. | 1118 |
![]() | '+' should be on a new line. | 1118 |
![]() | '+' is not preceded with whitespace. | 1119 |
![]() | '+' should be on a new line. | 1119 |
![]() | '+' is not preceded with whitespace. | 1120 |
![]() | '+' should be on a new line. | 1120 |
![]() | '+' is not preceded with whitespace. | 1121 |
![]() | '+' should be on a new line. | 1121 |
![]() | '+' is not preceded with whitespace. | 1122 |
![]() | '+' should be on a new line. | 1122 |
![]() | '+' is not preceded with whitespace. | 1123 |
![]() | '+' should be on a new line. | 1123 |
![]() | '+' is not preceded with whitespace. | 1124 |
![]() | '+' should be on a new line. | 1124 |
![]() | '+' is not preceded with whitespace. | 1125 |
![]() | '+' should be on a new line. | 1125 |
![]() | '+' is not preceded with whitespace. | 1126 |
![]() | '+' should be on a new line. | 1126 |
![]() | '+' is not preceded with whitespace. | 1127 |
![]() | '+' should be on a new line. | 1127 |
![]() | '+' is not preceded with whitespace. | 1128 |
![]() | '+' should be on a new line. | 1128 |
![]() | '+' is not preceded with whitespace. | 1129 |
![]() | '+' should be on a new line. | 1129 |
![]() | '+' is not preceded with whitespace. | 1130 |
![]() | '+' should be on a new line. | 1130 |
![]() | '+' is not preceded with whitespace. | 1131 |
![]() | '+' should be on a new line. | 1131 |
![]() | '+' is not preceded with whitespace. | 1132 |
![]() | '+' should be on a new line. | 1132 |
![]() | '+' is not preceded with whitespace. | 1133 |
![]() | '+' should be on a new line. | 1133 |
![]() | '+' is not preceded with whitespace. | 1134 |
![]() | '+' should be on a new line. | 1134 |
![]() | '+' is not preceded with whitespace. | 1135 |
![]() | '+' should be on a new line. | 1135 |
![]() | '+' is not preceded with whitespace. | 1136 |
![]() | '+' should be on a new line. | 1136 |
![]() | '+' is not preceded with whitespace. | 1137 |
![]() | '+' should be on a new line. | 1137 |
![]() | '+' is not preceded with whitespace. | 1138 |
![]() | '+' should be on a new line. | 1138 |
![]() | '+' is not preceded with whitespace. | 1139 |
![]() | '+' should be on a new line. | 1139 |
![]() | '+' is not preceded with whitespace. | 1140 |
![]() | '+' should be on a new line. | 1140 |
![]() | '+' is not preceded with whitespace. | 1141 |
![]() | '+' should be on a new line. | 1141 |
![]() | '+' is not preceded with whitespace. | 1142 |
![]() | '+' should be on a new line. | 1142 |
![]() | '+' is not preceded with whitespace. | 1143 |
![]() | '+' should be on a new line. | 1143 |
![]() | '+' is not preceded with whitespace. | 1144 |
![]() | '+' should be on a new line. | 1144 |
![]() | '+' is not preceded with whitespace. | 1145 |
![]() | '+' should be on a new line. | 1145 |
![]() | Missing a Javadoc comment. | 1148 |
![]() | '75600' is a magic number. | 1149 |
![]() | Missing a Javadoc comment. | 1155 |
![]() | Parameter packed should be final. | 1155 |
![]() | Parameter offset should be final. | 1155 |
![]() | Parameter result should be final. | 1155 |
![]() | 'do' construct must use '{}'s. | 1163 |
![]() | Missing a Javadoc comment. | 1170 |
![]() | Missing a Javadoc comment. | 1171 |
![]() | Missing a Javadoc comment. | 1172 |
![]() | Missing a Javadoc comment. | 1175 |
![]() | Array brackets at illegal position. | 1175 |
![]() | First sentence should end with a period. | 1181 |
![]() | Missing a Javadoc comment. | 1186 |
![]() | '+' is not preceded with whitespace. | 1187 |
![]() | '+' should be on a new line. | 1187 |
![]() | '+' is not preceded with whitespace. | 1188 |
![]() | '+' should be on a new line. | 1188 |
![]() | '+' is not preceded with whitespace. | 1189 |
![]() | '+' should be on a new line. | 1189 |
![]() | '+' is not preceded with whitespace. | 1190 |
![]() | '+' should be on a new line. | 1190 |
![]() | '+' is not preceded with whitespace. | 1191 |
![]() | '+' should be on a new line. | 1191 |
![]() | '+' is not preceded with whitespace. | 1192 |
![]() | '+' should be on a new line. | 1192 |
![]() | '+' is not preceded with whitespace. | 1193 |
![]() | '+' should be on a new line. | 1193 |
![]() | '+' is not preceded with whitespace. | 1194 |
![]() | '+' should be on a new line. | 1194 |
![]() | '+' is not preceded with whitespace. | 1195 |
![]() | '+' should be on a new line. | 1195 |
![]() | '+' is not preceded with whitespace. | 1196 |
![]() | '+' should be on a new line. | 1196 |
![]() | '+' is not preceded with whitespace. | 1197 |
![]() | '+' should be on a new line. | 1197 |
![]() | '+' is not preceded with whitespace. | 1198 |
![]() | '+' should be on a new line. | 1198 |
![]() | '+' is not preceded with whitespace. | 1199 |
![]() | '+' should be on a new line. | 1199 |
![]() | '+' is not preceded with whitespace. | 1200 |
![]() | '+' should be on a new line. | 1200 |
![]() | '+' is not preceded with whitespace. | 1201 |
![]() | '+' should be on a new line. | 1201 |
![]() | '+' is not preceded with whitespace. | 1202 |
![]() | '+' should be on a new line. | 1202 |
![]() | '+' is not preceded with whitespace. | 1203 |
![]() | '+' should be on a new line. | 1203 |
![]() | '+' is not preceded with whitespace. | 1204 |
![]() | '+' should be on a new line. | 1204 |
![]() | '+' is not preceded with whitespace. | 1205 |
![]() | '+' should be on a new line. | 1205 |
![]() | '+' is not preceded with whitespace. | 1206 |
![]() | '+' should be on a new line. | 1206 |
![]() | '+' is not preceded with whitespace. | 1207 |
![]() | '+' should be on a new line. | 1207 |
![]() | '+' is not preceded with whitespace. | 1208 |
![]() | '+' should be on a new line. | 1208 |
![]() | '+' is not preceded with whitespace. | 1209 |
![]() | '+' should be on a new line. | 1209 |
![]() | '+' is not preceded with whitespace. | 1210 |
![]() | '+' should be on a new line. | 1210 |
![]() | '+' is not preceded with whitespace. | 1211 |
![]() | '+' should be on a new line. | 1211 |
![]() | '+' is not preceded with whitespace. | 1212 |
![]() | '+' should be on a new line. | 1212 |
![]() | Missing a Javadoc comment. | 1215 |
![]() | '1387' is a magic number. | 1216 |
![]() | Line is longer than 80 characters. | 1222 |
![]() | Missing a Javadoc comment. | 1222 |
![]() | Parameter packed should be final. | 1222 |
![]() | Parameter offset should be final. | 1222 |
![]() | Parameter result should be final. | 1222 |
![]() | 'do' construct must use '{}'s. | 1229 |
![]() | First sentence should end with a period. | 1234 |
![]() | First sentence should end with a period. | 1237 |
![]() | First sentence should end with a period. | 1240 |
![]() | First sentence should end with a period. | 1243 |
![]() | Array brackets at illegal position. | 1245 |
![]() | First sentence should end with a period. | 1247 |
![]() | First sentence should end with a period. | 1250 |
![]() | First sentence should end with a period. | 1253 |
![]() | First sentence should end with a period. | 1256 |
![]() | First sentence should end with a period. | 1260 |
![]() | First sentence should end with a period. | 1263 |
![]() | First sentence should end with a period. | 1266 |
![]() | Line has trailing spaces. | 1267 |
![]() | First sentence should end with a period. | 1272 |
![]() | Line has trailing spaces. | 1272 |
![]() | First sentence should end with a period. | 1277 |
![]() | First sentence should end with a period. | 1280 |
![]() | Line has trailing spaces. | 1284 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Missing a Javadoc comment. | 1285 |
![]() | Line contains a tab character. | 1286 |
![]() | Missing a Javadoc comment. | 1286 |
![]() | First sentence should end with a period. | 1288 |
![]() | Line contains a tab character. | 1288 |
![]() | Line contains a tab character. | 1289 |
![]() | Variable 'mapIntIDDouble' must be private and have accessor methods. | 1289 |
![]() | First sentence should end with a period. | 1291 |
![]() | Line contains a tab character. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | Variable 'mapIntDouble' must be private and have accessor methods. | 1292 |
![]() | Line has trailing spaces. | 1293 |
![]() | Line contains a tab character. | 1293 |
![]() | First sentence should end with a period. | 1294 |
![]() | Line is longer than 80 characters. | 1294 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | Variable 'translator' must be private and have accessor methods. | 1295 |
![]() | Line has trailing spaces. | 1296 |
![]() | Line contains a tab character. | 1296 |
![]() | First sentence should end with a period. | 1297 |
![]() | Line has trailing spaces. | 1297 |
![]() | Line contains a tab character. | 1297 |
![]() | Line contains a tab character. | 1298 |
![]() | Variable 'observer' must be private and have accessor methods. | 1298 |
![]() | Line has trailing spaces. | 1299 |
![]() | Line contains a tab character. | 1299 |
![]() | First sentence should end with a period. | 1300 |
![]() | Line has trailing spaces. | 1300 |
![]() | Line contains a tab character. | 1300 |
![]() | Line contains a tab character. | 1301 |
![]() | Variable 'udkTime' must be private and have accessor methods. | 1301 |
![]() | Line has trailing spaces. | 1302 |
![]() | Line contains a tab character. | 1302 |
![]() | Line contains a tab character. | 1303 |
![]() | Missing a Javadoc comment. | 1303 |
![]() | '{' is not preceded with whitespace. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Line has trailing spaces. | 1305 |
![]() | Line contains a tab character. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Method 'setReader' is not designed for extension - needs to be abstract, final or empty. | 1306 |
![]() | Missing a Javadoc comment. | 1306 |
![]() | Parameter reader should be final. | 1306 |
![]() | Line is longer than 80 characters. | 1307 |
![]() | Line contains a tab character. | 1308 |
![]() | Line contains a tab character. | 1309 |
![]() | Line has trailing spaces. | 1310 |
![]() | Line contains a tab character. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1311 |
![]() | Missing a Javadoc comment. | 1311 |
![]() | Line contains a tab character. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | Line has trailing spaces. | 1315 |
![]() | Line contains a tab character. | 1315 |
![]() | Line contains a tab character. | 1316 |
![]() | Method 'setObserver' is not designed for extension - needs to be abstract, final or empty. | 1316 |
![]() | Missing a Javadoc comment. | 1316 |
![]() | Parameter observer should be final. | 1316 |
![]() | 'observer' hides a field. | 1316 |
![]() | Line contains a tab character. | 1317 |
![]() | Line contains a tab character. | 1318 |
![]() | Line has trailing spaces. | 1319 |
![]() | Line contains a tab character. | 1319 |
![]() | Line contains a tab character. | 1320 |
![]() | Line contains a tab character. | 1321 |
![]() | Line is longer than 80 characters. | 1322 |
![]() | Line contains a tab character. | 1322 |
![]() | Line contains a tab character. | 1323 |
![]() | Line contains a tab character. | 1324 |
![]() | Method 'setTranslator' is not designed for extension - needs to be abstract, final or empty. | 1324 |
![]() | Parameter translator should be final. | 1324 |
![]() | 'translator' hides a field. | 1324 |
![]() | Expected @param tag for 'translator'. | 1324 |
![]() | Line contains a tab character. | 1325 |
![]() | Line contains a tab character. | 1326 |
![]() | Line has trailing spaces. | 1327 |
![]() | Line contains a tab character. | 1327 |
![]() | Line contains a tab character. | 1328 |
![]() | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 1328 |
![]() | Missing a Javadoc comment. | 1328 |
![]() | Parameter obj should be final. | 1328 |
![]() | Parameter time should be final. | 1328 |
![]() | Line contains a tab character. | 1329 |
![]() | Line is longer than 80 characters. | 1330 |
![]() | Line contains a tab character. | 1330 |
![]() | Line contains a tab character. | 1331 |
![]() | Line contains a tab character. | 1332 |
![]() | Line contains a tab character. | 1333 |
![]() | Line is longer than 80 characters. | 1334 |
![]() | Line contains a tab character. | 1334 |
![]() | Line contains a tab character. | 1335 |
![]() | Line contains a tab character. | 1336 |
![]() | Line has trailing spaces. | 1337 |
![]() | Line contains a tab character. | 1337 |
![]() | Line contains a tab character. | 1338 |
![]() | Line contains a tab character. | 1339 |
![]() | Line contains a tab character. | 1340 |
![]() | Line contains a tab character. | 1341 |
![]() | Line contains a tab character. | 1342 |
![]() | Line contains a tab character. | 1343 |
![]() | Line contains a tab character. | 1344 |
![]() | Line has trailing spaces. | 1345 |
![]() | Line contains a tab character. | 1345 |
![]() | Line contains a tab character. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | Method 'exceptionOccured' is not designed for extension - needs to be abstract, final or empty. | 1347 |
![]() | Parameter e should be final. | 1347 |
![]() | Expected @param tag for 'e'. | 1347 |
![]() | Parameter info should be final. | 1347 |
![]() | Line contains a tab character. | 1348 |
![]() | Line has trailing spaces. | 1349 |
![]() | Line contains a tab character. | 1349 |
![]() | Line is longer than 80 characters. | 1350 |
![]() | Line contains a tab character. | 1350 |
![]() | Avoid inline conditionals. | 1350 |
![]() | Line contains a tab character. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | 'if' construct must use '{}'s. | 1353 |
![]() | Line has trailing spaces. | 1353 |
![]() | Line contains a tab character. | 1353 |
![]() | Line contains a tab character. | 1354 |
![]() | Line has trailing spaces. | 1355 |
![]() | Line contains a tab character. | 1355 |
![]() | Line has trailing spaces. | 1356 |
![]() | Line contains a tab character. | 1356 |
![]() | Line contains a tab character. | 1357 |
![]() | Line contains a tab character. | 1358 |
![]() | Line contains a tab character. | 1359 |
![]() | Line contains a tab character. | 1360 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 1360 |
![]() | Parameter info should be final. | 1360 |
![]() | Expected @param tag for 'info'. | 1360 |
![]() | Line contains a tab character. | 1361 |
![]() | Line has trailing spaces. | 1362 |
![]() | Line contains a tab character. | 1362 |
![]() | Line is longer than 80 characters. | 1363 |
![]() | Line contains a tab character. | 1363 |
![]() | Avoid inline conditionals. | 1363 |
![]() | Line contains a tab character. | 1364 |
![]() | Line has trailing spaces. | 1365 |
![]() | Line is longer than 80 characters. | 1365 |
![]() | Line contains a tab character. | 1365 |
![]() | Line contains a tab character. | 1366 |
![]() | Line contains a tab character. | 1367 |
![]() | Line has trailing spaces. | 1368 |
![]() | Line contains a tab character. | 1368 |
![]() | Line contains a tab character. | 1369 |
![]() | Line contains a tab character. | 1370 |
![]() | Line contains a tab character. | 1371 |
![]() | Line contains a tab character. | 1372 |
![]() | Line contains a tab character. | 1373 |
![]() | Line contains a tab character. | 1374 |
![]() | Line contains a tab character. | 1375 |
![]() | Line has trailing spaces. | 1376 |
![]() | Line contains a tab character. | 1376 |
![]() | Line contains a tab character. | 1377 |
![]() | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 1377 |
![]() | Parameter text should be final. | 1377 |
![]() | Expected @param tag for 'text'. | 1377 |
![]() | Parameter delimiters should be final. | 1377 |
![]() | Expected @param tag for 'delimiters'. | 1377 |
![]() | Parameter num should be final. | 1377 |
![]() | Expected @param tag for 'num'. | 1377 |
![]() | Line contains a tab character. | 1378 |
![]() | Line contains a tab character. | 1379 |
![]() | Line contains a tab character. | 1380 |
![]() | Line contains a tab character. | 1381 |
![]() | Line contains a tab character. | 1382 |
![]() | Line contains a tab character. | 1383 |
![]() | Line contains a tab character. | 1384 |
![]() | Line is longer than 80 characters. | 1385 |
![]() | Line contains a tab character. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | Line contains a tab character. | 1386 |
![]() | Line contains a tab character. | 1387 |
![]() | Line contains a tab character. | 1388 |
![]() | Line has trailing spaces. | 1389 |
![]() | Line contains a tab character. | 1389 |
![]() | Line contains a tab character. | 1390 |
![]() | Line contains a tab character. | 1391 |
![]() | Line contains a tab character. | 1392 |
![]() | Line contains a tab character. | 1393 |
![]() | Line contains a tab character. | 1394 |
![]() | Line contains a tab character. | 1395 |
![]() | Line has trailing spaces. | 1396 |
![]() | Line contains a tab character. | 1396 |
![]() | Line contains a tab character. | 1397 |
![]() | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 1397 |
![]() | Parameter text should be final. | 1397 |
![]() | Expected @param tag for 'text'. | 1397 |
![]() | Parameter num should be final. | 1397 |
![]() | Expected @param tag for 'num'. | 1397 |
![]() | Line has trailing spaces. | 1398 |
![]() | Line contains a tab character. | 1398 |
![]() | Line contains a tab character. | 1399 |
![]() | Line contains a tab character. | 1401 |
![]() | Line contains a tab character. | 1402 |
![]() | Line contains a tab character. | 1403 |
![]() | Line is longer than 80 characters. | 1404 |
![]() | Line contains a tab character. | 1404 |
![]() | Line has trailing spaces. | 1405 |
![]() | Line contains a tab character. | 1405 |
![]() | Line contains a tab character. | 1406 |
![]() | Line contains a tab character. | 1407 |
![]() | Line contains a tab character. | 1408 |
![]() | Line contains a tab character. | 1409 |
![]() | Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 1409 |
![]() | '(' is followed by whitespace. | 1409 |
![]() | Parameter txt should be final. | 1409 |
![]() | ')' is preceded with whitespace. | 1409 |
![]() | Line contains a tab character. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | Line contains a tab character. | 1413 |
![]() | '+' is not preceded with whitespace. | 1413 |
![]() | '+' is not followed by whitespace. | 1413 |
![]() | '+' is not preceded with whitespace. | 1413 |
![]() | '+' is not followed by whitespace. | 1413 |
![]() | Line contains a tab character. | 1414 |
![]() | Line contains a tab character. | 1416 |
![]() | '+' is not preceded with whitespace. | 1416 |
![]() | '+' is not followed by whitespace. | 1416 |
![]() | '+' is not preceded with whitespace. | 1416 |
![]() | '+' is not followed by whitespace. | 1416 |
![]() | Line has trailing spaces. | 1417 |
![]() | Line contains a tab character. | 1417 |
![]() | Line contains a tab character. | 1419 |
![]() | '+' is not preceded with whitespace. | 1419 |
![]() | '+' is not followed by whitespace. | 1419 |
![]() | '+' is not preceded with whitespace. | 1419 |
![]() | '+' is not followed by whitespace. | 1419 |
![]() | Line contains a tab character. | 1420 |
![]() | Line contains a tab character. | 1422 |
![]() | Line has trailing spaces. | 1424 |
![]() | Line contains a tab character. | 1424 |
![]() | Line contains a tab character. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | Line contains a tab character. | 1427 |
![]() | Line has trailing spaces. | 1428 |
![]() | Line is longer than 80 characters. | 1428 |
![]() | Line contains a tab character. | 1428 |
![]() | Line has trailing spaces. | 1429 |
![]() | Line contains a tab character. | 1429 |
![]() | Line contains a tab character. | 1430 |
![]() | Line contains a tab character. | 1431 |
![]() | Line contains a tab character. | 1432 |
![]() | Line contains a tab character. | 1433 |
![]() | Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 1433 |
![]() | Parameter txt should be final. | 1433 |
![]() | Line contains a tab character. | 1434 |
![]() | Line contains a tab character. | 1435 |
![]() | Line contains a tab character. | 1437 |
![]() | '+' is not preceded with whitespace. | 1437 |
![]() | '+' is not followed by whitespace. | 1437 |
![]() | '+' is not preceded with whitespace. | 1437 |
![]() | '+' is not followed by whitespace. | 1437 |
![]() | Line contains a tab character. | 1438 |
![]() | Line contains a tab character. | 1440 |
![]() | '+' is not preceded with whitespace. | 1440 |
![]() | '+' is not followed by whitespace. | 1440 |
![]() | '+' is not preceded with whitespace. | 1440 |
![]() | '+' is not followed by whitespace. | 1440 |
![]() | Line has trailing spaces. | 1441 |
![]() | Line contains a tab character. | 1441 |
![]() | Line is longer than 80 characters. | 1443 |
![]() | Line contains a tab character. | 1443 |
![]() | '+' is not preceded with whitespace. | 1443 |
![]() | '+' is not followed by whitespace. | 1443 |
![]() | '+' is not preceded with whitespace. | 1443 |
![]() | '+' is not followed by whitespace. | 1443 |
![]() | Line contains a tab character. | 1444 |
![]() | Line contains a tab character. | 1446 |
![]() | Line contains a tab character. | 1449 |
![]() | Line contains a tab character. | 1450 |
![]() | Line has trailing spaces. | 1451 |
![]() | Line is longer than 80 characters. | 1451 |
![]() | Line contains a tab character. | 1451 |
![]() | Line has trailing spaces. | 1452 |
![]() | Line contains a tab character. | 1452 |
![]() | Line contains a tab character. | 1453 |
![]() | Line contains a tab character. | 1454 |
![]() | Line contains a tab character. | 1455 |
![]() | Line contains a tab character. | 1456 |
![]() | Line contains a tab character. | 1457 |
![]() | Line contains a tab character. | 1460 |
![]() | Line contains a tab character. | 1461 |
![]() | Line is longer than 80 characters. | 1463 |
![]() | Line contains a tab character. | 1463 |
![]() | Line contains a tab character. | 1464 |
![]() | Line contains a tab character. | 1466 |
![]() | Line contains a tab character. | 1469 |
![]() | Line contains a tab character. | 1470 |
![]() | Line has trailing spaces. | 1471 |
![]() | Line is longer than 80 characters. | 1471 |
![]() | Line contains a tab character. | 1471 |
![]() | Line has trailing spaces. | 1472 |
![]() | Line contains a tab character. | 1472 |
![]() | Line contains a tab character. | 1473 |
![]() | Line contains a tab character. | 1474 |
![]() | Line contains a tab character. | 1475 |
![]() | Line contains a tab character. | 1476 |
![]() | Line contains a tab character. | 1477 |
![]() | Line contains a tab character. | 1480 |
![]() | Line contains a tab character. | 1481 |
![]() | Line is longer than 80 characters. | 1483 |
![]() | Line contains a tab character. | 1483 |
![]() | Line contains a tab character. | 1484 |
![]() | Line contains a tab character. | 1486 |
![]() | Line has trailing spaces. | 1487 |
![]() | First sentence should end with a period. | 1489 |
![]() | Line contains a tab character. | 1490 |
![]() | Line contains a tab character. | 1491 |
![]() | Line has trailing spaces. | 1492 |
![]() | Line contains a tab character. | 1492 |
![]() | Line contains a tab character. | 1493 |
![]() | Line contains a tab character. | 1494 |
![]() | Line contains a tab character. | 1495 |
![]() | Method 'addRangeRange' is not designed for extension - needs to be abstract, final or empty. | 1495 |
![]() | '(' is followed by whitespace. | 1495 |
![]() | Parameter txt should be final. | 1495 |
![]() | ')' is preceded with whitespace. | 1495 |
![]() | Line has trailing spaces. | 1496 |
![]() | Line is longer than 80 characters. | 1497 |
![]() | 'cast' is not followed by whitespace. | 1497 |
![]() | '3' is a magic number. | 1497 |
![]() | 'if' is not followed by whitespace. | 1498 |
![]() | 'cast' is not followed by whitespace. | 1498 |
![]() | '==' is not preceded with whitespace. | 1498 |
![]() | '==' is not followed by whitespace. | 1498 |
![]() | '{' should be on the previous line. | 1499 |
![]() | Line is longer than 80 characters. | 1500 |
![]() | 'cast' is not followed by whitespace. | 1500 |
![]() | '=' is not preceded with whitespace. | 1500 |
![]() | '=' is not followed by whitespace. | 1500 |
![]() | 'cast' is not followed by whitespace. | 1500 |
![]() | Line has trailing spaces. | 1502 |
![]() | Line contains a tab character. | 1502 |
![]() | Line contains a tab character. | 1503 |
![]() | Line has trailing spaces. | 1504 |
![]() | First sentence should end with a period. | 1505 |
![]() | Line contains a tab character. | 1506 |
![]() | Line contains a tab character. | 1507 |
![]() | Line has trailing spaces. | 1508 |
![]() | Line contains a tab character. | 1508 |
![]() | Line contains a tab character. | 1509 |
![]() | Line contains a tab character. | 1510 |
![]() | Method 'addTick' is not designed for extension - needs to be abstract, final or empty. | 1511 |
![]() | '(' is followed by whitespace. | 1511 |
![]() | Parameter txt should be final. | 1511 |
![]() | ')' is preceded with whitespace. | 1511 |
![]() | Line has trailing spaces. | 1512 |
![]() | Line is longer than 80 characters. | 1513 |
![]() | 'cast' is not followed by whitespace. | 1513 |
![]() | '3' is a magic number. | 1513 |
![]() | 'if' is not followed by whitespace. | 1514 |
![]() | 'cast' is not followed by whitespace. | 1514 |
![]() | '==' is not preceded with whitespace. | 1514 |
![]() | '==' is not followed by whitespace. | 1514 |
![]() | '{' should be on the previous line. | 1515 |
![]() | Line is longer than 80 characters. | 1516 |
![]() | 'cast' is not followed by whitespace. | 1516 |
![]() | '=' is not preceded with whitespace. | 1516 |
![]() | '=' is not followed by whitespace. | 1516 |
![]() | 'cast' is not followed by whitespace. | 1516 |
![]() | Line has trailing spaces. | 1518 |
![]() | Line contains a tab character. | 1518 |
![]() | Line contains a tab character. | 1519 |
![]() | First sentence should end with a period. | 1521 |
![]() | Line has trailing spaces. | 1521 |
![]() | Line contains a tab character. | 1522 |
![]() | Line contains a tab character. | 1523 |
![]() | Line has trailing spaces. | 1524 |
![]() | Line contains a tab character. | 1524 |
![]() | Line contains a tab character. | 1525 |
![]() | Line contains a tab character. | 1526 |
![]() | Method 'addTouch' is not designed for extension - needs to be abstract, final or empty. | 1527 |
![]() | '(' is followed by whitespace. | 1527 |
![]() | Parameter txt should be final. | 1527 |
![]() | ')' is preceded with whitespace. | 1527 |
![]() | Line has trailing spaces. | 1528 |
![]() | Line is longer than 80 characters. | 1529 |
![]() | 'cast' is not followed by whitespace. | 1529 |
![]() | ',' is not followed by whitespace. | 1529 |
![]() | '3' is a magic number. | 1529 |
![]() | 'if' is not followed by whitespace. | 1530 |
![]() | 'cast' is not followed by whitespace. | 1530 |
![]() | '==' is not preceded with whitespace. | 1530 |
![]() | '==' is not followed by whitespace. | 1530 |
![]() | '{' should be on the previous line. | 1531 |
![]() | Line is longer than 80 characters. | 1532 |
![]() | 'cast' is not followed by whitespace. | 1532 |
![]() | '=' is not preceded with whitespace. | 1532 |
![]() | '=' is not followed by whitespace. | 1532 |
![]() | 'cast' is not followed by whitespace. | 1532 |
![]() | Line has trailing spaces. | 1534 |
![]() | Line contains a tab character. | 1534 |
![]() | Line contains a tab character. | 1535 |
![]() | Line has trailing spaces. | 1536 |
![]() | First sentence should end with a period. | 1537 |
![]() | Line contains a tab character. | 1538 |
![]() | Line contains a tab character. | 1539 |
![]() | Line has trailing spaces. | 1540 |
![]() | Line contains a tab character. | 1540 |
![]() | Line contains a tab character. | 1541 |
![]() | Line contains a tab character. | 1542 |
![]() | Line contains a tab character. | 1543 |
![]() | Method 'addRanges' is not designed for extension - needs to be abstract, final or empty. | 1543 |
![]() | '(' is followed by whitespace. | 1543 |
![]() | Parameter txt should be final. | 1543 |
![]() | ')' is preceded with whitespace. | 1543 |
![]() | Line is longer than 80 characters. | 1544 |
![]() | Line contains a tab character. | 1544 |
![]() | Line has trailing spaces. | 1545 |
![]() | Line contains a tab character. | 1545 |
![]() | Line contains a tab character. | 1546 |
![]() | Line contains a tab character. | 1547 |
![]() | Line contains a tab character. | 1548 |
![]() | Line contains a tab character. | 1549 |
![]() | Line has trailing spaces. | 1550 |
![]() | Line contains a tab character. | 1550 |
![]() | Line contains a tab character. | 1551 |
![]() | Line has trailing spaces. | 1552 |
![]() | Line contains a tab character. | 1553 |
![]() | 'while' is not followed by whitespace. | 1553 |
![]() | 'cast' is not followed by whitespace. | 1555 |
![]() | Line contains a tab character. | 1557 |
![]() | First sentence should end with a period. | 1559 |
![]() | Line contains a tab character. | 1560 |
![]() | Line contains a tab character. | 1561 |
![]() | Line has trailing spaces. | 1562 |
![]() | Line contains a tab character. | 1562 |
![]() | Line contains a tab character. | 1563 |
![]() | Line contains a tab character. | 1564 |
![]() | Line contains a tab character. | 1565 |
![]() | Method 'addGeometry' is not designed for extension - needs to be abstract, final or empty. | 1565 |
![]() | '(' is followed by whitespace. | 1565 |
![]() | Parameter txt should be final. | 1565 |
![]() | ')' is preceded with whitespace. | 1565 |
![]() | Line is longer than 80 characters. | 1566 |
![]() | Line contains a tab character. | 1566 |
![]() | Line has trailing spaces. | 1567 |
![]() | Line contains a tab character. | 1567 |
![]() | Line contains a tab character. | 1568 |
![]() | Line contains a tab character. | 1569 |
![]() | Line contains a tab character. | 1570 |
![]() | Line contains a tab character. | 1571 |
![]() | Line has trailing spaces. | 1572 |
![]() | Line contains a tab character. | 1572 |
![]() | Line contains a tab character. | 1573 |
![]() | Line has trailing spaces. | 1574 |
![]() | Line contains a tab character. | 1575 |
![]() | 'if' is not followed by whitespace. | 1575 |
![]() | Line has trailing spaces. | 1576 |
![]() | 'if' is not followed by whitespace. | 1579 |
![]() | 'cast' is not followed by whitespace. | 1579 |
![]() | '==' is not preceded with whitespace. | 1579 |
![]() | '==' is not followed by whitespace. | 1579 |
![]() | '{' should be on the previous line. | 1580 |
![]() | 'cast' is not followed by whitespace. | 1581 |
![]() | '=' is not preceded with whitespace. | 1581 |
![]() | '=' is not followed by whitespace. | 1581 |
![]() | Line has trailing spaces. | 1584 |
![]() | Line has trailing spaces. | 1585 |
![]() | '=' is not preceded with whitespace. | 1586 |
![]() | '=' is not followed by whitespace. | 1586 |
![]() | '=' is not preceded with whitespace. | 1587 |
![]() | '=' is not followed by whitespace. | 1587 |
![]() | '=' is not preceded with whitespace. | 1588 |
![]() | '=' is not followed by whitespace. | 1588 |
![]() | '=' is not preceded with whitespace. | 1589 |
![]() | '=' is not followed by whitespace. | 1589 |
![]() | ',' is not followed by whitespace. | 1589 |
![]() | ',' is not followed by whitespace. | 1589 |
![]() | Line has trailing spaces. | 1591 |
![]() | '=' is not preceded with whitespace. | 1593 |
![]() | '=' is not followed by whitespace. | 1593 |
![]() | '=' is not preceded with whitespace. | 1594 |
![]() | '=' is not followed by whitespace. | 1594 |
![]() | '=' is not preceded with whitespace. | 1595 |
![]() | '=' is not followed by whitespace. | 1595 |
![]() | '=' is not preceded with whitespace. | 1596 |
![]() | '=' is not followed by whitespace. | 1596 |
![]() | Line has trailing spaces. | 1598 |
![]() | Line has trailing spaces. | 1601 |
![]() | 'cast' is not followed by whitespace. | 1602 |
![]() | Line contains a tab character. | 1604 |
![]() | Line has trailing spaces. | 1605 |
![]() | First sentence should end with a period. | 1606 |
![]() | Line is longer than 80 characters. | 1607 |
![]() | Line contains a tab character. | 1607 |
![]() | Line has trailing spaces. | 1608 |
![]() | Line contains a tab character. | 1608 |
![]() | Line contains a tab character. | 1609 |
![]() | Line contains a tab character. | 1610 |
![]() | Line contains a tab character. | 1611 |
![]() | Line contains a tab character. | 1612 |
![]() | Method 'odometryValue' is not designed for extension - needs to be abstract, final or empty. | 1612 |
![]() | Parameter txt should be final. | 1612 |
![]() | Line contains a tab character. | 1613 |
![]() | Line contains a tab character. | 1614 |
![]() | Line is longer than 80 characters. | 1615 |
![]() | Line contains a tab character. | 1615 |
![]() | Line contains a tab character. | 1616 |
![]() | Line contains a tab character. | 1617 |
![]() | '+' is not preceded with whitespace. | 1617 |
![]() | '+' is not followed by whitespace. | 1617 |
![]() | '+' is not preceded with whitespace. | 1617 |
![]() | '+' is not followed by whitespace. | 1617 |
![]() | Line contains a tab character. | 1618 |
![]() | Line contains a tab character. | 1619 |
![]() | Line is longer than 80 characters. | 1620 |
![]() | Line contains a tab character. | 1620 |
![]() | '+' is not preceded with whitespace. | 1620 |
![]() | '+' is not followed by whitespace. | 1620 |
![]() | '+' is not preceded with whitespace. | 1620 |
![]() | '+' is not followed by whitespace. | 1620 |
![]() | Line contains a tab character. | 1621 |
![]() | Line contains a tab character. | 1622 |
![]() | Line contains a tab character. | 1623 |
![]() | Line has trailing spaces. | 1624 |
![]() | First sentence should end with a period. | 1625 |
![]() | Line contains a tab character. | 1626 |
![]() | Line contains a tab character. | 1627 |
![]() | Line has trailing spaces. | 1628 |
![]() | Line contains a tab character. | 1628 |
![]() | Line contains a tab character. | 1629 |
![]() | Line contains a tab character. | 1630 |
![]() | Line contains a tab character. | 1631 |
![]() | Line contains a tab character. | 1632 |
![]() | Method 'getTripleDouble' is not designed for extension - needs to be abstract, final or empty. | 1632 |
![]() | '(' is followed by whitespace. | 1632 |
![]() | Parameter txt should be final. | 1632 |
![]() | ')' is preceded with whitespace. | 1632 |
![]() | Line is longer than 80 characters. | 1633 |
![]() | Line contains a tab character. | 1633 |
![]() | Line has trailing spaces. | 1634 |
![]() | Line contains a tab character. | 1634 |
![]() | Line contains a tab character. | 1635 |
![]() | Line contains a tab character. | 1636 |
![]() | Line contains a tab character. | 1637 |
![]() | Line contains a tab character. | 1638 |
![]() | Line has trailing spaces. | 1639 |
![]() | Line contains a tab character. | 1639 |
![]() | Line contains a tab character. | 1640 |
![]() | Line contains a tab character. | 1641 |
![]() | Line contains a tab character. | 1642 |
![]() | ',' is not followed by whitespace. | 1642 |
![]() | ',' is not followed by whitespace. | 1642 |
![]() | Line contains a tab character. | 1643 |
![]() | Line contains a tab character. | 1644 |
![]() | Line contains a tab character. | 1645 |
![]() | Line contains a tab character. | 1646 |
![]() | ',' is not followed by whitespace. | 1646 |
![]() | ',' is not followed by whitespace. | 1646 |
![]() | Line contains a tab character. | 1648 |
![]() | '+' is not preceded with whitespace. | 1648 |
![]() | '+' is not followed by whitespace. | 1648 |
![]() | '+' is not preceded with whitespace. | 1648 |
![]() | '+' is not followed by whitespace. | 1648 |
![]() | Line has trailing spaces. | 1649 |
![]() | Line contains a tab character. | 1649 |
![]() | Line contains a tab character. | 1651 |
![]() | '+' is not preceded with whitespace. | 1651 |
![]() | '+' is not followed by whitespace. | 1651 |
![]() | '+' is not preceded with whitespace. | 1651 |
![]() | '+' is not followed by whitespace. | 1651 |
![]() | Line contains a tab character. | 1652 |
![]() | Line contains a tab character. | 1654 |
![]() | First sentence should end with a period. | 1656 |
![]() | Line contains a tab character. | 1657 |
![]() | Line contains a tab character. | 1658 |
![]() | Line has trailing spaces. | 1659 |
![]() | Line contains a tab character. | 1659 |
![]() | Line contains a tab character. | 1660 |
![]() | Line contains a tab character. | 1661 |
![]() | Line contains a tab character. | 1662 |
![]() | Line contains a tab character. | 1663 |
![]() | Method 'getDoubleDouble' is not designed for extension - needs to be abstract, final or empty. | 1663 |
![]() | '(' is followed by whitespace. | 1663 |
![]() | Parameter txt should be final. | 1663 |
![]() | ')' is preceded with whitespace. | 1663 |
![]() | Line is longer than 80 characters. | 1664 |
![]() | Line contains a tab character. | 1664 |
![]() | Line has trailing spaces. | 1665 |
![]() | Line contains a tab character. | 1665 |
![]() | Line contains a tab character. | 1666 |
![]() | Line contains a tab character. | 1667 |
![]() | Line contains a tab character. | 1668 |
![]() | Line contains a tab character. | 1669 |
![]() | Line has trailing spaces. | 1670 |
![]() | Line contains a tab character. | 1670 |
![]() | Line contains a tab character. | 1671 |
![]() | Line contains a tab character. | 1672 |
![]() | Line contains a tab character. | 1673 |
![]() | ',' is not followed by whitespace. | 1673 |
![]() | Line contains a tab character. | 1674 |
![]() | Line contains a tab character. | 1675 |
![]() | Line contains a tab character. | 1676 |
![]() | ',' is not followed by whitespace. | 1676 |
![]() | Line contains a tab character. | 1678 |
![]() | '+' is not preceded with whitespace. | 1678 |
![]() | '+' is not followed by whitespace. | 1678 |
![]() | '+' is not preceded with whitespace. | 1678 |
![]() | '+' is not followed by whitespace. | 1678 |
![]() | Line has trailing spaces. | 1679 |
![]() | Line contains a tab character. | 1679 |
![]() | Line contains a tab character. | 1681 |
![]() | '+' is not preceded with whitespace. | 1681 |
![]() | '+' is not followed by whitespace. | 1681 |
![]() | '+' is not preceded with whitespace. | 1681 |
![]() | '+' is not followed by whitespace. | 1681 |
![]() | Line contains a tab character. | 1682 |
![]() | Line contains a tab character. | 1684 |
![]() | Line has trailing spaces. | 1685 |
![]() | First sentence should end with a period. | 1686 |
![]() | Line is longer than 80 characters. | 1687 |
![]() | Line contains a tab character. | 1687 |
![]() | Line contains a tab character. | 1688 |
![]() | Line has trailing spaces. | 1689 |
![]() | Line contains a tab character. | 1689 |
![]() | Line contains a tab character. | 1690 |
![]() | Line contains a tab character. | 1691 |
![]() | Line contains a tab character. | 1692 |
![]() | Line contains a tab character. | 1693 |
![]() | Method 'longitudeValue' is not designed for extension - needs to be abstract, final or empty. | 1693 |
![]() | '(' is followed by whitespace. | 1693 |
![]() | Parameter txt should be final. | 1693 |
![]() | ')' is preceded with whitespace. | 1693 |
![]() | Line is longer than 80 characters. | 1694 |
![]() | Line contains a tab character. | 1694 |
![]() | Line has trailing spaces. | 1695 |
![]() | Line contains a tab character. | 1695 |
![]() | Line contains a tab character. | 1696 |
![]() | Line contains a tab character. | 1697 |
![]() | Line contains a tab character. | 1698 |
![]() | Line contains a tab character. | 1699 |
![]() | Line has trailing spaces. | 1700 |
![]() | Line contains a tab character. | 1700 |
![]() | Line contains a tab character. | 1701 |
![]() | Line contains a tab character. | 1702 |
![]() | Line contains a tab character. | 1703 |
![]() | '=' is not preceded with whitespace. | 1704 |
![]() | '=' is not followed by whitespace. | 1704 |
![]() | '=' is not preceded with whitespace. | 1705 |
![]() | '=' is not followed by whitespace. | 1705 |
![]() | Line is longer than 80 characters. | 1706 |
![]() | '=' is not preceded with whitespace. | 1706 |
![]() | '=' is not followed by whitespace. | 1706 |
![]() | Line has trailing spaces. | 1708 |
![]() | Line contains a tab character. | 1710 |
![]() | '+' is not preceded with whitespace. | 1710 |
![]() | '+' is not followed by whitespace. | 1710 |
![]() | '+' is not preceded with whitespace. | 1710 |
![]() | '+' is not followed by whitespace. | 1710 |
![]() | Line has trailing spaces. | 1711 |
![]() | Line contains a tab character. | 1711 |
![]() | Line is longer than 80 characters. | 1713 |
![]() | Line contains a tab character. | 1713 |
![]() | '+' is not preceded with whitespace. | 1713 |
![]() | '+' is not followed by whitespace. | 1713 |
![]() | '+' is not preceded with whitespace. | 1713 |
![]() | '+' is not followed by whitespace. | 1713 |
![]() | Line contains a tab character. | 1714 |
![]() | Line contains a tab character. | 1716 |
![]() | First sentence should end with a period. | 1718 |
![]() | Line is longer than 80 characters. | 1719 |
![]() | Line contains a tab character. | 1719 |
![]() | Line contains a tab character. | 1720 |
![]() | Line has trailing spaces. | 1721 |
![]() | Line contains a tab character. | 1721 |
![]() | Line contains a tab character. | 1722 |
![]() | Line contains a tab character. | 1723 |
![]() | Line contains a tab character. | 1724 |
![]() | Line contains a tab character. | 1725 |
![]() | Method 'latitudeValue' is not designed for extension - needs to be abstract, final or empty. | 1725 |
![]() | '(' is followed by whitespace. | 1725 |
![]() | Parameter txt should be final. | 1725 |
![]() | ')' is preceded with whitespace. | 1725 |
![]() | Line is longer than 80 characters. | 1726 |
![]() | Line contains a tab character. | 1726 |
![]() | Line has trailing spaces. | 1727 |
![]() | Line contains a tab character. | 1727 |
![]() | Line contains a tab character. | 1728 |
![]() | Line contains a tab character. | 1729 |
![]() | Line contains a tab character. | 1730 |
![]() | Line contains a tab character. | 1731 |
![]() | Line has trailing spaces. | 1732 |
![]() | Line contains a tab character. | 1732 |
![]() | Line contains a tab character. | 1733 |
![]() | Line contains a tab character. | 1734 |
![]() | Line contains a tab character. | 1735 |
![]() | '=' is not preceded with whitespace. | 1736 |
![]() | '=' is not followed by whitespace. | 1736 |
![]() | '=' is not preceded with whitespace. | 1737 |
![]() | '=' is not followed by whitespace. | 1737 |
![]() | Line is longer than 80 characters. | 1738 |
![]() | '=' is not preceded with whitespace. | 1738 |
![]() | '=' is not followed by whitespace. | 1738 |
![]() | Line has trailing spaces. | 1740 |
![]() | Line contains a tab character. | 1742 |
![]() | '+' is not preceded with whitespace. | 1742 |
![]() | '+' is not followed by whitespace. | 1742 |
![]() | '+' is not preceded with whitespace. | 1742 |
![]() | '+' is not followed by whitespace. | 1742 |
![]() | Line has trailing spaces. | 1743 |
![]() | Line contains a tab character. | 1743 |
![]() | Line is longer than 80 characters. | 1745 |
![]() | Line contains a tab character. | 1745 |
![]() | '+' is not preceded with whitespace. | 1745 |
![]() | '+' is not followed by whitespace. | 1745 |
![]() | '+' is not preceded with whitespace. | 1745 |
![]() | '+' is not followed by whitespace. | 1745 |
![]() | Line contains a tab character. | 1746 |
![]() | Line contains a tab character. | 1748 |
![]() | First sentence should end with a period. | 1751 |
![]() | Line is longer than 80 characters. | 1752 |
![]() | Line contains a tab character. | 1752 |
![]() | Line has trailing spaces. | 1753 |
![]() | Line contains a tab character. | 1753 |
![]() | Line contains a tab character. | 1754 |
![]() | Line contains a tab character. | 1755 |
![]() | Line contains a tab character. | 1756 |
![]() | Line contains a tab character. | 1757 |
![]() | Method 'vector3fValue' is not designed for extension - needs to be abstract, final or empty. | 1757 |
![]() | Parameter txt should be final. | 1757 |
![]() | Line contains a tab character. | 1758 |
![]() | Line contains a tab character. | 1759 |
![]() | Line contains a tab character. | 1760 |
![]() | Line contains a tab character. | 1761 |
![]() | Line contains a tab character. | 1762 |
![]() | '+' is not preceded with whitespace. | 1762 |
![]() | '+' is not followed by whitespace. | 1762 |
![]() | '+' is not preceded with whitespace. | 1762 |
![]() | '+' is not followed by whitespace. | 1762 |
![]() | Line contains a tab character. | 1763 |
![]() | ',' is not followed by whitespace. | 1763 |
![]() | ',' is not followed by whitespace. | 1763 |
![]() | Line contains a tab character. | 1764 |
![]() | Line contains a tab character. | 1765 |
![]() | '+' is not preceded with whitespace. | 1765 |
![]() | '+' is not followed by whitespace. | 1765 |
![]() | '+' is not preceded with whitespace. | 1765 |
![]() | '+' is not followed by whitespace. | 1765 |
![]() | Line contains a tab character. | 1766 |
![]() | Line contains a tab character. | 1768 |
![]() | First sentence should end with a period. | 1770 |
![]() | Line is longer than 80 characters. | 1771 |
![]() | Line contains a tab character. | 1771 |
![]() | Line has trailing spaces. | 1772 |
![]() | Line contains a tab character. | 1772 |
![]() | Line contains a tab character. | 1773 |
![]() | Line contains a tab character. | 1774 |
![]() | Line contains a tab character. | 1775 |
![]() | Line contains a tab character. | 1776 |
![]() | Method 'point3fValue' is not designed for extension - needs to be abstract, final or empty. | 1776 |
![]() | Parameter txt should be final. | 1776 |
![]() | Line contains a tab character. | 1777 |
![]() | Line contains a tab character. | 1778 |
![]() | Line contains a tab character. | 1779 |
![]() | Line contains a tab character. | 1780 |
![]() | Line contains a tab character. | 1781 |
![]() | '+' is not preceded with whitespace. | 1781 |
![]() | '+' is not followed by whitespace. | 1781 |
![]() | '+' is not preceded with whitespace. | 1781 |
![]() | '+' is not followed by whitespace. | 1781 |
![]() | Line contains a tab character. | 1782 |
![]() | ',' is not followed by whitespace. | 1782 |
![]() | ',' is not followed by whitespace. | 1782 |
![]() | Line contains a tab character. | 1783 |
![]() | Line contains a tab character. | 1784 |
![]() | '+' is not preceded with whitespace. | 1784 |
![]() | '+' is not followed by whitespace. | 1784 |
![]() | '+' is not preceded with whitespace. | 1784 |
![]() | '+' is not followed by whitespace. | 1784 |
![]() | Line contains a tab character. | 1785 |
![]() | Line contains a tab character. | 1787 |
![]() | First sentence should end with a period. | 1790 |
![]() | Line contains a tab character. | 1791 |
![]() | Line contains a tab character. | 1792 |
![]() | Line has trailing spaces. | 1793 |
![]() | Line contains a tab character. | 1793 |
![]() | Line contains a tab character. | 1794 |
![]() | Line contains a tab character. | 1795 |
![]() | Line contains a tab character. | 1796 |
![]() | Method 'addConfPair' is not designed for extension - needs to be abstract, final or empty. | 1796 |
![]() | '(' is followed by whitespace. | 1796 |
![]() | Parameter txt should be final. | 1796 |
![]() | ')' is preceded with whitespace. | 1796 |
![]() | Line is longer than 80 characters. | 1797 |
![]() | Line contains a tab character. | 1797 |
![]() | Line has trailing spaces. | 1798 |
![]() | Line contains a tab character. | 1798 |
![]() | 'if' is not followed by whitespace. | 1799 |
![]() | Line is longer than 80 characters. | 1801 |
![]() | 'cast' is not followed by whitespace. | 1801 |
![]() | Line is longer than 80 characters. | 1804 |
![]() | '+' is not preceded with whitespace. | 1804 |
![]() | '+' is not followed by whitespace. | 1804 |
![]() | '+' is not preceded with whitespace. | 1804 |
![]() | '+' is not followed by whitespace. | 1804 |
![]() | Line contains a tab character. | 1807 |
![]() | First sentence should end with a period. | 1809 |
![]() | Line contains a tab character. | 1810 |
![]() | Line contains a tab character. | 1811 |
![]() | Line has trailing spaces. | 1812 |
![]() | Line contains a tab character. | 1812 |
![]() | Line contains a tab character. | 1813 |
![]() | Line contains a tab character. | 1814 |
![]() | Line contains a tab character. | 1815 |
![]() | Method 'addStaPair' is not designed for extension - needs to be abstract, final or empty. | 1815 |
![]() | '(' is followed by whitespace. | 1815 |
![]() | Parameter txt should be final. | 1815 |
![]() | ')' is preceded with whitespace. | 1815 |
![]() | Line is longer than 80 characters. | 1816 |
![]() | Line contains a tab character. | 1816 |
![]() | Line has trailing spaces. | 1817 |
![]() | Line contains a tab character. | 1817 |
![]() | 'if' is not followed by whitespace. | 1818 |
![]() | Line is longer than 80 characters. | 1820 |
![]() | 'cast' is not followed by whitespace. | 1820 |
![]() | Line is longer than 80 characters. | 1823 |
![]() | '+' is not preceded with whitespace. | 1823 |
![]() | '+' is not followed by whitespace. | 1823 |
![]() | '+' is not preceded with whitespace. | 1823 |
![]() | '+' is not followed by whitespace. | 1823 |
![]() | Line contains a tab character. | 1826 |
![]() | First sentence should end with a period. | 1828 |
![]() | Line contains a tab character. | 1829 |
![]() | Line contains a tab character. | 1830 |
![]() | Line has trailing spaces. | 1831 |
![]() | Line contains a tab character. | 1831 |
![]() | Line contains a tab character. | 1832 |
![]() | Line contains a tab character. | 1833 |
![]() | Line contains a tab character. | 1834 |
![]() | Method 'addStartPose' is not designed for extension - needs to be abstract, final or empty. | 1834 |
![]() | '(' is followed by whitespace. | 1834 |
![]() | Parameter txt should be final. | 1834 |
![]() | ')' is preceded with whitespace. | 1834 |
![]() | '{' should be on the previous line. | 1835 |
![]() | 'if' is not followed by whitespace. | 1838 |
![]() | '{' should be on the previous line. | 1839 |
![]() | '{' should be on the previous line. | 1841 |
![]() | Line has trailing spaces. | 1844 |
![]() | Line is longer than 80 characters. | 1856 |
![]() | '}' should be on the same line. | 1857 |
![]() | 'catch' is not followed by whitespace. | 1858 |
![]() | '{' should be on the previous line. | 1859 |
![]() | Line is longer than 80 characters. | 1860 |
![]() | Line contains a tab character. | 1863 |
![]() | First sentence should end with a period. | 1866 |
![]() | Line is longer than 80 characters. | 1867 |
![]() | Line contains a tab character. | 1867 |
![]() | Line has trailing spaces. | 1868 |
![]() | Line contains a tab character. | 1868 |
![]() | Line contains a tab character. | 1869 |
![]() | Line contains a tab character. | 1870 |
![]() | Line contains a tab character. | 1871 |
![]() | Line contains a tab character. | 1872 |
![]() | Method 'point4fValue' is not designed for extension - needs to be abstract, final or empty. | 1872 |
![]() | Parameter txt should be final. | 1872 |
![]() | Line is longer than 80 characters. | 1874 |
![]() | Line has trailing spaces. | 1875 |
![]() | Line contains a tab character. | 1875 |
![]() | Line contains a tab character. | 1876 |
![]() | Line contains a tab character. | 1877 |
![]() | Line contains a tab character. | 1878 |
![]() | Line contains a tab character. | 1879 |
![]() | Line has trailing spaces. | 1880 |
![]() | Line contains a tab character. | 1880 |
![]() | Line contains a tab character. | 1881 |
![]() | Line contains a tab character. | 1882 |
![]() | Line contains a tab character. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | Line contains a tab character. | 1884 |
![]() | Line contains a tab character. | 1885 |
![]() | Line contains a tab character. | 1886 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | Line contains a tab character. | 1890 |
![]() | Line contains a tab character. | 1891 |
![]() | '+' is not preceded with whitespace. | 1891 |
![]() | '+' is not followed by whitespace. | 1891 |
![]() | '+' is not preceded with whitespace. | 1891 |
![]() | '+' is not followed by whitespace. | 1891 |
![]() | Line contains a tab character. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | Line contains a tab character. | 1893 |
![]() | Line contains a tab character. | 1894 |
![]() | '+' is not preceded with whitespace. | 1894 |
![]() | '+' is not followed by whitespace. | 1894 |
![]() | '+' is not preceded with whitespace. | 1894 |
![]() | '+' is not followed by whitespace. | 1894 |
![]() | Line contains a tab character. | 1895 |
![]() | Line contains a tab character. | 1897 |
![]() | Line has trailing spaces. | 1899 |
![]() | Line has trailing spaces. | 1908 |
![]() | Line has trailing spaces. | 1909 |
![]() | Line contains a tab character. | 1909 |
![]() | First sentence should end with a period. | 1910 |
![]() | Line contains a tab character. | 1911 |
![]() | Line contains a tab character. | 1912 |
![]() | Line has trailing spaces. | 1913 |
![]() | Line contains a tab character. | 1913 |
![]() | Line contains a tab character. | 1914 |
![]() | Line contains a tab character. | 1915 |
![]() | Line contains a tab character. | 1916 |
![]() | Line contains a tab character. | 1917 |
![]() | Method 'getTriple' is not designed for extension - needs to be abstract, final or empty. | 1917 |
![]() | '(' is followed by whitespace. | 1917 |
![]() | Parameter txt should be final. | 1917 |
![]() | ')' is preceded with whitespace. | 1917 |
![]() | Line is longer than 80 characters. | 1918 |
![]() | Line contains a tab character. | 1918 |
![]() | Line has trailing spaces. | 1919 |
![]() | Line contains a tab character. | 1919 |
![]() | Line contains a tab character. | 1920 |
![]() | Line contains a tab character. | 1921 |
![]() | Line contains a tab character. | 1922 |
![]() | Line contains a tab character. | 1923 |
![]() | Line has trailing spaces. | 1924 |
![]() | Line contains a tab character. | 1924 |
![]() | Line contains a tab character. | 1925 |
![]() | Line contains a tab character. | 1926 |
![]() | Line contains a tab character. | 1927 |
![]() | ',' is not followed by whitespace. | 1927 |
![]() | ',' is not followed by whitespace. | 1927 |
![]() | Line contains a tab character. | 1928 |
![]() | Line contains a tab character. | 1929 |
![]() | Line contains a tab character. | 1930 |
![]() | Line contains a tab character. | 1931 |
![]() | ',' is not followed by whitespace. | 1931 |
![]() | ',' is not followed by whitespace. | 1931 |
![]() | Line contains a tab character. | 1933 |
![]() | '+' is not preceded with whitespace. | 1933 |
![]() | '+' is not followed by whitespace. | 1933 |
![]() | '+' is not preceded with whitespace. | 1933 |
![]() | '+' is not followed by whitespace. | 1933 |
![]() | Line has trailing spaces. | 1934 |
![]() | Line contains a tab character. | 1934 |
![]() | Line contains a tab character. | 1936 |
![]() | '+' is not preceded with whitespace. | 1936 |
![]() | '+' is not followed by whitespace. | 1936 |
![]() | '+' is not preceded with whitespace. | 1936 |
![]() | '+' is not followed by whitespace. | 1936 |
![]() | Line contains a tab character. | 1937 |
![]() | Line contains a tab character. | 1939 |
![]() | Line has trailing spaces. | 1940 |
![]() | Line contains a tab character. | 1940 |
![]() | First sentence should end with a period. | 1941 |
![]() | Line contains a tab character. | 1941 |
![]() | Line is longer than 80 characters. | 1942 |
![]() | Line contains a tab character. | 1942 |
![]() | Line has trailing spaces. | 1943 |
![]() | Line contains a tab character. | 1943 |
![]() | Line contains a tab character. | 1944 |
![]() | Line contains a tab character. | 1945 |
![]() | Line contains a tab character. | 1946 |
![]() | Line contains a tab character. | 1947 |
![]() | Method 'locationDoubleValue' is not designed for extension - needs to be abstract, final or empty. | 1947 |
![]() | Parameter txt should be final. | 1947 |
![]() | Line contains a tab character. | 1948 |
![]() | Line contains a tab character. | 1949 |
![]() | Line contains a tab character. | 1950 |
![]() | Line contains a tab character. | 1951 |
![]() | Line contains a tab character. | 1952 |
![]() | '+' is not preceded with whitespace. | 1952 |
![]() | '+' is not followed by whitespace. | 1952 |
![]() | '+' is not preceded with whitespace. | 1952 |
![]() | '+' is not followed by whitespace. | 1952 |
![]() | Line contains a tab character. | 1953 |
![]() | ',' is not followed by whitespace. | 1953 |
![]() | ',' is not followed by whitespace. | 1953 |
![]() | Line contains a tab character. | 1954 |
![]() | Line is longer than 80 characters. | 1955 |
![]() | Line contains a tab character. | 1955 |
![]() | '+' is not preceded with whitespace. | 1955 |
![]() | '+' is not followed by whitespace. | 1955 |
![]() | '+' is not preceded with whitespace. | 1955 |
![]() | '+' is not followed by whitespace. | 1955 |
![]() | Line contains a tab character. | 1956 |
![]() | Line contains a tab character. | 1957 |
![]() | Line contains a tab character. | 1958 |
![]() | First sentence should end with a period. | 1960 |
![]() | Line is longer than 80 characters. | 1961 |
![]() | Line contains a tab character. | 1961 |
![]() | Line has trailing spaces. | 1962 |
![]() | Line contains a tab character. | 1962 |
![]() | Line contains a tab character. | 1963 |
![]() | Line contains a tab character. | 1964 |
![]() | Line contains a tab character. | 1965 |
![]() | Line contains a tab character. | 1966 |
![]() | Method 'point2dDoubleValue' is not designed for extension - needs to be abstract, final or empty. | 1966 |
![]() | Parameter txt should be final. | 1966 |
![]() | Line contains a tab character. | 1967 |
![]() | Line contains a tab character. | 1968 |
![]() | Line contains a tab character. | 1969 |
![]() | Line contains a tab character. | 1970 |
![]() | Line contains a tab character. | 1971 |
![]() | '+' is not preceded with whitespace. | 1971 |
![]() | '+' is not followed by whitespace. | 1971 |
![]() | '+' is not preceded with whitespace. | 1971 |
![]() | '+' is not followed by whitespace. | 1971 |
![]() | Line contains a tab character. | 1972 |
![]() | Line contains a tab character. | 1973 |
![]() | Line is longer than 80 characters. | 1974 |
![]() | Line contains a tab character. | 1974 |
![]() | '+' is not preceded with whitespace. | 1974 |
![]() | '+' is not followed by whitespace. | 1974 |
![]() | '+' is not preceded with whitespace. | 1974 |
![]() | '+' is not followed by whitespace. | 1974 |
![]() | Line contains a tab character. | 1975 |
![]() | Line contains a tab character. | 1976 |
![]() | Line contains a tab character. | 1977 |
![]() | Line has trailing spaces. | 1978 |
![]() | Line contains a tab character. | 1978 |
![]() | Line has trailing spaces. | 1979 |
![]() | Line contains a tab character. | 1979 |
![]() | First sentence should end with a period. | 1980 |
![]() | Line contains a tab character. | 1980 |
![]() | Line is longer than 80 characters. | 1981 |
![]() | Line contains a tab character. | 1981 |
![]() | Line has trailing spaces. | 1982 |
![]() | Line contains a tab character. | 1982 |
![]() | Line contains a tab character. | 1983 |
![]() | Line contains a tab character. | 1984 |
![]() | Line contains a tab character. | 1985 |
![]() | Line contains a tab character. | 1986 |
![]() | Method 'velocityValue' is not designed for extension - needs to be abstract, final or empty. | 1986 |
![]() | Parameter txt should be final. | 1986 |
![]() | Line contains a tab character. | 1987 |
![]() | Line contains a tab character. | 1988 |
![]() | Line contains a tab character. | 1989 |
![]() | Line contains a tab character. | 1990 |
![]() | Line contains a tab character. | 1991 |
![]() | '+' is not preceded with whitespace. | 1991 |
![]() | '+' is not followed by whitespace. | 1991 |
![]() | '+' is not preceded with whitespace. | 1991 |
![]() | '+' is not followed by whitespace. | 1991 |
![]() | Line contains a tab character. | 1992 |
![]() | ',' is not followed by whitespace. | 1992 |
![]() | ',' is not followed by whitespace. | 1992 |
![]() | Line contains a tab character. | 1993 |
![]() | Line is longer than 80 characters. | 1994 |
![]() | Line contains a tab character. | 1994 |
![]() | '+' is not preceded with whitespace. | 1994 |
![]() | '+' is not followed by whitespace. | 1994 |
![]() | '+' is not preceded with whitespace. | 1994 |
![]() | '+' is not followed by whitespace. | 1994 |
![]() | Line contains a tab character. | 1995 |
![]() | Line contains a tab character. | 1996 |
![]() | Line contains a tab character. | 1997 |
![]() | First sentence should end with a period. | 1999 |
![]() | Line contains a tab character. | 1999 |
![]() | Line is longer than 80 characters. | 2000 |
![]() | Line contains a tab character. | 2000 |
![]() | Line has trailing spaces. | 2001 |
![]() | Line contains a tab character. | 2001 |
![]() | Line contains a tab character. | 2002 |
![]() | Line contains a tab character. | 2003 |
![]() | Line contains a tab character. | 2004 |
![]() | Line contains a tab character. | 2005 |
![]() | Method 'rotationValue' is not designed for extension - needs to be abstract, final or empty. | 2005 |
![]() | Parameter txt should be final. | 2005 |
![]() | Line contains a tab character. | 2006 |
![]() | Line contains a tab character. | 2007 |
![]() | Line contains a tab character. | 2008 |
![]() | Line contains a tab character. | 2009 |
![]() | Line contains a tab character. | 2010 |
![]() | '+' is not preceded with whitespace. | 2010 |
![]() | '+' is not followed by whitespace. | 2010 |
![]() | '+' is not preceded with whitespace. | 2010 |
![]() | '+' is not followed by whitespace. | 2010 |
![]() | Line contains a tab character. | 2011 |
![]() | ',' is not followed by whitespace. | 2011 |
![]() | ',' is not followed by whitespace. | 2011 |
![]() | Line contains a tab character. | 2012 |
![]() | Line is longer than 80 characters. | 2013 |
![]() | Line contains a tab character. | 2013 |
![]() | '+' is not preceded with whitespace. | 2013 |
![]() | '+' is not followed by whitespace. | 2013 |
![]() | '+' is not preceded with whitespace. | 2013 |
![]() | '+' is not followed by whitespace. | 2013 |
![]() | Line contains a tab character. | 2014 |
![]() | Line contains a tab character. | 2015 |
![]() | Line contains a tab character. | 2016 |
![]() | Line has trailing spaces. | 2017 |
![]() | Line contains a tab character. | 2017 |
![]() | First sentence should end with a period. | 2018 |
![]() | Line contains a tab character. | 2018 |
![]() | Line is longer than 80 characters. | 2019 |
![]() | Line contains a tab character. | 2019 |
![]() | Line has trailing spaces. | 2020 |
![]() | Line contains a tab character. | 2020 |
![]() | Line contains a tab character. | 2021 |
![]() | Line contains a tab character. | 2022 |
![]() | Line contains a tab character. | 2023 |
![]() | Line contains a tab character. | 2024 |
![]() | Method 'point3dValue' is not designed for extension - needs to be abstract, final or empty. | 2024 |
![]() | Parameter txt should be final. | 2024 |
![]() | Line contains a tab character. | 2025 |
![]() | Line contains a tab character. | 2026 |
![]() | Line contains a tab character. | 2027 |
![]() | Line contains a tab character. | 2028 |
![]() | Line contains a tab character. | 2029 |
![]() | '+' is not preceded with whitespace. | 2029 |
![]() | '+' is not followed by whitespace. | 2029 |
![]() | '+' is not preceded with whitespace. | 2029 |
![]() | '+' is not followed by whitespace. | 2029 |
![]() | Line contains a tab character. | 2030 |
![]() | ',' is not followed by whitespace. | 2030 |
![]() | ',' is not followed by whitespace. | 2030 |
![]() | Line contains a tab character. | 2031 |
![]() | Line contains a tab character. | 2032 |
![]() | '+' is not preceded with whitespace. | 2032 |
![]() | '+' is not followed by whitespace. | 2032 |
![]() | '+' is not preceded with whitespace. | 2032 |
![]() | '+' is not followed by whitespace. | 2032 |
![]() | Line contains a tab character. | 2033 |
![]() | Line contains a tab character. | 2035 |
![]() | Line has trailing spaces. | 2036 |
![]() | Line contains a tab character. | 2036 |
![]() | First sentence should end with a period. | 2037 |
![]() | Line contains a tab character. | 2037 |
![]() | Line is longer than 80 characters. | 2038 |
![]() | Line contains a tab character. | 2038 |
![]() | Line has trailing spaces. | 2039 |
![]() | Line contains a tab character. | 2039 |
![]() | Line contains a tab character. | 2040 |
![]() | Line contains a tab character. | 2041 |
![]() | Line contains a tab character. | 2042 |
![]() | Line contains a tab character. | 2043 |
![]() | Method 'vector3dValue' is not designed for extension - needs to be abstract, final or empty. | 2043 |
![]() | Parameter txt should be final. | 2043 |
![]() | Line contains a tab character. | 2044 |
![]() | Line contains a tab character. | 2045 |
![]() | Line contains a tab character. | 2046 |
![]() | Line contains a tab character. | 2047 |
![]() | Line contains a tab character. | 2048 |
![]() | '+' is not preceded with whitespace. | 2048 |
![]() | '+' is not followed by whitespace. | 2048 |
![]() | '+' is not preceded with whitespace. | 2048 |
![]() | '+' is not followed by whitespace. | 2048 |
![]() | Line contains a tab character. | 2049 |
![]() | ',' is not followed by whitespace. | 2049 |
![]() | ',' is not followed by whitespace. | 2049 |
![]() | Line contains a tab character. | 2050 |
![]() | Line contains a tab character. | 2051 |
![]() | '+' is not preceded with whitespace. | 2051 |
![]() | '+' is not followed by whitespace. | 2051 |
![]() | '+' is not preceded with whitespace. | 2051 |
![]() | '+' is not followed by whitespace. | 2051 |
![]() | Line contains a tab character. | 2052 |
![]() | Line contains a tab character. | 2054 |
![]() | Line has trailing spaces. | 2055 |
![]() | Line contains a tab character. | 2055 |
![]() | Line contains a tab character. | 2056 |
![]() | Line contains a tab character. | 2057 |
![]() | Line has trailing spaces. | 2058 |
![]() | Line contains a tab character. | 2058 |
![]() | Line contains a tab character. | 2059 |
![]() | Line contains a tab character. | 2060 |
![]() | Line contains a tab character. | 2061 |
![]() | Line contains a tab character. | 2062 |
![]() | Method 'stringValue' is not designed for extension - needs to be abstract, final or empty. | 2062 |
![]() | '(' is followed by whitespace. | 2062 |
![]() | Parameter txt should be final. | 2062 |
![]() | ')' is preceded with whitespace. | 2062 |
![]() | Line contains a tab character. | 2063 |
![]() | Line contains a tab character. | 2064 |
![]() | Line contains a tab character. | 2065 |
![]() | Line is longer than 80 characters. | 2066 |
![]() | Line contains a tab character. | 2066 |
![]() | Line contains a tab character. | 2067 |
![]() | Line contains a tab character. | 2068 |
![]() | Line contains a tab character. | 2069 |
![]() | '+' is not preceded with whitespace. | 2069 |
![]() | '+' is not followed by whitespace. | 2069 |
![]() | '-' is not preceded with whitespace. | 2069 |
![]() | '-' is not followed by whitespace. | 2069 |
![]() | Line contains a tab character. | 2070 |
![]() | Line has trailing spaces. | 2071 |
![]() | Line contains a tab character. | 2071 |
![]() | Line contains a tab character. | 2072 |
![]() | Line contains a tab character. | 2073 |
![]() | '+' is not preceded with whitespace. | 2073 |
![]() | '+' is not followed by whitespace. | 2073 |
![]() | '+' is not preceded with whitespace. | 2073 |
![]() | '+' is not followed by whitespace. | 2073 |
![]() | Line contains a tab character. | 2074 |
![]() | Line contains a tab character. | 2075 |
![]() | Line is longer than 80 characters. | 2077 |
![]() | Line contains a tab character. | 2077 |
![]() | '+' is not preceded with whitespace. | 2077 |
![]() | '+' is not followed by whitespace. | 2077 |
![]() | '+' is not preceded with whitespace. | 2077 |
![]() | '+' is not followed by whitespace. | 2077 |
![]() | Line contains a tab character. | 2078 |
![]() | Line contains a tab character. | 2080 |
![]() | Line has trailing spaces. | 2081 |
![]() | Line contains a tab character. | 2081 |
![]() | Line contains a tab character. | 2082 |
![]() | Line contains a tab character. | 2083 |
![]() | Line has trailing spaces. | 2084 |
![]() | Line contains a tab character. | 2084 |
![]() | Line contains a tab character. | 2085 |
![]() | Line contains a tab character. | 2086 |
![]() | Line contains a tab character. | 2087 |
![]() | Line contains a tab character. | 2088 |
![]() | Method 'stringIdValue' is not designed for extension - needs to be abstract, final or empty. | 2088 |
![]() | '(' is followed by whitespace. | 2088 |
![]() | Parameter txt should be final. | 2088 |
![]() | ')' is preceded with whitespace. | 2088 |
![]() | Line has trailing spaces. | 2089 |
![]() | Line contains a tab character. | 2089 |
![]() | Line contains a tab character. | 2090 |
![]() | Line has trailing spaces. | 2091 |
![]() | Line contains a tab character. | 2091 |
![]() | Line contains a tab character. | 2092 |
![]() | Line contains a tab character. | 2093 |
![]() | Line contains a tab character. | 2094 |
![]() | Line has trailing spaces. | 2095 |
![]() | Line is longer than 80 characters. | 2095 |
![]() | Line contains a tab character. | 2095 |
![]() | Line has trailing spaces. | 2096 |
![]() | Line contains a tab character. | 2096 |
![]() | Line contains a tab character. | 2097 |
![]() | Line contains a tab character. | 2098 |
![]() | Line contains a tab character. | 2099 |
![]() | Line contains a tab character. | 2100 |
![]() | Method 'booleanValue' is not designed for extension - needs to be abstract, final or empty. | 2100 |
![]() | Parameter txt should be final. | 2100 |
![]() | Line contains a tab character. | 2101 |
![]() | Line contains a tab character. | 2102 |
![]() | 'if' construct must use '{}'s. | 2103 |
![]() | Line contains a tab character. | 2103 |
![]() | Conditional logic can be removed. | 2103 |
![]() | 'else' construct must use '{}'s. | 2104 |
![]() | Line contains a tab character. | 2104 |
![]() | Line contains a tab character. | 2106 |
![]() | '+' is not preceded with whitespace. | 2106 |
![]() | '+' is not followed by whitespace. | 2106 |
![]() | '+' is not preceded with whitespace. | 2106 |
![]() | '+' is not followed by whitespace. | 2106 |
![]() | Line has trailing spaces. | 2107 |
![]() | Line contains a tab character. | 2107 |
![]() | Line is longer than 80 characters. | 2109 |
![]() | Line contains a tab character. | 2109 |
![]() | '+' is not preceded with whitespace. | 2109 |
![]() | '+' is not followed by whitespace. | 2109 |
![]() | '+' is not preceded with whitespace. | 2109 |
![]() | '+' is not followed by whitespace. | 2109 |
![]() | Line contains a tab character. | 2110 |
![]() | Line contains a tab character. | 2112 |
![]() | Line has trailing spaces. | 2113 |
![]() | Line contains a tab character. | 2113 |
![]() | Line contains a tab character. | 2114 |
![]() | Line contains a tab character. | 2115 |
![]() | Line contains a tab character. | 2116 |
![]() | Line has trailing spaces. | 2117 |
![]() | Line is longer than 80 characters. | 2117 |
![]() | Line contains a tab character. | 2117 |
![]() | Line has trailing spaces. | 2118 |
![]() | Line contains a tab character. | 2118 |
![]() | Line contains a tab character. | 2119 |
![]() | Line contains a tab character. | 2120 |
![]() | Line contains a tab character. | 2121 |
![]() | Line contains a tab character. | 2122 |
![]() | Method 'unrealIdValue' is not designed for extension - needs to be abstract, final or empty. | 2122 |
![]() | Parameter txt should be final. | 2122 |
![]() | Line contains a tab character. | 2123 |
![]() | Line contains a tab character. | 2124 |
![]() | Line contains a tab character. | 2125 |
![]() | Line is longer than 80 characters. | 2126 |
![]() | Line contains a tab character. | 2126 |
![]() | '+' is not preceded with whitespace. | 2126 |
![]() | '+' is not followed by whitespace. | 2126 |
![]() | '+' is not preceded with whitespace. | 2126 |
![]() | '+' is not followed by whitespace. | 2126 |
![]() | Line contains a tab character. | 2127 |
![]() | Line contains a tab character. | 2128 |
![]() | Line contains a tab character. | 2129 |
![]() | Line is longer than 80 characters. | 2131 |
![]() | Line contains a tab character. | 2131 |
![]() | '+' is not preceded with whitespace. | 2131 |
![]() | '+' is not followed by whitespace. | 2131 |
![]() | '+' is not preceded with whitespace. | 2131 |
![]() | '+' is not followed by whitespace. | 2131 |
![]() | Line has trailing spaces. | 2132 |
![]() | Line contains a tab character. | 2132 |
![]() | Line is longer than 80 characters. | 2134 |
![]() | Line contains a tab character. | 2134 |
![]() | '+' is not preceded with whitespace. | 2134 |
![]() | '+' is not followed by whitespace. | 2134 |
![]() | '+' is not preceded with whitespace. | 2134 |
![]() | '+' is not followed by whitespace. | 2134 |
![]() | Line contains a tab character. | 2135 |
![]() | Line contains a tab character. | 2137 |
![]() | Line has trailing spaces. | 2138 |
![]() | Line contains a tab character. | 2138 |
![]() | Missing a Javadoc comment. | 2140 |
![]() | '10' is a magic number. | 2140 |
![]() | Missing a Javadoc comment. | 2141 |
![]() | Name 'stack_pos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2141 |
![]() | Line has trailing spaces. | 2142 |
![]() | Line has trailing spaces. | 2143 |
![]() | Line contains a tab character. | 2143 |
![]() | Missing a Javadoc comment. | 2144 |
![]() | Variable 'actObj' must be private and have accessor methods. | 2144 |
![]() | Line has trailing spaces. | 2145 |
![]() | First sentence should end with a period. | 2146 |
![]() | Line is longer than 80 characters. | 2147 |
![]() | Name 'state_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2149 |
![]() | Parameter state should be final. | 2149 |
![]() | Expected @param tag for 'state'. | 2149 |
![]() | '{' should be on the previous line. | 2150 |
![]() | Line contains a tab character. | 2153 |
![]() | Line contains a tab character. | 2154 |
![]() | Line has trailing spaces. | 2156 |
![]() | Name 'state_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2160 |
![]() | '{' should be on the previous line. | 2161 |
![]() | Line contains a tab character. | 2163 |
![]() | Parameter in should be final. | 2173 |
![]() | Parameter in should be final. | 2183 |
![]() | Line has trailing spaces. | 2192 |
![]() | '-' is not preceded with whitespace. | 2201 |
![]() | '-' is not followed by whitespace. | 2201 |
![]() | '-=' is not preceded with whitespace. | 2204 |
![]() | '-=' is not preceded with whitespace. | 2205 |
![]() | '-=' is not preceded with whitespace. | 2206 |
![]() | Array brackets at illegal position. | 2213 |
![]() | '*' is not preceded with whitespace. | 2213 |
![]() | '*' is not followed by whitespace. | 2213 |
![]() | '-' is not preceded with whitespace. | 2220 |
![]() | '-' is not followed by whitespace. | 2220 |
![]() | '+=' is not preceded with whitespace. | 2223 |
![]() | Line has trailing spaces. | 2226 |
![]() | Line is longer than 80 characters. | 2226 |
![]() | Line has trailing spaces. | 2234 |
![]() | Line contains a tab character. | 2237 |
![]() | Line has trailing spaces. | 2241 |
![]() | Expected @throws tag for 'java.io.IOException'. | 2245 |
![]() | 'if' construct must use '{}'s. | 2249 |
![]() | Line has trailing spaces. | 2258 |
![]() | Line has trailing spaces. | 2262 |
![]() | Parameter reader should be final. | 2264 |
![]() | Inner assignments should be avoided. | 2269 |
![]() | Inner assignments should be avoided. | 2270 |
![]() | Inner assignments should be avoided. | 2271 |
![]() | Inner assignments should be avoided. | 2271 |
![]() | Expected an @return tag. | 2279 |
![]() | First sentence should end with a period. | 2284 |
![]() | Parameter newState should be final. | 2289 |
![]() | Expected an @return tag. | 2297 |
![]() | '(' is followed by whitespace. | 2298 |
![]() | '-' is not preceded with whitespace. | 2298 |
![]() | '-' is not followed by whitespace. | 2298 |
![]() | ')' is preceded with whitespace. | 2298 |
![]() | Line has trailing spaces. | 2303 |
![]() | Line has trailing spaces. | 2304 |
![]() | Line has trailing spaces. | 2305 |
![]() | Line has trailing spaces. | 2308 |
![]() | Parameter pos should be final. | 2313 |
![]() | '+' is not preceded with whitespace. | 2314 |
![]() | '+' is not followed by whitespace. | 2314 |
![]() | Expected an @return tag. | 2321 |
![]() | '-' is not preceded with whitespace. | 2322 |
![]() | '-' is not followed by whitespace. | 2322 |
![]() | Line has trailing spaces. | 2329 |
![]() | Line has trailing spaces. | 2330 |
![]() | Parameter errorCode should be final. | 2340 |
![]() | '}' should be on the same line. | 2344 |
![]() | Line has trailing spaces. | 2350 |
![]() | Method 'yypushback' is not designed for extension - needs to be abstract, final or empty. | 2361 |
![]() | Parameter number should be final. | 2361 |
![]() | 'if' construct must use '{}'s. | 2362 |
![]() | '(' is followed by whitespace. | 2362 |
![]() | ')' is preceded with whitespace. | 2362 |
![]() | Method 'yylex' is not designed for extension - needs to be abstract, final or empty. | 2376 |
![]() | Method length is 652 lines (max allowed is 150). | 2376 |
![]() | '+=' is not preceded with whitespace. | 2394 |
![]() | '-' is not preceded with whitespace. | 2394 |
![]() | '-' is not followed by whitespace. | 2394 |
![]() | 'if' construct must use '{}'s. | 2413 |
![]() | Line is longer than 80 characters. | 2425 |
![]() | 'if' construct must use '{}'s. | 2427 |
![]() | 'if' construct must use '{}'s. | 2429 |
![]() | 'if' construct must use '{}'s. | 2436 |
![]() | Line has trailing spaces. | 2436 |
![]() | 'else' construct must use '{}'s. | 2438 |
![]() | Line has trailing spaces. | 2438 |
![]() | 'if' construct must use '{}'s. | 2441 |
![]() | Inner assignments should be avoided. | 2445 |
![]() | Inner assignments should be avoided. | 2445 |
![]() | Line has trailing spaces. | 2446 |
![]() | Line has trailing spaces. | 2452 |
![]() | 'if' construct must use '{}'s. | 2453 |
![]() | '}' should be on the same line. | 2458 |
![]() | '}' should be on the same line. | 2472 |
![]() | 'if' construct must use '{}'s. | 2478 |
![]() | '(' is followed by whitespace. | 2482 |
![]() | ')' is preceded with whitespace. | 2482 |
![]() | 'if' construct must use '{}'s. | 2485 |
![]() | '(' is followed by whitespace. | 2485 |
![]() | '8' is a magic number. | 2485 |
![]() | '8' is a magic number. | 2485 |
![]() | ')' is preceded with whitespace. | 2485 |
![]() | Avoid inline conditionals. | 2494 |
![]() | Line has trailing spaces. | 2495 |
![]() | '75' is a magic number. | 2495 |
![]() | Line is longer than 80 characters. | 2496 |
![]() | Avoid nested blocks. | 2496 |
![]() | 'cast' is not followed by whitespace. | 2496 |
![]() | '120' is a magic number. | 2498 |
![]() | Line has trailing spaces. | 2499 |
![]() | '73' is a magic number. | 2499 |
![]() | Avoid nested blocks. | 2500 |
![]() | 'cast' is not followed by whitespace. | 2500 |
![]() | '121' is a magic number. | 2502 |
![]() | Line has trailing spaces. | 2503 |
![]() | '8' is a magic number. | 2503 |
![]() | Avoid nested blocks. | 2504 |
![]() | Line contains a tab character. | 2505 |
![]() | Line contains a tab character. | 2506 |
![]() | '122' is a magic number. | 2508 |
![]() | Line has trailing spaces. | 2509 |
![]() | '10' is a magic number. | 2509 |
![]() | Avoid nested blocks. | 2510 |
![]() | Line contains a tab character. | 2511 |
![]() | Line contains a tab character. | 2512 |
![]() | '123' is a magic number. | 2514 |
![]() | Line has trailing spaces. | 2515 |
![]() | '16' is a magic number. | 2515 |
![]() | Avoid nested blocks. | 2516 |
![]() | Line contains a tab character. | 2517 |
![]() | '124' is a magic number. | 2519 |
![]() | Line has trailing spaces. | 2520 |
![]() | '54' is a magic number. | 2520 |
![]() | Avoid nested blocks. | 2521 |
![]() | 'cast' is not followed by whitespace. | 2521 |
![]() | '125' is a magic number. | 2523 |
![]() | Line has trailing spaces. | 2524 |
![]() | '70' is a magic number. | 2524 |
![]() | Avoid nested blocks. | 2525 |
![]() | 'cast' is not followed by whitespace. | 2525 |
![]() | '=' is not preceded with whitespace. | 2525 |
![]() | '126' is a magic number. | 2527 |
![]() | Line has trailing spaces. | 2528 |
![]() | '78' is a magic number. | 2528 |
![]() | Avoid nested blocks. | 2529 |
![]() | 'cast' is not followed by whitespace. | 2529 |
![]() | '127' is a magic number. | 2531 |
![]() | Line has trailing spaces. | 2532 |
![]() | '45' is a magic number. | 2532 |
![]() | Avoid nested blocks. | 2533 |
![]() | '128' is a magic number. | 2535 |
![]() | Line has trailing spaces. | 2536 |
![]() | '65' is a magic number. | 2536 |
![]() | Avoid nested blocks. | 2537 |
![]() | 'cast' is not followed by whitespace. | 2537 |
![]() | '129' is a magic number. | 2539 |
![]() | Line has trailing spaces. | 2540 |
![]() | '49' is a magic number. | 2540 |
![]() | Avoid nested blocks. | 2541 |
![]() | 'cast' is not followed by whitespace. | 2541 |
![]() | '130' is a magic number. | 2543 |
![]() | Line has trailing spaces. | 2544 |
![]() | '25' is a magic number. | 2544 |
![]() | Avoid nested blocks. | 2545 |
![]() | 'cast' is not followed by whitespace. | 2545 |
![]() | '131' is a magic number. | 2547 |
![]() | Line has trailing spaces. | 2548 |
![]() | '48' is a magic number. | 2548 |
![]() | Avoid nested blocks. | 2549 |
![]() | 'cast' is not followed by whitespace. | 2549 |
![]() | '132' is a magic number. | 2551 |
![]() | Line has trailing spaces. | 2552 |
![]() | '92' is a magic number. | 2552 |
![]() | Avoid nested blocks. | 2553 |
![]() | 'cast' is not followed by whitespace. | 2553 |
![]() | '133' is a magic number. | 2555 |
![]() | Line has trailing spaces. | 2556 |
![]() | '35' is a magic number. | 2556 |
![]() | Avoid nested blocks. | 2557 |
![]() | 'cast' is not followed by whitespace. | 2557 |
![]() | '134' is a magic number. | 2559 |
![]() | Line has trailing spaces. | 2560 |
![]() | '102' is a magic number. | 2560 |
![]() | Avoid nested blocks. | 2561 |
![]() | 'cast' is not followed by whitespace. | 2561 |
![]() | '135' is a magic number. | 2563 |
![]() | Line has trailing spaces. | 2564 |
![]() | '96' is a magic number. | 2564 |
![]() | Avoid nested blocks. | 2565 |
![]() | '136' is a magic number. | 2567 |
![]() | Line has trailing spaces. | 2568 |
![]() | '95' is a magic number. | 2568 |
![]() | Avoid nested blocks. | 2569 |
![]() | 'cast' is not followed by whitespace. | 2569 |
![]() | '137' is a magic number. | 2571 |
![]() | Line has trailing spaces. | 2572 |
![]() | '37' is a magic number. | 2572 |
![]() | Avoid nested blocks. | 2573 |
![]() | 'cast' is not followed by whitespace. | 2573 |
![]() | '138' is a magic number. | 2575 |
![]() | Line has trailing spaces. | 2576 |
![]() | '113' is a magic number. | 2576 |
![]() | Avoid nested blocks. | 2577 |
![]() | 'cast' is not followed by whitespace. | 2577 |
![]() | '139' is a magic number. | 2579 |
![]() | Line has trailing spaces. | 2580 |
![]() | '85' is a magic number. | 2580 |
![]() | Avoid nested blocks. | 2581 |
![]() | 'cast' is not followed by whitespace. | 2581 |
![]() | '140' is a magic number. | 2583 |
![]() | Line has trailing spaces. | 2584 |
![]() | '51' is a magic number. | 2584 |
![]() | Avoid nested blocks. | 2585 |
![]() | 'cast' is not followed by whitespace. | 2585 |
![]() | '141' is a magic number. | 2587 |
![]() | Line has trailing spaces. | 2588 |
![]() | '18' is a magic number. | 2588 |
![]() | Avoid nested blocks. | 2589 |
![]() | Line contains a tab character. | 2590 |
![]() | '142' is a magic number. | 2592 |
![]() | Line has trailing spaces. | 2593 |
![]() | '63' is a magic number. | 2593 |
![]() | Avoid nested blocks. | 2594 |
![]() | 'cast' is not followed by whitespace. | 2594 |
![]() | '143' is a magic number. | 2596 |
![]() | Line has trailing spaces. | 2597 |
![]() | '34' is a magic number. | 2597 |
![]() | Avoid nested blocks. | 2598 |
![]() | 'cast' is not followed by whitespace. | 2598 |
![]() | '144' is a magic number. | 2600 |
![]() | Line has trailing spaces. | 2601 |
![]() | '83' is a magic number. | 2601 |
![]() | Line is longer than 80 characters. | 2602 |
![]() | Avoid nested blocks. | 2602 |
![]() | 'cast' is not followed by whitespace. | 2602 |
![]() | '145' is a magic number. | 2604 |
![]() | Line has trailing spaces. | 2605 |
![]() | '115' is a magic number. | 2605 |
![]() | Avoid nested blocks. | 2606 |
![]() | 'cast' is not followed by whitespace. | 2606 |
![]() | '146' is a magic number. | 2608 |
![]() | Line has trailing spaces. | 2609 |
![]() | '60' is a magic number. | 2609 |
![]() | Avoid nested blocks. | 2610 |
![]() | 'cast' is not followed by whitespace. | 2610 |
![]() | '147' is a magic number. | 2612 |
![]() | Line has trailing spaces. | 2613 |
![]() | '61' is a magic number. | 2613 |
![]() | Avoid nested blocks. | 2614 |
![]() | 'cast' is not followed by whitespace. | 2614 |
![]() | '148' is a magic number. | 2616 |
![]() | Line has trailing spaces. | 2617 |
![]() | '97' is a magic number. | 2617 |
![]() | Avoid nested blocks. | 2618 |
![]() | 'cast' is not followed by whitespace. | 2618 |
![]() | '149' is a magic number. | 2620 |
![]() | Line has trailing spaces. | 2621 |
![]() | '55' is a magic number. | 2621 |
![]() | Line is longer than 80 characters. | 2622 |
![]() | Avoid nested blocks. | 2622 |
![]() | Line is longer than 80 characters. | 2623 |
![]() | 'cast' is not followed by whitespace. | 2623 |
![]() | '150' is a magic number. | 2625 |
![]() | Line has trailing spaces. | 2626 |
![]() | '99' is a magic number. | 2626 |
![]() | Avoid nested blocks. | 2627 |
![]() | 'cast' is not followed by whitespace. | 2627 |
![]() | '151' is a magic number. | 2629 |
![]() | Line has trailing spaces. | 2630 |
![]() | '89' is a magic number. | 2630 |
![]() | Avoid nested blocks. | 2631 |
![]() | 'cast' is not followed by whitespace. | 2631 |
![]() | '152' is a magic number. | 2633 |
![]() | Line has trailing spaces. | 2634 |
![]() | '15' is a magic number. | 2634 |
![]() | Avoid nested blocks. | 2635 |
![]() | Line contains a tab character. | 2636 |
![]() | '153' is a magic number. | 2638 |
![]() | Line has trailing spaces. | 2639 |
![]() | '106' is a magic number. | 2639 |
![]() | Avoid nested blocks. | 2640 |
![]() | 'cast' is not followed by whitespace. | 2640 |
![]() | '154' is a magic number. | 2642 |
![]() | Line has trailing spaces. | 2643 |
![]() | '59' is a magic number. | 2643 |
![]() | Avoid nested blocks. | 2644 |
![]() | 'cast' is not followed by whitespace. | 2644 |
![]() | '155' is a magic number. | 2646 |
![]() | Line has trailing spaces. | 2647 |
![]() | '117' is a magic number. | 2647 |
![]() | Avoid nested blocks. | 2648 |
![]() | 'cast' is not followed by whitespace. | 2648 |
![]() | '156' is a magic number. | 2650 |
![]() | Line has trailing spaces. | 2651 |
![]() | '46' is a magic number. | 2651 |
![]() | Avoid nested blocks. | 2652 |
![]() | 'cast' is not followed by whitespace. | 2652 |
![]() | '157' is a magic number. | 2654 |
![]() | Line has trailing spaces. | 2655 |
![]() | '23' is a magic number. | 2655 |
![]() | Avoid nested blocks. | 2656 |
![]() | 'cast' is not followed by whitespace. | 2656 |
![]() | '158' is a magic number. | 2658 |
![]() | Line has trailing spaces. | 2659 |
![]() | '74' is a magic number. | 2659 |
![]() | Avoid nested blocks. | 2660 |
![]() | 'cast' is not followed by whitespace. | 2660 |
![]() | '159' is a magic number. | 2662 |
![]() | Line has trailing spaces. | 2663 |
![]() | '32' is a magic number. | 2663 |
![]() | Avoid nested blocks. | 2664 |
![]() | 'cast' is not followed by whitespace. | 2664 |
![]() | '160' is a magic number. | 2666 |
![]() | Line has trailing spaces. | 2667 |
![]() | '14' is a magic number. | 2667 |
![]() | Avoid nested blocks. | 2668 |
![]() | Line contains a tab character. | 2669 |
![]() | '161' is a magic number. | 2671 |
![]() | Line has trailing spaces. | 2672 |
![]() | '111' is a magic number. | 2672 |
![]() | Line is longer than 80 characters. | 2673 |
![]() | Avoid nested blocks. | 2673 |
![]() | 'cast' is not followed by whitespace. | 2673 |
![]() | ';' is not followed by whitespace. | 2673 |
![]() | '162' is a magic number. | 2675 |
![]() | Line has trailing spaces. | 2676 |
![]() | '66' is a magic number. | 2676 |
![]() | Avoid nested blocks. | 2677 |
![]() | 'cast' is not followed by whitespace. | 2677 |
![]() | '163' is a magic number. | 2679 |
![]() | Line has trailing spaces. | 2680 |
![]() | '57' is a magic number. | 2680 |
![]() | Line is longer than 80 characters. | 2681 |
![]() | Avoid nested blocks. | 2681 |
![]() | 'cast' is not followed by whitespace. | 2681 |
![]() | '164' is a magic number. | 2683 |
![]() | Line has trailing spaces. | 2684 |
![]() | '105' is a magic number. | 2684 |
![]() | Line is longer than 80 characters. | 2685 |
![]() | Avoid nested blocks. | 2685 |
![]() | 'cast' is not followed by whitespace. | 2685 |
![]() | '165' is a magic number. | 2687 |
![]() | Line has trailing spaces. | 2688 |
![]() | '33' is a magic number. | 2688 |
![]() | Avoid nested blocks. | 2689 |
![]() | 'cast' is not followed by whitespace. | 2689 |
![]() | '166' is a magic number. | 2691 |
![]() | Line has trailing spaces. | 2692 |
![]() | '71' is a magic number. | 2692 |
![]() | Avoid nested blocks. | 2693 |
![]() | 'cast' is not followed by whitespace. | 2693 |
![]() | '167' is a magic number. | 2695 |
![]() | Line has trailing spaces. | 2696 |
![]() | '119' is a magic number. | 2696 |
![]() | Avoid nested blocks. | 2697 |
![]() | '168' is a magic number. | 2699 |
![]() | Line has trailing spaces. | 2700 |
![]() | '12' is a magic number. | 2700 |
![]() | Avoid nested blocks. | 2701 |
![]() | Line contains a tab character. | 2702 |
![]() | Line contains a tab character. | 2704 |
![]() | Line contains a tab character. | 2705 |
![]() | Line has trailing spaces. | 2706 |
![]() | Line contains a tab character. | 2706 |
![]() | '{' should be on the previous line. | 2706 |
![]() | Line contains a tab character. | 2707 |
![]() | Line has trailing spaces. | 2708 |
![]() | Line contains a tab character. | 2708 |
![]() | Line contains a tab character. | 2709 |
![]() | Line contains a tab character. | 2712 |
![]() | Line contains a tab character. | 2713 |
![]() | 'cast' is not followed by whitespace. | 2713 |
![]() | Line contains a tab character. | 2714 |
![]() | Line has trailing spaces. | 2715 |
![]() | Line contains a tab character. | 2715 |
![]() | Line contains a tab character. | 2716 |
![]() | Line contains a tab character. | 2717 |
![]() | Line contains a tab character. | 2718 |
![]() | '169' is a magic number. | 2720 |
![]() | Line has trailing spaces. | 2721 |
![]() | '21' is a magic number. | 2721 |
![]() | Avoid nested blocks. | 2722 |
![]() | Line contains a tab character. | 2723 |
![]() | '170' is a magic number. | 2725 |
![]() | Line has trailing spaces. | 2726 |
![]() | Avoid nested blocks. | 2727 |
![]() | '+' is not preceded with whitespace. | 2730 |
![]() | '171' is a magic number. | 2732 |
![]() | Line has trailing spaces. | 2733 |
![]() | '103' is a magic number. | 2733 |
![]() | Avoid nested blocks. | 2734 |
![]() | 'cast' is not followed by whitespace. | 2734 |
![]() | '172' is a magic number. | 2736 |
![]() | Line has trailing spaces. | 2737 |
![]() | '43' is a magic number. | 2737 |
![]() | Avoid nested blocks. | 2738 |
![]() | 'cast' is not followed by whitespace. | 2738 |
![]() | '173' is a magic number. | 2740 |
![]() | Line has trailing spaces. | 2741 |
![]() | '93' is a magic number. | 2741 |
![]() | Avoid nested blocks. | 2742 |
![]() | 'cast' is not followed by whitespace. | 2742 |
![]() | '174' is a magic number. | 2744 |
![]() | Line has trailing spaces. | 2745 |
![]() | '13' is a magic number. | 2745 |
![]() | Avoid nested blocks. | 2746 |
![]() | Line contains a tab character. | 2747 |
![]() | '175' is a magic number. | 2749 |
![]() | Line has trailing spaces. | 2750 |
![]() | '28' is a magic number. | 2750 |
![]() | Avoid nested blocks. | 2751 |
![]() | 'cast' is not followed by whitespace. | 2751 |
![]() | '176' is a magic number. | 2753 |
![]() | Line has trailing spaces. | 2754 |
![]() | '94' is a magic number. | 2754 |
![]() | Avoid nested blocks. | 2755 |
![]() | 'cast' is not followed by whitespace. | 2755 |
![]() | '177' is a magic number. | 2757 |
![]() | Line has trailing spaces. | 2758 |
![]() | '42' is a magic number. | 2758 |
![]() | Avoid nested blocks. | 2759 |
![]() | 'cast' is not followed by whitespace. | 2759 |
![]() | '178' is a magic number. | 2761 |
![]() | Line has trailing spaces. | 2762 |
![]() | '44' is a magic number. | 2762 |
![]() | Avoid nested blocks. | 2763 |
![]() | 'cast' is not followed by whitespace. | 2763 |
![]() | '179' is a magic number. | 2765 |
![]() | Line has trailing spaces. | 2766 |
![]() | '7' is a magic number. | 2766 |
![]() | Avoid nested blocks. | 2767 |
![]() | Line contains a tab character. | 2768 |
![]() | Line contains a tab character. | 2769 |
![]() | '180' is a magic number. | 2771 |
![]() | Line has trailing spaces. | 2772 |
![]() | '90' is a magic number. | 2772 |
![]() | Avoid nested blocks. | 2773 |
![]() | 'cast' is not followed by whitespace. | 2773 |
![]() | '181' is a magic number. | 2775 |
![]() | Line has trailing spaces. | 2776 |
![]() | '30' is a magic number. | 2776 |
![]() | Avoid nested blocks. | 2777 |
![]() | 'cast' is not followed by whitespace. | 2777 |
![]() | '182' is a magic number. | 2779 |
![]() | Line has trailing spaces. | 2780 |
![]() | '22' is a magic number. | 2780 |
![]() | Avoid nested blocks. | 2781 |
![]() | Line contains a tab character. | 2782 |
![]() | '183' is a magic number. | 2784 |
![]() | Line has trailing spaces. | 2785 |
![]() | '84' is a magic number. | 2785 |
![]() | Avoid nested blocks. | 2786 |
![]() | 'cast' is not followed by whitespace. | 2786 |
![]() | '184' is a magic number. | 2788 |
![]() | Line has trailing spaces. | 2789 |
![]() | '87' is a magic number. | 2789 |
![]() | Avoid nested blocks. | 2790 |
![]() | 'cast' is not followed by whitespace. | 2790 |
![]() | '185' is a magic number. | 2792 |
![]() | Line has trailing spaces. | 2793 |
![]() | '114' is a magic number. | 2793 |
![]() | Avoid nested blocks. | 2794 |
![]() | 'cast' is not followed by whitespace. | 2794 |
![]() | '186' is a magic number. | 2796 |
![]() | Line has trailing spaces. | 2797 |
![]() | '26' is a magic number. | 2797 |
![]() | Avoid nested blocks. | 2798 |
![]() | 'cast' is not followed by whitespace. | 2798 |
![]() | '187' is a magic number. | 2800 |
![]() | Line has trailing spaces. | 2801 |
![]() | '62' is a magic number. | 2801 |
![]() | Avoid nested blocks. | 2802 |
![]() | 'cast' is not followed by whitespace. | 2802 |
![]() | '188' is a magic number. | 2804 |
![]() | Line has trailing spaces. | 2805 |
![]() | '39' is a magic number. | 2805 |
![]() | Avoid nested blocks. | 2806 |
![]() | 'cast' is not followed by whitespace. | 2806 |
![]() | '189' is a magic number. | 2808 |
![]() | Line has trailing spaces. | 2809 |
![]() | '29' is a magic number. | 2809 |
![]() | Avoid nested blocks. | 2810 |
![]() | 'cast' is not followed by whitespace. | 2810 |
![]() | '190' is a magic number. | 2812 |
![]() | Line has trailing spaces. | 2813 |
![]() | '20' is a magic number. | 2813 |
![]() | Avoid nested blocks. | 2814 |
![]() | '191' is a magic number. | 2816 |
![]() | Line has trailing spaces. | 2817 |
![]() | '91' is a magic number. | 2817 |
![]() | Avoid nested blocks. | 2818 |
![]() | 'cast' is not followed by whitespace. | 2818 |
![]() | '192' is a magic number. | 2820 |
![]() | Line has trailing spaces. | 2821 |
![]() | '80' is a magic number. | 2821 |
![]() | Avoid nested blocks. | 2822 |
![]() | 'cast' is not followed by whitespace. | 2822 |
![]() | '193' is a magic number. | 2824 |
![]() | Line has trailing spaces. | 2825 |
![]() | '4' is a magic number. | 2825 |
![]() | Avoid nested blocks. | 2826 |
![]() | Line contains a tab character. | 2827 |
![]() | Line contains a tab character. | 2828 |
![]() | '194' is a magic number. | 2830 |
![]() | Line has trailing spaces. | 2831 |
![]() | '108' is a magic number. | 2831 |
![]() | Avoid nested blocks. | 2832 |
![]() | 'cast' is not followed by whitespace. | 2832 |
![]() | '195' is a magic number. | 2834 |
![]() | Line has trailing spaces. | 2835 |
![]() | '52' is a magic number. | 2835 |
![]() | Line is longer than 80 characters. | 2836 |
![]() | Avoid nested blocks. | 2836 |
![]() | 'cast' is not followed by whitespace. | 2836 |
![]() | '196' is a magic number. | 2838 |
![]() | Line has trailing spaces. | 2839 |
![]() | '31' is a magic number. | 2839 |
![]() | Avoid nested blocks. | 2840 |
![]() | 'cast' is not followed by whitespace. | 2840 |
![]() | '197' is a magic number. | 2842 |
![]() | Line has trailing spaces. | 2843 |
![]() | '116' is a magic number. | 2843 |
![]() | Avoid nested blocks. | 2844 |
![]() | 'cast' is not followed by whitespace. | 2844 |
![]() | '198' is a magic number. | 2846 |
![]() | Line has trailing spaces. | 2847 |
![]() | '107' is a magic number. | 2847 |
![]() | Avoid nested blocks. | 2848 |
![]() | 'cast' is not followed by whitespace. | 2848 |
![]() | '199' is a magic number. | 2850 |
![]() | Line has trailing spaces. | 2851 |
![]() | '101' is a magic number. | 2851 |
![]() | Line is longer than 80 characters. | 2852 |
![]() | Avoid nested blocks. | 2852 |
![]() | 'cast' is not followed by whitespace. | 2852 |
![]() | '200' is a magic number. | 2854 |
![]() | Line has trailing spaces. | 2855 |
![]() | '88' is a magic number. | 2855 |
![]() | Avoid nested blocks. | 2856 |
![]() | '201' is a magic number. | 2858 |
![]() | Line has trailing spaces. | 2859 |
![]() | '41' is a magic number. | 2859 |
![]() | Avoid nested blocks. | 2860 |
![]() | 'cast' is not followed by whitespace. | 2860 |
![]() | '202' is a magic number. | 2862 |
![]() | Line has trailing spaces. | 2863 |
![]() | '24' is a magic number. | 2863 |
![]() | Avoid nested blocks. | 2864 |
![]() | 'cast' is not followed by whitespace. | 2864 |
![]() | '203' is a magic number. | 2866 |
![]() | Line has trailing spaces. | 2867 |
![]() | '109' is a magic number. | 2867 |
![]() | Avoid nested blocks. | 2868 |
![]() | '204' is a magic number. | 2870 |
![]() | Line has trailing spaces. | 2871 |
![]() | '3' is a magic number. | 2871 |
![]() | Avoid nested blocks. | 2872 |
![]() | '205' is a magic number. | 2874 |
![]() | Line has trailing spaces. | 2875 |
![]() | '67' is a magic number. | 2875 |
![]() | Avoid nested blocks. | 2876 |
![]() | 'cast' is not followed by whitespace. | 2876 |
![]() | '206' is a magic number. | 2878 |
![]() | Line has trailing spaces. | 2879 |
![]() | '110' is a magic number. | 2879 |
![]() | Avoid nested blocks. | 2880 |
![]() | 'cast' is not followed by whitespace. | 2880 |
![]() | '207' is a magic number. | 2882 |
![]() | Line has trailing spaces. | 2883 |
![]() | '112' is a magic number. | 2883 |
![]() | Avoid nested blocks. | 2884 |
![]() | 'cast' is not followed by whitespace. | 2884 |
![]() | '208' is a magic number. | 2886 |
![]() | Line has trailing spaces. | 2887 |
![]() | '76' is a magic number. | 2887 |
![]() | Avoid nested blocks. | 2888 |
![]() | 'cast' is not followed by whitespace. | 2888 |
![]() | '209' is a magic number. | 2890 |
![]() | Line has trailing spaces. | 2891 |
![]() | '69' is a magic number. | 2891 |
![]() | Avoid nested blocks. | 2892 |
![]() | 'cast' is not followed by whitespace. | 2892 |
![]() | '=' is not preceded with whitespace. | 2892 |
![]() | '210' is a magic number. | 2894 |
![]() | Line has trailing spaces. | 2895 |
![]() | '100' is a magic number. | 2895 |
![]() | Line is longer than 80 characters. | 2896 |
![]() | Avoid nested blocks. | 2896 |
![]() | 'cast' is not followed by whitespace. | 2896 |
![]() | '211' is a magic number. | 2898 |
![]() | Line has trailing spaces. | 2899 |
![]() | '72' is a magic number. | 2899 |
![]() | Avoid nested blocks. | 2900 |
![]() | 'cast' is not followed by whitespace. | 2900 |
![]() | '212' is a magic number. | 2902 |
![]() | Line has trailing spaces. | 2903 |
![]() | '86' is a magic number. | 2903 |
![]() | Avoid nested blocks. | 2904 |
![]() | 'cast' is not followed by whitespace. | 2904 |
![]() | '213' is a magic number. | 2906 |
![]() | Line has trailing spaces. | 2907 |
![]() | '27' is a magic number. | 2907 |
![]() | Avoid nested blocks. | 2908 |
![]() | 'cast' is not followed by whitespace. | 2908 |
![]() | '214' is a magic number. | 2910 |
![]() | Line has trailing spaces. | 2911 |
![]() | '19' is a magic number. | 2911 |
![]() | Avoid nested blocks. | 2912 |
![]() | '215' is a magic number. | 2914 |
![]() | Line has trailing spaces. | 2915 |
![]() | '17' is a magic number. | 2915 |
![]() | Avoid nested blocks. | 2916 |
![]() | Line contains a tab character. | 2917 |
![]() | '216' is a magic number. | 2919 |
![]() | Line has trailing spaces. | 2920 |
![]() | '81' is a magic number. | 2920 |
![]() | Avoid nested blocks. | 2921 |
![]() | 'cast' is not followed by whitespace. | 2921 |
![]() | '217' is a magic number. | 2923 |
![]() | Line has trailing spaces. | 2924 |
![]() | '64' is a magic number. | 2924 |
![]() | Avoid nested blocks. | 2925 |
![]() | 'cast' is not followed by whitespace. | 2925 |
![]() | '218' is a magic number. | 2927 |
![]() | Line has trailing spaces. | 2928 |
![]() | '53' is a magic number. | 2928 |
![]() | Avoid nested blocks. | 2929 |
![]() | 'cast' is not followed by whitespace. | 2929 |
![]() | '219' is a magic number. | 2931 |
![]() | Line has trailing spaces. | 2932 |
![]() | '50' is a magic number. | 2932 |
![]() | Avoid nested blocks. | 2933 |
![]() | 'cast' is not followed by whitespace. | 2933 |
![]() | '220' is a magic number. | 2935 |
![]() | Line has trailing spaces. | 2936 |
![]() | '68' is a magic number. | 2936 |
![]() | Avoid nested blocks. | 2937 |
![]() | 'cast' is not followed by whitespace. | 2937 |
![]() | '221' is a magic number. | 2939 |
![]() | Line has trailing spaces. | 2940 |
![]() | '77' is a magic number. | 2940 |
![]() | Avoid nested blocks. | 2941 |
![]() | 'cast' is not followed by whitespace. | 2941 |
![]() | '222' is a magic number. | 2943 |
![]() | Line has trailing spaces. | 2944 |
![]() | '38' is a magic number. | 2944 |
![]() | Avoid nested blocks. | 2945 |
![]() | 'cast' is not followed by whitespace. | 2945 |
![]() | '223' is a magic number. | 2947 |
![]() | Line has trailing spaces. | 2948 |
![]() | '118' is a magic number. | 2948 |
![]() | Avoid nested blocks. | 2949 |
![]() | '224' is a magic number. | 2951 |
![]() | Line has trailing spaces. | 2952 |
![]() | '79' is a magic number. | 2952 |
![]() | Avoid nested blocks. | 2953 |
![]() | 'cast' is not followed by whitespace. | 2953 |
![]() | '225' is a magic number. | 2955 |
![]() | Line has trailing spaces. | 2956 |
![]() | '9' is a magic number. | 2956 |
![]() | Avoid nested blocks. | 2957 |
![]() | Line contains a tab character. | 2958 |
![]() | Line contains a tab character. | 2959 |
![]() | '226' is a magic number. | 2961 |
![]() | Line has trailing spaces. | 2962 |
![]() | '11' is a magic number. | 2962 |
![]() | Avoid nested blocks. | 2963 |
![]() | Line contains a tab character. | 2964 |
![]() | Line contains a tab character. | 2965 |
![]() | '227' is a magic number. | 2967 |
![]() | Line has trailing spaces. | 2968 |
![]() | '82' is a magic number. | 2968 |
![]() | Avoid nested blocks. | 2969 |
![]() | 'cast' is not followed by whitespace. | 2969 |
![]() | '228' is a magic number. | 2971 |
![]() | Line has trailing spaces. | 2972 |
![]() | '47' is a magic number. | 2972 |
![]() | Avoid nested blocks. | 2973 |
![]() | 'cast' is not followed by whitespace. | 2973 |
![]() | '=' is not preceded with whitespace. | 2973 |
![]() | '229' is a magic number. | 2975 |
![]() | Line has trailing spaces. | 2976 |
![]() | '5' is a magic number. | 2976 |
![]() | Avoid nested blocks. | 2977 |
![]() | Line contains a tab character. | 2978 |
![]() | Line contains a tab character. | 2979 |
![]() | '230' is a magic number. | 2981 |
![]() | Line has trailing spaces. | 2982 |
![]() | '40' is a magic number. | 2982 |
![]() | Avoid nested blocks. | 2983 |
![]() | 'cast' is not followed by whitespace. | 2983 |
![]() | '231' is a magic number. | 2985 |
![]() | Line has trailing spaces. | 2986 |
![]() | '6' is a magic number. | 2986 |
![]() | Avoid nested blocks. | 2987 |
![]() | Line contains a tab character. | 2988 |
![]() | Line contains a tab character. | 2989 |
![]() | '232' is a magic number. | 2991 |
![]() | Line has trailing spaces. | 2992 |
![]() | '104' is a magic number. | 2992 |
![]() | Avoid nested blocks. | 2993 |
![]() | 'cast' is not followed by whitespace. | 2993 |
![]() | '233' is a magic number. | 2995 |
![]() | Line has trailing spaces. | 2996 |
![]() | '98' is a magic number. | 2996 |
![]() | Avoid nested blocks. | 2997 |
![]() | 'cast' is not followed by whitespace. | 2997 |
![]() | '234' is a magic number. | 2999 |
![]() | Line has trailing spaces. | 3000 |
![]() | '56' is a magic number. | 3000 |
![]() | Avoid nested blocks. | 3001 |
![]() | 'cast' is not followed by whitespace. | 3001 |
![]() | '235' is a magic number. | 3003 |
![]() | Line has trailing spaces. | 3004 |
![]() | '58' is a magic number. | 3004 |
![]() | Avoid nested blocks. | 3005 |
![]() | 'cast' is not followed by whitespace. | 3005 |
![]() | '236' is a magic number. | 3007 |
![]() | Line has trailing spaces. | 3008 |
![]() | '36' is a magic number. | 3008 |
![]() | Avoid nested blocks. | 3009 |
![]() | 'cast' is not followed by whitespace. | 3009 |
![]() | '237' is a magic number. | 3011 |
![]() | Line has trailing spaces. | 3012 |
![]() | Line has trailing spaces. | 3013 |
![]() | Avoid nested blocks. | 3013 |
![]() | '238' is a magic number. | 3015 |
![]() | Line has trailing spaces. | 3016 |
![]() | Avoid nested blocks. | 3019 |
![]() | Line has trailing spaces. | 3021 |
![]() | '}' should be on the same line. | 3021 |
![]() | Parameter argv should be final. | 3038 |
![]() | Array brackets at illegal position. | 3038 |
![]() | '}' should be on the same line. | 3041 |
![]() | '(' is followed by whitespace. | 3046 |
![]() | ')' is preceded with whitespace. | 3046 |
![]() | 'while' construct must use '{}'s. | 3047 |
![]() | '(' is followed by whitespace. | 3047 |
![]() | ')' is preceded with whitespace. | 3047 |
![]() | '}' should be on the same line. | 3048 |
![]() | '+' is not preceded with whitespace. | 3050 |
![]() | '+' is not followed by whitespace. | 3050 |
![]() | '+' is not preceded with whitespace. | 3050 |
![]() | '+' is not followed by whitespace. | 3050 |
![]() | '}' should be on the same line. | 3051 |
![]() | '+' is not preceded with whitespace. | 3053 |
![]() | '+' is not followed by whitespace. | 3053 |
![]() | '+' is not preceded with whitespace. | 3053 |
![]() | '+' is not followed by whitespace. | 3053 |
![]() | '}' should be on the same line. | 3055 |
![]() | File length is 3,065 lines (max allowed is 2,000). | 1 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 14 |
![]() | Using the '.*' form of import should be avoided - javax.vecmath.*. | 15 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.*. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.*. | 17 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.exception.*. | 18 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.*. | 19 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*. | 20 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*. | 21 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*. | 22 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*. | 23 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 24 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*. | 25 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.parser.*. | 27 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.*. | 28 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*. | 30 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.*. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.CustomTypes.*. | 34 |
![]() | First sentence should end with a period. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | First sentence should end with a period. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Array brackets at illegal position. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' should be on a new line. | 105 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' should be on a new line. | 106 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' should be on a new line. | 107 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' should be on a new line. | 108 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' should be on a new line. | 109 |
![]() | '+' is not preceded with whitespace. | 110 |
![]() | '+' should be on a new line. | 110 |
![]() | '+' is not preceded with whitespace. | 111 |
![]() | '+' should be on a new line. | 111 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' should be on a new line. | 112 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' should be on a new line. | 113 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' should be on a new line. | 114 |
![]() | '+' is not preceded with whitespace. | 115 |
![]() | '+' should be on a new line. | 115 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' should be on a new line. | 116 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' should be on a new line. | 117 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' should be on a new line. | 118 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' should be on a new line. | 119 |
![]() | '+' is not preceded with whitespace. | 120 |
![]() | '+' should be on a new line. | 120 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' should be on a new line. | 121 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' should be on a new line. | 122 |
![]() | '+' is not preceded with whitespace. | 123 |
![]() | '+' should be on a new line. | 123 |
![]() | '+' is not preceded with whitespace. | 124 |
![]() | '+' should be on a new line. | 124 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' should be on a new line. | 125 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' should be on a new line. | 126 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' should be on a new line. | 127 |
![]() | '+' is not preceded with whitespace. | 128 |
![]() | '+' should be on a new line. | 128 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' should be on a new line. | 129 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' should be on a new line. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '1387' is a magic number. | 134 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter packed should be final. | 140 |
![]() | Parameter offset should be final. | 140 |
![]() | Parameter result should be final. | 140 |
![]() | 'do' construct must use '{}'s. | 147 |
![]() | First sentence should end with a period. | 153 |
![]() | Line has trailing spaces. | 153 |
![]() | Missing a Javadoc comment. | 158 |
![]() | '+' is not preceded with whitespace. | 159 |
![]() | '+' should be on a new line. | 159 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | '+' should be on a new line. | 160 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' should be on a new line. | 161 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' should be on a new line. | 162 |
![]() | '+' is not preceded with whitespace. | 163 |
![]() | '+' should be on a new line. | 163 |
![]() | '+' is not preceded with whitespace. | 164 |
![]() | '+' should be on a new line. | 164 |
![]() | '+' is not preceded with whitespace. | 165 |
![]() | '+' should be on a new line. | 165 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' should be on a new line. | 166 |
![]() | '+' is not preceded with whitespace. | 167 |
![]() | '+' should be on a new line. | 167 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' should be on a new line. | 168 |
![]() | '+' is not preceded with whitespace. | 169 |
![]() | '+' should be on a new line. | 169 |
![]() | '+' is not preceded with whitespace. | 170 |
![]() | '+' should be on a new line. | 170 |
![]() | '+' is not preceded with whitespace. | 171 |
![]() | '+' should be on a new line. | 171 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' should be on a new line. | 172 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | '+' should be on a new line. | 173 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' should be on a new line. | 174 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' should be on a new line. | 175 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' should be on a new line. | 176 |
![]() | '+' is not preceded with whitespace. | 177 |
![]() | '+' should be on a new line. | 177 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' should be on a new line. | 178 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' should be on a new line. | 179 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' should be on a new line. | 180 |
![]() | '+' is not preceded with whitespace. | 181 |
![]() | '+' should be on a new line. | 181 |
![]() | '+' is not preceded with whitespace. | 182 |
![]() | '+' should be on a new line. | 182 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' should be on a new line. | 183 |
![]() | '+' is not preceded with whitespace. | 184 |
![]() | '+' should be on a new line. | 184 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' should be on a new line. | 185 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' should be on a new line. | 186 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' should be on a new line. | 187 |
![]() | '+' is not preceded with whitespace. | 188 |
![]() | '+' should be on a new line. | 188 |
![]() | '+' is not preceded with whitespace. | 189 |
![]() | '+' should be on a new line. | 189 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' should be on a new line. | 190 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' should be on a new line. | 191 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' should be on a new line. | 192 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' should be on a new line. | 193 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' should be on a new line. | 194 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' should be on a new line. | 195 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' should be on a new line. | 196 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' should be on a new line. | 197 |
![]() | '+' is not preceded with whitespace. | 198 |
![]() | '+' should be on a new line. | 198 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' should be on a new line. | 199 |
![]() | '+' is not preceded with whitespace. | 200 |
![]() | '+' should be on a new line. | 200 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' should be on a new line. | 201 |
![]() | '+' is not preceded with whitespace. | 202 |
![]() | '+' should be on a new line. | 202 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' should be on a new line. | 203 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' should be on a new line. | 204 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' should be on a new line. | 205 |
![]() | '+' is not preceded with whitespace. | 206 |
![]() | '+' should be on a new line. | 206 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' should be on a new line. | 207 |
![]() | '+' is not preceded with whitespace. | 208 |
![]() | '+' should be on a new line. | 208 |
![]() | '+' is not preceded with whitespace. | 209 |
![]() | '+' should be on a new line. | 209 |
![]() | '+' is not preceded with whitespace. | 210 |
![]() | '+' should be on a new line. | 210 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' should be on a new line. | 211 |
![]() | '+' is not preceded with whitespace. | 212 |
![]() | '+' should be on a new line. | 212 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' should be on a new line. | 213 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' should be on a new line. | 214 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' should be on a new line. | 215 |
![]() | '+' is not preceded with whitespace. | 216 |
![]() | '+' should be on a new line. | 216 |
![]() | '+' is not preceded with whitespace. | 217 |
![]() | '+' should be on a new line. | 217 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' should be on a new line. | 218 |
![]() | '+' is not preceded with whitespace. | 219 |
![]() | '+' should be on a new line. | 219 |
![]() | '+' is not preceded with whitespace. | 220 |
![]() | '+' should be on a new line. | 220 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' should be on a new line. | 221 |
![]() | '+' is not preceded with whitespace. | 222 |
![]() | '+' should be on a new line. | 222 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' should be on a new line. | 223 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' should be on a new line. | 224 |
![]() | '+' is not preceded with whitespace. | 225 |
![]() | '+' should be on a new line. | 225 |
![]() | '+' is not preceded with whitespace. | 226 |
![]() | '+' should be on a new line. | 226 |
![]() | '+' is not preceded with whitespace. | 227 |
![]() | '+' should be on a new line. | 227 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' should be on a new line. | 228 |
![]() | '+' is not preceded with whitespace. | 229 |
![]() | '+' should be on a new line. | 229 |
![]() | '+' is not preceded with whitespace. | 230 |
![]() | '+' should be on a new line. | 230 |
![]() | '+' is not preceded with whitespace. | 231 |
![]() | '+' should be on a new line. | 231 |
![]() | '+' is not preceded with whitespace. | 232 |
![]() | '+' should be on a new line. | 232 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' should be on a new line. | 233 |
![]() | '+' is not preceded with whitespace. | 234 |
![]() | '+' should be on a new line. | 234 |
![]() | '+' is not preceded with whitespace. | 235 |
![]() | '+' should be on a new line. | 235 |
![]() | '+' is not preceded with whitespace. | 236 |
![]() | '+' should be on a new line. | 236 |
![]() | '+' is not preceded with whitespace. | 237 |
![]() | '+' should be on a new line. | 237 |
![]() | '+' is not preceded with whitespace. | 238 |
![]() | '+' should be on a new line. | 238 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' should be on a new line. | 239 |
![]() | '+' is not preceded with whitespace. | 240 |
![]() | '+' should be on a new line. | 240 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' should be on a new line. | 241 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' should be on a new line. | 242 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' should be on a new line. | 243 |
![]() | '+' is not preceded with whitespace. | 244 |
![]() | '+' should be on a new line. | 244 |
![]() | '+' is not preceded with whitespace. | 245 |
![]() | '+' should be on a new line. | 245 |
![]() | '+' is not preceded with whitespace. | 246 |
![]() | '+' should be on a new line. | 246 |
![]() | '+' is not preceded with whitespace. | 247 |
![]() | '+' should be on a new line. | 247 |
![]() | '+' is not preceded with whitespace. | 248 |
![]() | '+' should be on a new line. | 248 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' should be on a new line. | 249 |
![]() | '+' is not preceded with whitespace. | 250 |
![]() | '+' should be on a new line. | 250 |
![]() | '+' is not preceded with whitespace. | 251 |
![]() | '+' should be on a new line. | 251 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' should be on a new line. | 252 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' should be on a new line. | 253 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' should be on a new line. | 254 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' should be on a new line. | 255 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' should be on a new line. | 256 |
![]() | '+' is not preceded with whitespace. | 257 |
![]() | '+' should be on a new line. | 257 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | '+' should be on a new line. | 258 |
![]() | '+' is not preceded with whitespace. | 259 |
![]() | '+' should be on a new line. | 259 |
![]() | '+' is not preceded with whitespace. | 260 |
![]() | '+' should be on a new line. | 260 |
![]() | '+' is not preceded with whitespace. | 261 |
![]() | '+' should be on a new line. | 261 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' should be on a new line. | 262 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' should be on a new line. | 263 |
![]() | '+' is not preceded with whitespace. | 264 |
![]() | '+' should be on a new line. | 264 |
![]() | '+' is not preceded with whitespace. | 265 |
![]() | '+' should be on a new line. | 265 |
![]() | '+' is not preceded with whitespace. | 266 |
![]() | '+' should be on a new line. | 266 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' should be on a new line. | 267 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' should be on a new line. | 268 |
![]() | '+' is not preceded with whitespace. | 269 |
![]() | '+' should be on a new line. | 269 |
![]() | '+' is not preceded with whitespace. | 270 |
![]() | '+' should be on a new line. | 270 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' should be on a new line. | 271 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' should be on a new line. | 272 |
![]() | '+' is not preceded with whitespace. | 273 |
![]() | '+' should be on a new line. | 273 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' should be on a new line. | 274 |
![]() | '+' is not preceded with whitespace. | 275 |
![]() | '+' should be on a new line. | 275 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' should be on a new line. | 276 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' should be on a new line. | 277 |
![]() | '+' is not preceded with whitespace. | 278 |
![]() | '+' should be on a new line. | 278 |
![]() | '+' is not preceded with whitespace. | 279 |
![]() | '+' should be on a new line. | 279 |
![]() | '+' is not preceded with whitespace. | 280 |
![]() | '+' should be on a new line. | 280 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' should be on a new line. | 281 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' should be on a new line. | 282 |
![]() | '+' is not preceded with whitespace. | 283 |
![]() | '+' should be on a new line. | 283 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' should be on a new line. | 284 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' should be on a new line. | 285 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' should be on a new line. | 286 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' should be on a new line. | 287 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' should be on a new line. | 288 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' should be on a new line. | 289 |
![]() | '+' is not preceded with whitespace. | 290 |
![]() | '+' should be on a new line. | 290 |
![]() | '+' is not preceded with whitespace. | 291 |
![]() | '+' should be on a new line. | 291 |
![]() | '+' is not preceded with whitespace. | 292 |
![]() | '+' should be on a new line. | 292 |
![]() | '+' is not preceded with whitespace. | 293 |
![]() | '+' should be on a new line. | 293 |
![]() | '+' is not preceded with whitespace. | 294 |
![]() | '+' should be on a new line. | 294 |
![]() | '+' is not preceded with whitespace. | 295 |
![]() | '+' should be on a new line. | 295 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | '+' should be on a new line. | 296 |
![]() | '+' is not preceded with whitespace. | 297 |
![]() | '+' should be on a new line. | 297 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' should be on a new line. | 298 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' should be on a new line. | 299 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' should be on a new line. | 300 |
![]() | '+' is not preceded with whitespace. | 301 |
![]() | '+' should be on a new line. | 301 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' should be on a new line. | 302 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' should be on a new line. | 303 |
![]() | '+' is not preceded with whitespace. | 304 |
![]() | '+' should be on a new line. | 304 |
![]() | '+' is not preceded with whitespace. | 305 |
![]() | '+' should be on a new line. | 305 |
![]() | '+' is not preceded with whitespace. | 306 |
![]() | '+' should be on a new line. | 306 |
![]() | '+' is not preceded with whitespace. | 307 |
![]() | '+' should be on a new line. | 307 |
![]() | '+' is not preceded with whitespace. | 308 |
![]() | '+' should be on a new line. | 308 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' should be on a new line. | 309 |
![]() | '+' is not preceded with whitespace. | 310 |
![]() | '+' should be on a new line. | 310 |
![]() | '+' is not preceded with whitespace. | 311 |
![]() | '+' should be on a new line. | 311 |
![]() | '+' is not preceded with whitespace. | 312 |
![]() | '+' should be on a new line. | 312 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' should be on a new line. | 313 |
![]() | '+' is not preceded with whitespace. | 314 |
![]() | '+' should be on a new line. | 314 |
![]() | '+' is not preceded with whitespace. | 315 |
![]() | '+' should be on a new line. | 315 |
![]() | '+' is not preceded with whitespace. | 316 |
![]() | '+' should be on a new line. | 316 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' should be on a new line. | 317 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' should be on a new line. | 318 |
![]() | '+' is not preceded with whitespace. | 319 |
![]() | '+' should be on a new line. | 319 |
![]() | '+' is not preceded with whitespace. | 320 |
![]() | '+' should be on a new line. | 320 |
![]() | '+' is not preceded with whitespace. | 321 |
![]() | '+' should be on a new line. | 321 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' should be on a new line. | 322 |
![]() | '+' is not preceded with whitespace. | 323 |
![]() | '+' should be on a new line. | 323 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' should be on a new line. | 324 |
![]() | '+' is not preceded with whitespace. | 325 |
![]() | '+' should be on a new line. | 325 |
![]() | '+' is not preceded with whitespace. | 326 |
![]() | '+' should be on a new line. | 326 |
![]() | '+' is not preceded with whitespace. | 327 |
![]() | '+' should be on a new line. | 327 |
![]() | '+' is not preceded with whitespace. | 328 |
![]() | '+' should be on a new line. | 328 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' should be on a new line. | 329 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' should be on a new line. | 330 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' should be on a new line. | 331 |
![]() | Missing a Javadoc comment. | 334 |
![]() | '1387' is a magic number. | 335 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Parameter packed should be final. | 341 |
![]() | Parameter offset should be final. | 341 |
![]() | Parameter result should be final. | 341 |
![]() | '16' is a magic number. | 346 |
![]() | First sentence should end with a period. | 352 |
![]() | Line has trailing spaces. | 352 |
![]() | Missing a Javadoc comment. | 357 |
![]() | '+' is not preceded with whitespace. | 358 |
![]() | '+' should be on a new line. | 358 |
![]() | '+' is not preceded with whitespace. | 359 |
![]() | '+' should be on a new line. | 359 |
![]() | '+' is not preceded with whitespace. | 360 |
![]() | '+' should be on a new line. | 360 |
![]() | '+' is not preceded with whitespace. | 361 |
![]() | '+' should be on a new line. | 361 |
![]() | '+' is not preceded with whitespace. | 362 |
![]() | '+' should be on a new line. | 362 |
![]() | '+' is not preceded with whitespace. | 363 |
![]() | '+' should be on a new line. | 363 |
![]() | '+' is not preceded with whitespace. | 364 |
![]() | '+' should be on a new line. | 364 |
![]() | '+' is not preceded with whitespace. | 365 |
![]() | '+' should be on a new line. | 365 |
![]() | '+' is not preceded with whitespace. | 366 |
![]() | '+' should be on a new line. | 366 |
![]() | '+' is not preceded with whitespace. | 367 |
![]() | '+' should be on a new line. | 367 |
![]() | '+' is not preceded with whitespace. | 368 |
![]() | '+' should be on a new line. | 368 |
![]() | '+' is not preceded with whitespace. | 369 |
![]() | '+' should be on a new line. | 369 |
![]() | '+' is not preceded with whitespace. | 370 |
![]() | '+' should be on a new line. | 370 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' should be on a new line. | 371 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' should be on a new line. | 372 |
![]() | '+' is not preceded with whitespace. | 373 |
![]() | '+' should be on a new line. | 373 |
![]() | '+' is not preceded with whitespace. | 374 |
![]() | '+' should be on a new line. | 374 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' should be on a new line. | 375 |
![]() | '+' is not preceded with whitespace. | 376 |
![]() | '+' should be on a new line. | 376 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' should be on a new line. | 377 |
![]() | '+' is not preceded with whitespace. | 378 |
![]() | '+' should be on a new line. | 378 |
![]() | '+' is not preceded with whitespace. | 379 |
![]() | '+' should be on a new line. | 379 |
![]() | '+' is not preceded with whitespace. | 380 |
![]() | '+' should be on a new line. | 380 |
![]() | '+' is not preceded with whitespace. | 381 |
![]() | '+' should be on a new line. | 381 |
![]() | '+' is not preceded with whitespace. | 382 |
![]() | '+' should be on a new line. | 382 |
![]() | '+' is not preceded with whitespace. | 383 |
![]() | '+' should be on a new line. | 383 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' should be on a new line. | 384 |
![]() | '+' is not preceded with whitespace. | 385 |
![]() | '+' should be on a new line. | 385 |
![]() | '+' is not preceded with whitespace. | 386 |
![]() | '+' should be on a new line. | 386 |
![]() | '+' is not preceded with whitespace. | 387 |
![]() | '+' should be on a new line. | 387 |
![]() | '+' is not preceded with whitespace. | 388 |
![]() | '+' should be on a new line. | 388 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' should be on a new line. | 389 |
![]() | '+' is not preceded with whitespace. | 390 |
![]() | '+' should be on a new line. | 390 |
![]() | '+' is not preceded with whitespace. | 391 |
![]() | '+' should be on a new line. | 391 |
![]() | '+' is not preceded with whitespace. | 392 |
![]() | '+' should be on a new line. | 392 |
![]() | '+' is not preceded with whitespace. | 393 |
![]() | '+' should be on a new line. | 393 |
![]() | '+' is not preceded with whitespace. | 394 |
![]() | '+' should be on a new line. | 394 |
![]() | '+' is not preceded with whitespace. | 395 |
![]() | '+' should be on a new line. | 395 |
![]() | '+' is not preceded with whitespace. | 396 |
![]() | '+' should be on a new line. | 396 |
![]() | '+' is not preceded with whitespace. | 397 |
![]() | '+' should be on a new line. | 397 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' should be on a new line. | 398 |
![]() | '+' is not preceded with whitespace. | 399 |
![]() | '+' should be on a new line. | 399 |
![]() | '+' is not preceded with whitespace. | 400 |
![]() | '+' should be on a new line. | 400 |
![]() | '+' is not preceded with whitespace. | 401 |
![]() | '+' should be on a new line. | 401 |
![]() | '+' is not preceded with whitespace. | 402 |
![]() | '+' should be on a new line. | 402 |
![]() | '+' is not preceded with whitespace. | 403 |
![]() | '+' should be on a new line. | 403 |
![]() | '+' is not preceded with whitespace. | 404 |
![]() | '+' should be on a new line. | 404 |
![]() | '+' is not preceded with whitespace. | 405 |
![]() | '+' should be on a new line. | 405 |
![]() | '+' is not preceded with whitespace. | 406 |
![]() | '+' should be on a new line. | 406 |
![]() | '+' is not preceded with whitespace. | 407 |
![]() | '+' should be on a new line. | 407 |
![]() | '+' is not preceded with whitespace. | 408 |
![]() | '+' should be on a new line. | 408 |
![]() | '+' is not preceded with whitespace. | 409 |
![]() | '+' should be on a new line. | 409 |
![]() | '+' is not preceded with whitespace. | 410 |
![]() | '+' should be on a new line. | 410 |
![]() | '+' is not preceded with whitespace. | 411 |
![]() | '+' should be on a new line. | 411 |
![]() | '+' is not preceded with whitespace. | 412 |
![]() | '+' should be on a new line. | 412 |
![]() | '+' is not preceded with whitespace. | 413 |
![]() | '+' should be on a new line. | 413 |
![]() | '+' is not preceded with whitespace. | 414 |
![]() | '+' should be on a new line. | 414 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' should be on a new line. | 415 |
![]() | '+' is not preceded with whitespace. | 416 |
![]() | '+' should be on a new line. | 416 |
![]() | '+' is not preceded with whitespace. | 417 |
![]() | '+' should be on a new line. | 417 |
![]() | '+' is not preceded with whitespace. | 418 |
![]() | '+' should be on a new line. | 418 |
![]() | '+' is not preceded with whitespace. | 419 |
![]() | '+' should be on a new line. | 419 |
![]() | '+' is not preceded with whitespace. | 420 |
![]() | '+' should be on a new line. | 420 |
![]() | '+' is not preceded with whitespace. | 421 |
![]() | '+' should be on a new line. | 421 |
![]() | '+' is not preceded with whitespace. | 422 |
![]() | '+' should be on a new line. | 422 |
![]() | '+' is not preceded with whitespace. | 423 |
![]() | '+' should be on a new line. | 423 |
![]() | '+' is not preceded with whitespace. | 424 |
![]() | '+' should be on a new line. | 424 |
![]() | '+' is not preceded with whitespace. | 425 |
![]() | '+' should be on a new line. | 425 |
![]() | '+' is not preceded with whitespace. | 426 |
![]() | '+' should be on a new line. | 426 |
![]() | '+' is not preceded with whitespace. | 427 |
![]() | '+' should be on a new line. | 427 |
![]() | '+' is not preceded with whitespace. | 428 |
![]() | '+' should be on a new line. | 428 |
![]() | '+' is not preceded with whitespace. | 429 |
![]() | '+' should be on a new line. | 429 |
![]() | '+' is not preceded with whitespace. | 430 |
![]() | '+' should be on a new line. | 430 |
![]() | '+' is not preceded with whitespace. | 431 |
![]() | '+' should be on a new line. | 431 |
![]() | '+' is not preceded with whitespace. | 432 |
![]() | '+' should be on a new line. | 432 |
![]() | '+' is not preceded with whitespace. | 433 |
![]() | '+' should be on a new line. | 433 |
![]() | '+' is not preceded with whitespace. | 434 |
![]() | '+' should be on a new line. | 434 |
![]() | '+' is not preceded with whitespace. | 435 |
![]() | '+' should be on a new line. | 435 |
![]() | '+' is not preceded with whitespace. | 436 |
![]() | '+' should be on a new line. | 436 |
![]() | '+' is not preceded with whitespace. | 437 |
![]() | '+' should be on a new line. | 437 |
![]() | '+' is not preceded with whitespace. | 438 |
![]() | '+' should be on a new line. | 438 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' should be on a new line. | 439 |
![]() | '+' is not preceded with whitespace. | 440 |
![]() | '+' should be on a new line. | 440 |
![]() | '+' is not preceded with whitespace. | 441 |
![]() | '+' should be on a new line. | 441 |
![]() | '+' is not preceded with whitespace. | 442 |
![]() | '+' should be on a new line. | 442 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' should be on a new line. | 443 |
![]() | '+' is not preceded with whitespace. | 444 |
![]() | '+' should be on a new line. | 444 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' should be on a new line. | 445 |
![]() | '+' is not preceded with whitespace. | 446 |
![]() | '+' should be on a new line. | 446 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' should be on a new line. | 447 |
![]() | '+' is not preceded with whitespace. | 448 |
![]() | '+' should be on a new line. | 448 |
![]() | '+' is not preceded with whitespace. | 449 |
![]() | '+' should be on a new line. | 449 |
![]() | '+' is not preceded with whitespace. | 450 |
![]() | '+' should be on a new line. | 450 |
![]() | '+' is not preceded with whitespace. | 451 |
![]() | '+' should be on a new line. | 451 |
![]() | '+' is not preceded with whitespace. | 452 |
![]() | '+' should be on a new line. | 452 |
![]() | '+' is not preceded with whitespace. | 453 |
![]() | '+' should be on a new line. | 453 |
![]() | '+' is not preceded with whitespace. | 454 |
![]() | '+' should be on a new line. | 454 |
![]() | '+' is not preceded with whitespace. | 455 |
![]() | '+' should be on a new line. | 455 |
![]() | '+' is not preceded with whitespace. | 456 |
![]() | '+' should be on a new line. | 456 |
![]() | '+' is not preceded with whitespace. | 457 |
![]() | '+' should be on a new line. | 457 |
![]() | '+' is not preceded with whitespace. | 458 |
![]() | '+' should be on a new line. | 458 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' should be on a new line. | 459 |
![]() | '+' is not preceded with whitespace. | 460 |
![]() | '+' should be on a new line. | 460 |
![]() | '+' is not preceded with whitespace. | 461 |
![]() | '+' should be on a new line. | 461 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' should be on a new line. | 462 |
![]() | '+' is not preceded with whitespace. | 463 |
![]() | '+' should be on a new line. | 463 |
![]() | '+' is not preceded with whitespace. | 464 |
![]() | '+' should be on a new line. | 464 |
![]() | '+' is not preceded with whitespace. | 465 |
![]() | '+' should be on a new line. | 465 |
![]() | '+' is not preceded with whitespace. | 466 |
![]() | '+' should be on a new line. | 466 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' should be on a new line. | 467 |
![]() | '+' is not preceded with whitespace. | 468 |
![]() | '+' should be on a new line. | 468 |
![]() | '+' is not preceded with whitespace. | 469 |
![]() | '+' should be on a new line. | 469 |
![]() | '+' is not preceded with whitespace. | 470 |
![]() | '+' should be on a new line. | 470 |
![]() | '+' is not preceded with whitespace. | 471 |
![]() | '+' should be on a new line. | 471 |
![]() | '+' is not preceded with whitespace. | 472 |
![]() | '+' should be on a new line. | 472 |
![]() | '+' is not preceded with whitespace. | 473 |
![]() | '+' should be on a new line. | 473 |
![]() | '+' is not preceded with whitespace. | 474 |
![]() | '+' should be on a new line. | 474 |
![]() | '+' is not preceded with whitespace. | 475 |
![]() | '+' should be on a new line. | 475 |
![]() | '+' is not preceded with whitespace. | 476 |
![]() | '+' should be on a new line. | 476 |
![]() | '+' is not preceded with whitespace. | 477 |
![]() | '+' should be on a new line. | 477 |
![]() | '+' is not preceded with whitespace. | 478 |
![]() | '+' should be on a new line. | 478 |
![]() | '+' is not preceded with whitespace. | 479 |
![]() | '+' should be on a new line. | 479 |
![]() | '+' is not preceded with whitespace. | 480 |
![]() | '+' should be on a new line. | 480 |
![]() | '+' is not preceded with whitespace. | 481 |
![]() | '+' should be on a new line. | 481 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' should be on a new line. | 482 |
![]() | '+' is not preceded with whitespace. | 483 |
![]() | '+' should be on a new line. | 483 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' should be on a new line. | 484 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' should be on a new line. | 485 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' should be on a new line. | 486 |
![]() | '+' is not preceded with whitespace. | 487 |
![]() | '+' should be on a new line. | 487 |
![]() | '+' is not preceded with whitespace. | 488 |
![]() | '+' should be on a new line. | 488 |
![]() | '+' is not preceded with whitespace. | 489 |
![]() | '+' should be on a new line. | 489 |
![]() | '+' is not preceded with whitespace. | 490 |
![]() | '+' should be on a new line. | 490 |
![]() | '+' is not preceded with whitespace. | 491 |
![]() | '+' should be on a new line. | 491 |
![]() | '+' is not preceded with whitespace. | 492 |
![]() | '+' should be on a new line. | 492 |
![]() | '+' is not preceded with whitespace. | 493 |
![]() | '+' should be on a new line. | 493 |
![]() | '+' is not preceded with whitespace. | 494 |
![]() | '+' should be on a new line. | 494 |
![]() | '+' is not preceded with whitespace. | 495 |
![]() | '+' should be on a new line. | 495 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' should be on a new line. | 496 |
![]() | '+' is not preceded with whitespace. | 497 |
![]() | '+' should be on a new line. | 497 |
![]() | '+' is not preceded with whitespace. | 498 |
![]() | '+' should be on a new line. | 498 |
![]() | '+' is not preceded with whitespace. | 499 |
![]() | '+' should be on a new line. | 499 |
![]() | '+' is not preceded with whitespace. | 500 |
![]() | '+' should be on a new line. | 500 |
![]() | '+' is not preceded with whitespace. | 501 |
![]() | '+' should be on a new line. | 501 |
![]() | '+' is not preceded with whitespace. | 502 |
![]() | '+' should be on a new line. | 502 |
![]() | '+' is not preceded with whitespace. | 503 |
![]() | '+' should be on a new line. | 503 |
![]() | '+' is not preceded with whitespace. | 504 |
![]() | '+' should be on a new line. | 504 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' should be on a new line. | 505 |
![]() | '+' is not preceded with whitespace. | 506 |
![]() | '+' should be on a new line. | 506 |
![]() | '+' is not preceded with whitespace. | 507 |
![]() | '+' should be on a new line. | 507 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' should be on a new line. | 508 |
![]() | '+' is not preceded with whitespace. | 509 |
![]() | '+' should be on a new line. | 509 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' should be on a new line. | 510 |
![]() | '+' is not preceded with whitespace. | 511 |
![]() | '+' should be on a new line. | 511 |
![]() | '+' is not preceded with whitespace. | 512 |
![]() | '+' should be on a new line. | 512 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' should be on a new line. | 513 |
![]() | '+' is not preceded with whitespace. | 514 |
![]() | '+' should be on a new line. | 514 |
![]() | '+' is not preceded with whitespace. | 515 |
![]() | '+' should be on a new line. | 515 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' should be on a new line. | 516 |
![]() | '+' is not preceded with whitespace. | 517 |
![]() | '+' should be on a new line. | 517 |
![]() | '+' is not preceded with whitespace. | 518 |
![]() | '+' should be on a new line. | 518 |
![]() | '+' is not preceded with whitespace. | 519 |
![]() | '+' should be on a new line. | 519 |
![]() | '+' is not preceded with whitespace. | 520 |
![]() | '+' should be on a new line. | 520 |
![]() | '+' is not preceded with whitespace. | 521 |
![]() | '+' should be on a new line. | 521 |
![]() | '+' is not preceded with whitespace. | 522 |
![]() | '+' should be on a new line. | 522 |
![]() | '+' is not preceded with whitespace. | 523 |
![]() | '+' should be on a new line. | 523 |
![]() | '+' is not preceded with whitespace. | 524 |
![]() | '+' should be on a new line. | 524 |
![]() | '+' is not preceded with whitespace. | 525 |
![]() | '+' should be on a new line. | 525 |
![]() | '+' is not preceded with whitespace. | 526 |
![]() | '+' should be on a new line. | 526 |
![]() | '+' is not preceded with whitespace. | 527 |
![]() | '+' should be on a new line. | 527 |
![]() | '+' is not preceded with whitespace. | 528 |
![]() | '+' should be on a new line. | 528 |
![]() | '+' is not preceded with whitespace. | 529 |
![]() | '+' should be on a new line. | 529 |
![]() | '+' is not preceded with whitespace. | 530 |
![]() | '+' should be on a new line. | 530 |
![]() | '+' is not preceded with whitespace. | 531 |
![]() | '+' should be on a new line. | 531 |
![]() | '+' is not preceded with whitespace. | 532 |
![]() | '+' should be on a new line. | 532 |
![]() | '+' is not preceded with whitespace. | 533 |
![]() | '+' should be on a new line. | 533 |
![]() | '+' is not preceded with whitespace. | 534 |
![]() | '+' should be on a new line. | 534 |
![]() | '+' is not preceded with whitespace. | 535 |
![]() | '+' should be on a new line. | 535 |
![]() | '+' is not preceded with whitespace. | 536 |
![]() | '+' should be on a new line. | 536 |
![]() | '+' is not preceded with whitespace. | 537 |
![]() | '+' should be on a new line. | 537 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' should be on a new line. | 538 |
![]() | '+' is not preceded with whitespace. | 539 |
![]() | '+' should be on a new line. | 539 |
![]() | '+' is not preceded with whitespace. | 540 |
![]() | '+' should be on a new line. | 540 |
![]() | '+' is not preceded with whitespace. | 541 |
![]() | '+' should be on a new line. | 541 |
![]() | '+' is not preceded with whitespace. | 542 |
![]() | '+' should be on a new line. | 542 |
![]() | '+' is not preceded with whitespace. | 543 |
![]() | '+' should be on a new line. | 543 |
![]() | '+' is not preceded with whitespace. | 544 |
![]() | '+' should be on a new line. | 544 |
![]() | '+' is not preceded with whitespace. | 545 |
![]() | '+' should be on a new line. | 545 |
![]() | '+' is not preceded with whitespace. | 546 |
![]() | '+' should be on a new line. | 546 |
![]() | '+' is not preceded with whitespace. | 547 |
![]() | '+' should be on a new line. | 547 |
![]() | '+' is not preceded with whitespace. | 548 |
![]() | '+' should be on a new line. | 548 |
![]() | '+' is not preceded with whitespace. | 549 |
![]() | '+' should be on a new line. | 549 |
![]() | '+' is not preceded with whitespace. | 550 |
![]() | '+' should be on a new line. | 550 |
![]() | '+' is not preceded with whitespace. | 551 |
![]() | '+' should be on a new line. | 551 |
![]() | '+' is not preceded with whitespace. | 552 |
![]() | '+' should be on a new line. | 552 |
![]() | '+' is not preceded with whitespace. | 553 |
![]() | '+' should be on a new line. | 553 |
![]() | '+' is not preceded with whitespace. | 554 |
![]() | '+' should be on a new line. | 554 |
![]() | '+' is not preceded with whitespace. | 555 |
![]() | '+' should be on a new line. | 555 |
![]() | '+' is not preceded with whitespace. | 556 |
![]() | '+' should be on a new line. | 556 |
![]() | '+' is not preceded with whitespace. | 557 |
![]() | '+' should be on a new line. | 557 |
![]() | '+' is not preceded with whitespace. | 558 |
![]() | '+' should be on a new line. | 558 |
![]() | '+' is not preceded with whitespace. | 559 |
![]() | '+' should be on a new line. | 559 |
![]() | '+' is not preceded with whitespace. | 560 |
![]() | '+' should be on a new line. | 560 |
![]() | '+' is not preceded with whitespace. | 561 |
![]() | '+' should be on a new line. | 561 |
![]() | '+' is not preceded with whitespace. | 562 |
![]() | '+' should be on a new line. | 562 |
![]() | '+' is not preceded with whitespace. | 563 |
![]() | '+' should be on a new line. | 563 |
![]() | '+' is not preceded with whitespace. | 564 |
![]() | '+' should be on a new line. | 564 |
![]() | '+' is not preceded with whitespace. | 565 |
![]() | '+' should be on a new line. | 565 |
![]() | '+' is not preceded with whitespace. | 566 |
![]() | '+' should be on a new line. | 566 |
![]() | '+' is not preceded with whitespace. | 567 |
![]() | '+' should be on a new line. | 567 |
![]() | '+' is not preceded with whitespace. | 568 |
![]() | '+' should be on a new line. | 568 |
![]() | '+' is not preceded with whitespace. | 569 |
![]() | '+' should be on a new line. | 569 |
![]() | '+' is not preceded with whitespace. | 570 |
![]() | '+' should be on a new line. | 570 |
![]() | '+' is not preceded with whitespace. | 571 |
![]() | '+' should be on a new line. | 571 |
![]() | '+' is not preceded with whitespace. | 572 |
![]() | '+' should be on a new line. | 572 |
![]() | '+' is not preceded with whitespace. | 573 |
![]() | '+' should be on a new line. | 573 |
![]() | '+' is not preceded with whitespace. | 574 |
![]() | '+' should be on a new line. | 574 |
![]() | '+' is not preceded with whitespace. | 575 |
![]() | '+' should be on a new line. | 575 |
![]() | '+' is not preceded with whitespace. | 576 |
![]() | '+' should be on a new line. | 576 |
![]() | '+' is not preceded with whitespace. | 577 |
![]() | '+' should be on a new line. | 577 |
![]() | '+' is not preceded with whitespace. | 578 |
![]() | '+' should be on a new line. | 578 |
![]() | '+' is not preceded with whitespace. | 579 |
![]() | '+' should be on a new line. | 579 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' should be on a new line. | 580 |
![]() | '+' is not preceded with whitespace. | 581 |
![]() | '+' should be on a new line. | 581 |
![]() | '+' is not preceded with whitespace. | 582 |
![]() | '+' should be on a new line. | 582 |
![]() | '+' is not preceded with whitespace. | 583 |
![]() | '+' should be on a new line. | 583 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' should be on a new line. | 584 |
![]() | '+' is not preceded with whitespace. | 585 |
![]() | '+' should be on a new line. | 585 |
![]() | '+' is not preceded with whitespace. | 586 |
![]() | '+' should be on a new line. | 586 |
![]() | '+' is not preceded with whitespace. | 587 |
![]() | '+' should be on a new line. | 587 |
![]() | '+' is not preceded with whitespace. | 588 |
![]() | '+' should be on a new line. | 588 |
![]() | '+' is not preceded with whitespace. | 589 |
![]() | '+' should be on a new line. | 589 |
![]() | '+' is not preceded with whitespace. | 590 |
![]() | '+' should be on a new line. | 590 |
![]() | '+' is not preceded with whitespace. | 591 |
![]() | '+' should be on a new line. | 591 |
![]() | '+' is not preceded with whitespace. | 592 |
![]() | '+' should be on a new line. | 592 |
![]() | '+' is not preceded with whitespace. | 593 |
![]() | '+' should be on a new line. | 593 |
![]() | '+' is not preceded with whitespace. | 594 |
![]() | '+' should be on a new line. | 594 |
![]() | '+' is not preceded with whitespace. | 595 |
![]() | '+' should be on a new line. | 595 |
![]() | '+' is not preceded with whitespace. | 596 |
![]() | '+' should be on a new line. | 596 |
![]() | '+' is not preceded with whitespace. | 597 |
![]() | '+' should be on a new line. | 597 |
![]() | '+' is not preceded with whitespace. | 598 |
![]() | '+' should be on a new line. | 598 |
![]() | '+' is not preceded with whitespace. | 599 |
![]() | '+' should be on a new line. | 599 |
![]() | '+' is not preceded with whitespace. | 600 |
![]() | '+' should be on a new line. | 600 |
![]() | '+' is not preceded with whitespace. | 601 |
![]() | '+' should be on a new line. | 601 |
![]() | '+' is not preceded with whitespace. | 602 |
![]() | '+' should be on a new line. | 602 |
![]() | '+' is not preceded with whitespace. | 603 |
![]() | '+' should be on a new line. | 603 |
![]() | '+' is not preceded with whitespace. | 604 |
![]() | '+' should be on a new line. | 604 |
![]() | '+' is not preceded with whitespace. | 605 |
![]() | '+' should be on a new line. | 605 |
![]() | '+' is not preceded with whitespace. | 606 |
![]() | '+' should be on a new line. | 606 |
![]() | '+' is not preceded with whitespace. | 607 |
![]() | '+' should be on a new line. | 607 |
![]() | '+' is not preceded with whitespace. | 608 |
![]() | '+' should be on a new line. | 608 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' should be on a new line. | 609 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' should be on a new line. | 610 |
![]() | '+' is not preceded with whitespace. | 611 |
![]() | '+' should be on a new line. | 611 |
![]() | '+' is not preceded with whitespace. | 612 |
![]() | '+' should be on a new line. | 612 |
![]() | '+' is not preceded with whitespace. | 613 |
![]() | '+' should be on a new line. | 613 |
![]() | '+' is not preceded with whitespace. | 614 |
![]() | '+' should be on a new line. | 614 |
![]() | '+' is not preceded with whitespace. | 615 |
![]() | '+' should be on a new line. | 615 |
![]() | '+' is not preceded with whitespace. | 616 |
![]() | '+' should be on a new line. | 616 |
![]() | '+' is not preceded with whitespace. | 617 |
![]() | '+' should be on a new line. | 617 |
![]() | '+' is not preceded with whitespace. | 618 |
![]() | '+' should be on a new line. | 618 |
![]() | '+' is not preceded with whitespace. | 619 |
![]() | '+' should be on a new line. | 619 |
![]() | '+' is not preceded with whitespace. | 620 |
![]() | '+' should be on a new line. | 620 |
![]() | '+' is not preceded with whitespace. | 621 |
![]() | '+' should be on a new line. | 621 |
![]() | '+' is not preceded with whitespace. | 622 |
![]() | '+' should be on a new line. | 622 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' should be on a new line. | 623 |
![]() | '+' is not preceded with whitespace. | 624 |
![]() | '+' should be on a new line. | 624 |
![]() | '+' is not preceded with whitespace. | 625 |
![]() | '+' should be on a new line. | 625 |
![]() | '+' is not preceded with whitespace. | 626 |
![]() | '+' should be on a new line. | 626 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' should be on a new line. | 627 |
![]() | '+' is not preceded with whitespace. | 628 |
![]() | '+' should be on a new line. | 628 |
![]() | '+' is not preceded with whitespace. | 629 |
![]() | '+' should be on a new line. | 629 |
![]() | '+' is not preceded with whitespace. | 630 |
![]() | '+' should be on a new line. | 630 |
![]() | '+' is not preceded with whitespace. | 631 |
![]() | '+' should be on a new line. | 631 |
![]() | '+' is not preceded with whitespace. | 632 |
![]() | '+' should be on a new line. | 632 |
![]() | '+' is not preceded with whitespace. | 633 |
![]() | '+' should be on a new line. | 633 |
![]() | '+' is not preceded with whitespace. | 634 |
![]() | '+' should be on a new line. | 634 |
![]() | '+' is not preceded with whitespace. | 635 |
![]() | '+' should be on a new line. | 635 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' should be on a new line. | 636 |
![]() | '+' is not preceded with whitespace. | 637 |
![]() | '+' should be on a new line. | 637 |
![]() | '+' is not preceded with whitespace. | 638 |
![]() | '+' should be on a new line. | 638 |
![]() | '+' is not preceded with whitespace. | 639 |
![]() | '+' should be on a new line. | 639 |
![]() | '+' is not preceded with whitespace. | 640 |
![]() | '+' should be on a new line. | 640 |
![]() | '+' is not preceded with whitespace. | 641 |
![]() | '+' should be on a new line. | 641 |
![]() | '+' is not preceded with whitespace. | 642 |
![]() | '+' should be on a new line. | 642 |
![]() | '+' is not preceded with whitespace. | 643 |
![]() | '+' should be on a new line. | 643 |
![]() | '+' is not preceded with whitespace. | 644 |
![]() | '+' should be on a new line. | 644 |
![]() | '+' is not preceded with whitespace. | 645 |
![]() | '+' should be on a new line. | 645 |
![]() | '+' is not preceded with whitespace. | 646 |
![]() | '+' should be on a new line. | 646 |
![]() | '+' is not preceded with whitespace. | 647 |
![]() | '+' should be on a new line. | 647 |
![]() | '+' is not preceded with whitespace. | 648 |
![]() | '+' should be on a new line. | 648 |
![]() | '+' is not preceded with whitespace. | 649 |
![]() | '+' should be on a new line. | 649 |
![]() | '+' is not preceded with whitespace. | 650 |
![]() | '+' should be on a new line. | 650 |
![]() | '+' is not preceded with whitespace. | 651 |
![]() | '+' should be on a new line. | 651 |
![]() | '+' is not preceded with whitespace. | 652 |
![]() | '+' should be on a new line. | 652 |
![]() | '+' is not preceded with whitespace. | 653 |
![]() | '+' should be on a new line. | 653 |
![]() | '+' is not preceded with whitespace. | 654 |
![]() | '+' should be on a new line. | 654 |
![]() | '+' is not preceded with whitespace. | 655 |
![]() | '+' should be on a new line. | 655 |
![]() | '+' is not preceded with whitespace. | 656 |
![]() | '+' should be on a new line. | 656 |
![]() | '+' is not preceded with whitespace. | 657 |
![]() | '+' should be on a new line. | 657 |
![]() | '+' is not preceded with whitespace. | 658 |
![]() | '+' should be on a new line. | 658 |
![]() | '+' is not preceded with whitespace. | 659 |
![]() | '+' should be on a new line. | 659 |
![]() | '+' is not preceded with whitespace. | 660 |
![]() | '+' should be on a new line. | 660 |
![]() | '+' is not preceded with whitespace. | 661 |
![]() | '+' should be on a new line. | 661 |
![]() | '+' is not preceded with whitespace. | 662 |
![]() | '+' should be on a new line. | 662 |
![]() | '+' is not preceded with whitespace. | 663 |
![]() | '+' should be on a new line. | 663 |
![]() | '+' is not preceded with whitespace. | 664 |
![]() | '+' should be on a new line. | 664 |
![]() | '+' is not preceded with whitespace. | 665 |
![]() | '+' should be on a new line. | 665 |
![]() | '+' is not preceded with whitespace. | 666 |
![]() | '+' should be on a new line. | 666 |
![]() | '+' is not preceded with whitespace. | 667 |
![]() | '+' should be on a new line. | 667 |
![]() | '+' is not preceded with whitespace. | 668 |
![]() | '+' should be on a new line. | 668 |
![]() | '+' is not preceded with whitespace. | 669 |
![]() | '+' should be on a new line. | 669 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' should be on a new line. | 670 |
![]() | '+' is not preceded with whitespace. | 671 |
![]() | '+' should be on a new line. | 671 |
![]() | '+' is not preceded with whitespace. | 672 |
![]() | '+' should be on a new line. | 672 |
![]() | '+' is not preceded with whitespace. | 673 |
![]() | '+' should be on a new line. | 673 |
![]() | '+' is not preceded with whitespace. | 674 |
![]() | '+' should be on a new line. | 674 |
![]() | '+' is not preceded with whitespace. | 675 |
![]() | '+' should be on a new line. | 675 |
![]() | '+' is not preceded with whitespace. | 676 |
![]() | '+' should be on a new line. | 676 |
![]() | '+' is not preceded with whitespace. | 677 |
![]() | '+' should be on a new line. | 677 |
![]() | '+' is not preceded with whitespace. | 678 |
![]() | '+' should be on a new line. | 678 |
![]() | '+' is not preceded with whitespace. | 679 |
![]() | '+' should be on a new line. | 679 |
![]() | '+' is not preceded with whitespace. | 680 |
![]() | '+' should be on a new line. | 680 |
![]() | '+' is not preceded with whitespace. | 681 |
![]() | '+' should be on a new line. | 681 |
![]() | '+' is not preceded with whitespace. | 682 |
![]() | '+' should be on a new line. | 682 |
![]() | '+' is not preceded with whitespace. | 683 |
![]() | '+' should be on a new line. | 683 |
![]() | '+' is not preceded with whitespace. | 684 |
![]() | '+' should be on a new line. | 684 |
![]() | '+' is not preceded with whitespace. | 685 |
![]() | '+' should be on a new line. | 685 |
![]() | '+' is not preceded with whitespace. | 686 |
![]() | '+' should be on a new line. | 686 |
![]() | '+' is not preceded with whitespace. | 687 |
![]() | '+' should be on a new line. | 687 |
![]() | '+' is not preceded with whitespace. | 688 |
![]() | '+' should be on a new line. | 688 |
![]() | '+' is not preceded with whitespace. | 689 |
![]() | '+' should be on a new line. | 689 |
![]() | '+' is not preceded with whitespace. | 690 |
![]() | '+' should be on a new line. | 690 |
![]() | '+' is not preceded with whitespace. | 691 |
![]() | '+' should be on a new line. | 691 |
![]() | '+' is not preceded with whitespace. | 692 |
![]() | '+' should be on a new line. | 692 |
![]() | '+' is not preceded with whitespace. | 693 |
![]() | '+' should be on a new line. | 693 |
![]() | '+' is not preceded with whitespace. | 694 |
![]() | '+' should be on a new line. | 694 |
![]() | '+' is not preceded with whitespace. | 695 |
![]() | '+' should be on a new line. | 695 |
![]() | '+' is not preceded with whitespace. | 696 |
![]() | '+' should be on a new line. | 696 |
![]() | '+' is not preceded with whitespace. | 697 |
![]() | '+' should be on a new line. | 697 |
![]() | '+' is not preceded with whitespace. | 698 |
![]() | '+' should be on a new line. | 698 |
![]() | '+' is not preceded with whitespace. | 699 |
![]() | '+' should be on a new line. | 699 |
![]() | '+' is not preceded with whitespace. | 700 |
![]() | '+' should be on a new line. | 700 |
![]() | '+' is not preceded with whitespace. | 701 |
![]() | '+' should be on a new line. | 701 |
![]() | '+' is not preceded with whitespace. | 702 |
![]() | '+' should be on a new line. | 702 |
![]() | '+' is not preceded with whitespace. | 703 |
![]() | '+' should be on a new line. | 703 |
![]() | '+' is not preceded with whitespace. | 704 |
![]() | '+' should be on a new line. | 704 |
![]() | '+' is not preceded with whitespace. | 705 |
![]() | '+' should be on a new line. | 705 |
![]() | '+' is not preceded with whitespace. | 706 |
![]() | '+' should be on a new line. | 706 |
![]() | '+' is not preceded with whitespace. | 707 |
![]() | '+' should be on a new line. | 707 |
![]() | '+' is not preceded with whitespace. | 708 |
![]() | '+' should be on a new line. | 708 |
![]() | '+' is not preceded with whitespace. | 709 |
![]() | '+' should be on a new line. | 709 |
![]() | '+' is not preceded with whitespace. | 710 |
![]() | '+' should be on a new line. | 710 |
![]() | '+' is not preceded with whitespace. | 711 |
![]() | '+' should be on a new line. | 711 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' should be on a new line. | 712 |
![]() | '+' is not preceded with whitespace. | 713 |
![]() | '+' should be on a new line. | 713 |
![]() | '+' is not preceded with whitespace. | 714 |
![]() | '+' should be on a new line. | 714 |
![]() | '+' is not preceded with whitespace. | 715 |
![]() | '+' should be on a new line. | 715 |
![]() | '+' is not preceded with whitespace. | 716 |
![]() | '+' should be on a new line. | 716 |
![]() | '+' is not preceded with whitespace. | 717 |
![]() | '+' should be on a new line. | 717 |
![]() | '+' is not preceded with whitespace. | 718 |
![]() | '+' should be on a new line. | 718 |
![]() | '+' is not preceded with whitespace. | 719 |
![]() | '+' should be on a new line. | 719 |
![]() | '+' is not preceded with whitespace. | 720 |
![]() | '+' should be on a new line. | 720 |
![]() | '+' is not preceded with whitespace. | 721 |
![]() | '+' should be on a new line. | 721 |
![]() | '+' is not preceded with whitespace. | 722 |
![]() | '+' should be on a new line. | 722 |
![]() | '+' is not preceded with whitespace. | 723 |
![]() | '+' should be on a new line. | 723 |
![]() | '+' is not preceded with whitespace. | 724 |
![]() | '+' should be on a new line. | 724 |
![]() | '+' is not preceded with whitespace. | 725 |
![]() | '+' should be on a new line. | 725 |
![]() | '+' is not preceded with whitespace. | 726 |
![]() | '+' should be on a new line. | 726 |
![]() | '+' is not preceded with whitespace. | 727 |
![]() | '+' should be on a new line. | 727 |
![]() | '+' is not preceded with whitespace. | 728 |
![]() | '+' should be on a new line. | 728 |
![]() | '+' is not preceded with whitespace. | 729 |
![]() | '+' should be on a new line. | 729 |
![]() | '+' is not preceded with whitespace. | 730 |
![]() | '+' should be on a new line. | 730 |
![]() | '+' is not preceded with whitespace. | 731 |
![]() | '+' should be on a new line. | 731 |
![]() | '+' is not preceded with whitespace. | 732 |
![]() | '+' should be on a new line. | 732 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' should be on a new line. | 733 |
![]() | '+' is not preceded with whitespace. | 734 |
![]() | '+' should be on a new line. | 734 |
![]() | '+' is not preceded with whitespace. | 735 |
![]() | '+' should be on a new line. | 735 |
![]() | '+' is not preceded with whitespace. | 736 |
![]() | '+' should be on a new line. | 736 |
![]() | '+' is not preceded with whitespace. | 737 |
![]() | '+' should be on a new line. | 737 |
![]() | '+' is not preceded with whitespace. | 738 |
![]() | '+' should be on a new line. | 738 |
![]() | '+' is not preceded with whitespace. | 739 |
![]() | '+' should be on a new line. | 739 |
![]() | '+' is not preceded with whitespace. | 740 |
![]() | '+' should be on a new line. | 740 |
![]() | '+' is not preceded with whitespace. | 741 |
![]() | '+' should be on a new line. | 741 |
![]() | '+' is not preceded with whitespace. | 742 |
![]() | '+' should be on a new line. | 742 |
![]() | '+' is not preceded with whitespace. | 743 |
![]() | '+' should be on a new line. | 743 |
![]() | '+' is not preceded with whitespace. | 744 |
![]() | '+' should be on a new line. | 744 |
![]() | '+' is not preceded with whitespace. | 745 |
![]() | '+' should be on a new line. | 745 |
![]() | '+' is not preceded with whitespace. | 746 |
![]() | '+' should be on a new line. | 746 |
![]() | '+' is not preceded with whitespace. | 747 |
![]() | '+' should be on a new line. | 747 |
![]() | '+' is not preceded with whitespace. | 748 |
![]() | '+' should be on a new line. | 748 |
![]() | '+' is not preceded with whitespace. | 749 |
![]() | '+' should be on a new line. | 749 |
![]() | '+' is not preceded with whitespace. | 750 |
![]() | '+' should be on a new line. | 750 |
![]() | '+' is not preceded with whitespace. | 751 |
![]() | '+' should be on a new line. | 751 |
![]() | '+' is not preceded with whitespace. | 752 |
![]() | '+' should be on a new line. | 752 |
![]() | '+' is not preceded with whitespace. | 753 |
![]() | '+' should be on a new line. | 753 |
![]() | '+' is not preceded with whitespace. | 754 |
![]() | '+' should be on a new line. | 754 |
![]() | '+' is not preceded with whitespace. | 755 |
![]() | '+' should be on a new line. | 755 |
![]() | '+' is not preceded with whitespace. | 756 |
![]() | '+' should be on a new line. | 756 |
![]() | '+' is not preceded with whitespace. | 757 |
![]() | '+' should be on a new line. | 757 |
![]() | '+' is not preceded with whitespace. | 758 |
![]() | '+' should be on a new line. | 758 |
![]() | '+' is not preceded with whitespace. | 759 |
![]() | '+' should be on a new line. | 759 |
![]() | '+' is not preceded with whitespace. | 760 |
![]() | '+' should be on a new line. | 760 |
![]() | '+' is not preceded with whitespace. | 761 |
![]() | '+' should be on a new line. | 761 |
![]() | '+' is not preceded with whitespace. | 762 |
![]() | '+' should be on a new line. | 762 |
![]() | '+' is not preceded with whitespace. | 763 |
![]() | '+' should be on a new line. | 763 |
![]() | '+' is not preceded with whitespace. | 764 |
![]() | '+' should be on a new line. | 764 |
![]() | '+' is not preceded with whitespace. | 765 |
![]() | '+' should be on a new line. | 765 |
![]() | '+' is not preceded with whitespace. | 766 |
![]() | '+' should be on a new line. | 766 |
![]() | '+' is not preceded with whitespace. | 767 |
![]() | '+' should be on a new line. | 767 |
![]() | '+' is not preceded with whitespace. | 768 |
![]() | '+' should be on a new line. | 768 |
![]() | '+' is not preceded with whitespace. | 769 |
![]() | '+' should be on a new line. | 769 |
![]() | '+' is not preceded with whitespace. | 770 |
![]() | '+' should be on a new line. | 770 |
![]() | '+' is not preceded with whitespace. | 771 |
![]() | '+' should be on a new line. | 771 |
![]() | '+' is not preceded with whitespace. | 772 |
![]() | '+' should be on a new line. | 772 |
![]() | '+' is not preceded with whitespace. | 773 |
![]() | '+' should be on a new line. | 773 |
![]() | '+' is not preceded with whitespace. | 774 |
![]() | '+' should be on a new line. | 774 |
![]() | '+' is not preceded with whitespace. | 775 |
![]() | '+' should be on a new line. | 775 |
![]() | '+' is not preceded with whitespace. | 776 |
![]() | '+' should be on a new line. | 776 |
![]() | '+' is not preceded with whitespace. | 777 |
![]() | '+' should be on a new line. | 777 |
![]() | '+' is not preceded with whitespace. | 778 |
![]() | '+' should be on a new line. | 778 |
![]() | '+' is not preceded with whitespace. | 779 |
![]() | '+' should be on a new line. | 779 |
![]() | '+' is not preceded with whitespace. | 780 |
![]() | '+' should be on a new line. | 780 |
![]() | '+' is not preceded with whitespace. | 781 |
![]() | '+' should be on a new line. | 781 |
![]() | '+' is not preceded with whitespace. | 782 |
![]() | '+' should be on a new line. | 782 |
![]() | '+' is not preceded with whitespace. | 783 |
![]() | '+' should be on a new line. | 783 |
![]() | '+' is not preceded with whitespace. | 784 |
![]() | '+' should be on a new line. | 784 |
![]() | '+' is not preceded with whitespace. | 785 |
![]() | '+' should be on a new line. | 785 |
![]() | '+' is not preceded with whitespace. | 786 |
![]() | '+' should be on a new line. | 786 |
![]() | '+' is not preceded with whitespace. | 787 |
![]() | '+' should be on a new line. | 787 |
![]() | '+' is not preceded with whitespace. | 788 |
![]() | '+' should be on a new line. | 788 |
![]() | '+' is not preceded with whitespace. | 789 |
![]() | '+' should be on a new line. | 789 |
![]() | '+' is not preceded with whitespace. | 790 |
![]() | '+' should be on a new line. | 790 |
![]() | '+' is not preceded with whitespace. | 791 |
![]() | '+' should be on a new line. | 791 |
![]() | '+' is not preceded with whitespace. | 792 |
![]() | '+' should be on a new line. | 792 |
![]() | '+' is not preceded with whitespace. | 793 |
![]() | '+' should be on a new line. | 793 |
![]() | '+' is not preceded with whitespace. | 794 |
![]() | '+' should be on a new line. | 794 |
![]() | '+' is not preceded with whitespace. | 795 |
![]() | '+' should be on a new line. | 795 |
![]() | '+' is not preceded with whitespace. | 796 |
![]() | '+' should be on a new line. | 796 |
![]() | '+' is not preceded with whitespace. | 797 |
![]() | '+' should be on a new line. | 797 |
![]() | '+' is not preceded with whitespace. | 798 |
![]() | '+' should be on a new line. | 798 |
![]() | '+' is not preceded with whitespace. | 799 |
![]() | '+' should be on a new line. | 799 |
![]() | '+' is not preceded with whitespace. | 800 |
![]() | '+' should be on a new line. | 800 |
![]() | '+' is not preceded with whitespace. | 801 |
![]() | '+' should be on a new line. | 801 |
![]() | '+' is not preceded with whitespace. | 802 |
![]() | '+' should be on a new line. | 802 |
![]() | '+' is not preceded with whitespace. | 803 |
![]() | '+' should be on a new line. | 803 |
![]() | '+' is not preceded with whitespace. | 804 |
![]() | '+' should be on a new line. | 804 |
![]() | '+' is not preceded with whitespace. | 805 |
![]() | '+' should be on a new line. | 805 |
![]() | '+' is not preceded with whitespace. | 806 |
![]() | '+' should be on a new line. | 806 |
![]() | '+' is not preceded with whitespace. | 807 |
![]() | '+' should be on a new line. | 807 |
![]() | '+' is not preceded with whitespace. | 808 |
![]() | '+' should be on a new line. | 808 |
![]() | '+' is not preceded with whitespace. | 809 |
![]() | '+' should be on a new line. | 809 |
![]() | '+' is not preceded with whitespace. | 810 |
![]() | '+' should be on a new line. | 810 |
![]() | '+' is not preceded with whitespace. | 811 |
![]() | '+' should be on a new line. | 811 |
![]() | '+' is not preceded with whitespace. | 812 |
![]() | '+' should be on a new line. | 812 |
![]() | '+' is not preceded with whitespace. | 813 |
![]() | '+' should be on a new line. | 813 |
![]() | '+' is not preceded with whitespace. | 814 |
![]() | '+' should be on a new line. | 814 |
![]() | '+' is not preceded with whitespace. | 815 |
![]() | '+' should be on a new line. | 815 |
![]() | '+' is not preceded with whitespace. | 816 |
![]() | '+' should be on a new line. | 816 |
![]() | '+' is not preceded with whitespace. | 817 |
![]() | '+' should be on a new line. | 817 |
![]() | '+' is not preceded with whitespace. | 818 |
![]() | '+' should be on a new line. | 818 |
![]() | '+' is not preceded with whitespace. | 819 |
![]() | '+' should be on a new line. | 819 |
![]() | '+' is not preceded with whitespace. | 820 |
![]() | '+' should be on a new line. | 820 |
![]() | '+' is not preceded with whitespace. | 821 |
![]() | '+' should be on a new line. | 821 |
![]() | '+' is not preceded with whitespace. | 822 |
![]() | '+' should be on a new line. | 822 |
![]() | '+' is not preceded with whitespace. | 823 |
![]() | '+' should be on a new line. | 823 |
![]() | '+' is not preceded with whitespace. | 824 |
![]() | '+' should be on a new line. | 824 |
![]() | '+' is not preceded with whitespace. | 825 |
![]() | '+' should be on a new line. | 825 |
![]() | '+' is not preceded with whitespace. | 826 |
![]() | '+' should be on a new line. | 826 |
![]() | '+' is not preceded with whitespace. | 827 |
![]() | '+' should be on a new line. | 827 |
![]() | '+' is not preceded with whitespace. | 828 |
![]() | '+' should be on a new line. | 828 |
![]() | '+' is not preceded with whitespace. | 829 |
![]() | '+' should be on a new line. | 829 |
![]() | '+' is not preceded with whitespace. | 830 |
![]() | '+' should be on a new line. | 830 |
![]() | '+' is not preceded with whitespace. | 831 |
![]() | '+' should be on a new line. | 831 |
![]() | '+' is not preceded with whitespace. | 832 |
![]() | '+' should be on a new line. | 832 |
![]() | '+' is not preceded with whitespace. | 833 |
![]() | '+' should be on a new line. | 833 |
![]() | '+' is not preceded with whitespace. | 834 |
![]() | '+' should be on a new line. | 834 |
![]() | '+' is not preceded with whitespace. | 835 |
![]() | '+' should be on a new line. | 835 |
![]() | '+' is not preceded with whitespace. | 836 |
![]() | '+' should be on a new line. | 836 |
![]() | '+' is not preceded with whitespace. | 837 |
![]() | '+' should be on a new line. | 837 |
![]() | '+' is not preceded with whitespace. | 838 |
![]() | '+' should be on a new line. | 838 |
![]() | '+' is not preceded with whitespace. | 839 |
![]() | '+' should be on a new line. | 839 |
![]() | '+' is not preceded with whitespace. | 840 |
![]() | '+' should be on a new line. | 840 |
![]() | '+' is not preceded with whitespace. | 841 |
![]() | '+' should be on a new line. | 841 |
![]() | '+' is not preceded with whitespace. | 842 |
![]() | '+' should be on a new line. | 842 |
![]() | '+' is not preceded with whitespace. | 843 |
![]() | '+' should be on a new line. | 843 |
![]() | '+' is not preceded with whitespace. | 844 |
![]() | '+' should be on a new line. | 844 |
![]() | '+' is not preceded with whitespace. | 845 |
![]() | '+' should be on a new line. | 845 |
![]() | '+' is not preceded with whitespace. | 846 |
![]() | '+' should be on a new line. | 846 |
![]() | '+' is not preceded with whitespace. | 847 |
![]() | '+' should be on a new line. | 847 |
![]() | '+' is not preceded with whitespace. | 848 |
![]() | '+' should be on a new line. | 848 |
![]() | '+' is not preceded with whitespace. | 849 |
![]() | '+' should be on a new line. | 849 |
![]() | '+' is not preceded with whitespace. | 850 |
![]() | '+' should be on a new line. | 850 |
![]() | '+' is not preceded with whitespace. | 851 |
![]() | '+' should be on a new line. | 851 |
![]() | '+' is not preceded with whitespace. | 852 |
![]() | '+' should be on a new line. | 852 |
![]() | '+' is not preceded with whitespace. | 853 |
![]() | '+' should be on a new line. | 853 |
![]() | '+' is not preceded with whitespace. | 854 |
![]() | '+' should be on a new line. | 854 |
![]() | '+' is not preceded with whitespace. | 855 |
![]() | '+' should be on a new line. | 855 |
![]() | '+' is not preceded with whitespace. | 856 |
![]() | '+' should be on a new line. | 856 |
![]() | '+' is not preceded with whitespace. | 857 |
![]() | '+' should be on a new line. | 857 |
![]() | '+' is not preceded with whitespace. | 858 |
![]() | '+' should be on a new line. | 858 |
![]() | '+' is not preceded with whitespace. | 859 |
![]() | '+' should be on a new line. | 859 |
![]() | '+' is not preceded with whitespace. | 860 |
![]() | '+' should be on a new line. | 860 |
![]() | '+' is not preceded with whitespace. | 861 |
![]() | '+' should be on a new line. | 861 |
![]() | '+' is not preceded with whitespace. | 862 |
![]() | '+' should be on a new line. | 862 |
![]() | '+' is not preceded with whitespace. | 863 |
![]() | '+' should be on a new line. | 863 |
![]() | '+' is not preceded with whitespace. | 864 |
![]() | '+' should be on a new line. | 864 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' should be on a new line. | 865 |
![]() | '+' is not preceded with whitespace. | 866 |
![]() | '+' should be on a new line. | 866 |
![]() | '+' is not preceded with whitespace. | 867 |
![]() | '+' should be on a new line. | 867 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' should be on a new line. | 868 |
![]() | '+' is not preceded with whitespace. | 869 |
![]() | '+' should be on a new line. | 869 |
![]() | '+' is not preceded with whitespace. | 870 |
![]() | '+' should be on a new line. | 870 |
![]() | '+' is not preceded with whitespace. | 871 |
![]() | '+' should be on a new line. | 871 |
![]() | '+' is not preceded with whitespace. | 872 |
![]() | '+' should be on a new line. | 872 |
![]() | '+' is not preceded with whitespace. | 873 |
![]() | '+' should be on a new line. | 873 |
![]() | '+' is not preceded with whitespace. | 874 |
![]() | '+' should be on a new line. | 874 |
![]() | '+' is not preceded with whitespace. | 875 |
![]() | '+' should be on a new line. | 875 |
![]() | '+' is not preceded with whitespace. | 876 |
![]() | '+' should be on a new line. | 876 |
![]() | '+' is not preceded with whitespace. | 877 |
![]() | '+' should be on a new line. | 877 |
![]() | '+' is not preceded with whitespace. | 878 |
![]() | '+' should be on a new line. | 878 |
![]() | '+' is not preceded with whitespace. | 879 |
![]() | '+' should be on a new line. | 879 |
![]() | '+' is not preceded with whitespace. | 880 |
![]() | '+' should be on a new line. | 880 |
![]() | '+' is not preceded with whitespace. | 881 |
![]() | '+' should be on a new line. | 881 |
![]() | '+' is not preceded with whitespace. | 882 |
![]() | '+' should be on a new line. | 882 |
![]() | '+' is not preceded with whitespace. | 883 |
![]() | '+' should be on a new line. | 883 |
![]() | '+' is not preceded with whitespace. | 884 |
![]() | '+' should be on a new line. | 884 |
![]() | '+' is not preceded with whitespace. | 885 |
![]() | '+' should be on a new line. | 885 |
![]() | '+' is not preceded with whitespace. | 886 |
![]() | '+' should be on a new line. | 886 |
![]() | '+' is not preceded with whitespace. | 887 |
![]() | '+' should be on a new line. | 887 |
![]() | '+' is not preceded with whitespace. | 888 |
![]() | '+' should be on a new line. | 888 |
![]() | '+' is not preceded with whitespace. | 889 |
![]() | '+' should be on a new line. | 889 |
![]() | '+' is not preceded with whitespace. | 890 |
![]() | '+' should be on a new line. | 890 |
![]() | '+' is not preceded with whitespace. | 891 |
![]() | '+' should be on a new line. | 891 |
![]() | '+' is not preceded with whitespace. | 892 |
![]() | '+' should be on a new line. | 892 |
![]() | '+' is not preceded with whitespace. | 893 |
![]() | '+' should be on a new line. | 893 |
![]() | '+' is not preceded with whitespace. | 894 |
![]() | '+' should be on a new line. | 894 |
![]() | '+' is not preceded with whitespace. | 895 |
![]() | '+' should be on a new line. | 895 |
![]() | '+' is not preceded with whitespace. | 896 |
![]() | '+' should be on a new line. | 896 |
![]() | '+' is not preceded with whitespace. | 897 |
![]() | '+' should be on a new line. | 897 |
![]() | '+' is not preceded with whitespace. | 898 |
![]() | '+' should be on a new line. | 898 |
![]() | '+' is not preceded with whitespace. | 899 |
![]() | '+' should be on a new line. | 899 |
![]() | '+' is not preceded with whitespace. | 900 |
![]() | '+' should be on a new line. | 900 |
![]() | '+' is not preceded with whitespace. | 901 |
![]() | '+' should be on a new line. | 901 |
![]() | '+' is not preceded with whitespace. | 902 |
![]() | '+' should be on a new line. | 902 |
![]() | '+' is not preceded with whitespace. | 903 |
![]() | '+' should be on a new line. | 903 |
![]() | '+' is not preceded with whitespace. | 904 |
![]() | '+' should be on a new line. | 904 |
![]() | '+' is not preceded with whitespace. | 905 |
![]() | '+' should be on a new line. | 905 |
![]() | '+' is not preceded with whitespace. | 906 |
![]() | '+' should be on a new line. | 906 |
![]() | '+' is not preceded with whitespace. | 907 |
![]() | '+' should be on a new line. | 907 |
![]() | '+' is not preceded with whitespace. | 908 |
![]() | '+' should be on a new line. | 908 |
![]() | '+' is not preceded with whitespace. | 909 |
![]() | '+' should be on a new line. | 909 |
![]() | '+' is not preceded with whitespace. | 910 |
![]() | '+' should be on a new line. | 910 |
![]() | '+' is not preceded with whitespace. | 911 |
![]() | '+' should be on a new line. | 911 |
![]() | '+' is not preceded with whitespace. | 912 |
![]() | '+' should be on a new line. | 912 |
![]() | '+' is not preceded with whitespace. | 913 |
![]() | '+' should be on a new line. | 913 |
![]() | '+' is not preceded with whitespace. | 914 |
![]() | '+' should be on a new line. | 914 |
![]() | '+' is not preceded with whitespace. | 915 |
![]() | '+' should be on a new line. | 915 |
![]() | '+' is not preceded with whitespace. | 916 |
![]() | '+' should be on a new line. | 916 |
![]() | '+' is not preceded with whitespace. | 917 |
![]() | '+' should be on a new line. | 917 |
![]() | '+' is not preceded with whitespace. | 918 |
![]() | '+' should be on a new line. | 918 |
![]() | '+' is not preceded with whitespace. | 919 |
![]() | '+' should be on a new line. | 919 |
![]() | '+' is not preceded with whitespace. | 920 |
![]() | '+' should be on a new line. | 920 |
![]() | '+' is not preceded with whitespace. | 921 |
![]() | '+' should be on a new line. | 921 |
![]() | '+' is not preceded with whitespace. | 922 |
![]() | '+' should be on a new line. | 922 |
![]() | '+' is not preceded with whitespace. | 923 |
![]() | '+' should be on a new line. | 923 |
![]() | '+' is not preceded with whitespace. | 924 |
![]() | '+' should be on a new line. | 924 |
![]() | '+' is not preceded with whitespace. | 925 |
![]() | '+' should be on a new line. | 925 |
![]() | '+' is not preceded with whitespace. | 926 |
![]() | '+' should be on a new line. | 926 |
![]() | '+' is not preceded with whitespace. | 927 |
![]() | '+' should be on a new line. | 927 |
![]() | '+' is not preceded with whitespace. | 928 |
![]() | '+' should be on a new line. | 928 |
![]() | '+' is not preceded with whitespace. | 929 |
![]() | '+' should be on a new line. | 929 |
![]() | '+' is not preceded with whitespace. | 930 |
![]() | '+' should be on a new line. | 930 |
![]() | '+' is not preceded with whitespace. | 931 |
![]() | '+' should be on a new line. | 931 |
![]() | '+' is not preceded with whitespace. | 932 |
![]() | '+' should be on a new line. | 932 |
![]() | '+' is not preceded with whitespace. | 933 |
![]() | '+' should be on a new line. | 933 |
![]() | '+' is not preceded with whitespace. | 934 |
![]() | '+' should be on a new line. | 934 |
![]() | '+' is not preceded with whitespace. | 935 |
![]() | '+' should be on a new line. | 935 |
![]() | '+' is not preceded with whitespace. | 936 |
![]() | '+' should be on a new line. | 936 |
![]() | '+' is not preceded with whitespace. | 937 |
![]() | '+' should be on a new line. | 937 |
![]() | '+' is not preceded with whitespace. | 938 |
![]() | '+' should be on a new line. | 938 |
![]() | '+' is not preceded with whitespace. | 939 |
![]() | '+' should be on a new line. | 939 |
![]() | '+' is not preceded with whitespace. | 940 |
![]() | '+' should be on a new line. | 940 |
![]() | '+' is not preceded with whitespace. | 941 |
![]() | '+' should be on a new line. | 941 |
![]() | '+' is not preceded with whitespace. | 942 |
![]() | '+' should be on a new line. | 942 |
![]() | '+' is not preceded with whitespace. | 943 |
![]() | '+' should be on a new line. | 943 |
![]() | '+' is not preceded with whitespace. | 944 |
![]() | '+' should be on a new line. | 944 |
![]() | '+' is not preceded with whitespace. | 945 |
![]() | '+' should be on a new line. | 945 |
![]() | '+' is not preceded with whitespace. | 946 |
![]() | '+' should be on a new line. | 946 |
![]() | '+' is not preceded with whitespace. | 947 |
![]() | '+' should be on a new line. | 947 |
![]() | '+' is not preceded with whitespace. | 948 |
![]() | '+' should be on a new line. | 948 |
![]() | '+' is not preceded with whitespace. | 949 |
![]() | '+' should be on a new line. | 949 |
![]() | '+' is not preceded with whitespace. | 950 |
![]() | '+' should be on a new line. | 950 |
![]() | '+' is not preceded with whitespace. | 951 |
![]() | '+' should be on a new line. | 951 |
![]() | '+' is not preceded with whitespace. | 952 |
![]() | '+' should be on a new line. | 952 |
![]() | '+' is not preceded with whitespace. | 953 |
![]() | '+' should be on a new line. | 953 |
![]() | '+' is not preceded with whitespace. | 954 |
![]() | '+' should be on a new line. | 954 |
![]() | '+' is not preceded with whitespace. | 955 |
![]() | '+' should be on a new line. | 955 |
![]() | '+' is not preceded with whitespace. | 956 |
![]() | '+' should be on a new line. | 956 |
![]() | '+' is not preceded with whitespace. | 957 |
![]() | '+' should be on a new line. | 957 |
![]() | '+' is not preceded with whitespace. | 958 |
![]() | '+' should be on a new line. | 958 |
![]() | '+' is not preceded with whitespace. | 959 |
![]() | '+' should be on a new line. | 959 |
![]() | '+' is not preceded with whitespace. | 960 |
![]() | '+' should be on a new line. | 960 |
![]() | '+' is not preceded with whitespace. | 961 |
![]() | '+' should be on a new line. | 961 |
![]() | '+' is not preceded with whitespace. | 962 |
![]() | '+' should be on a new line. | 962 |
![]() | '+' is not preceded with whitespace. | 963 |
![]() | '+' should be on a new line. | 963 |
![]() | '+' is not preceded with whitespace. | 964 |
![]() | '+' should be on a new line. | 964 |
![]() | '+' is not preceded with whitespace. | 965 |
![]() | '+' should be on a new line. | 965 |
![]() | '+' is not preceded with whitespace. | 966 |
![]() | '+' should be on a new line. | 966 |
![]() | '+' is not preceded with whitespace. | 967 |
![]() | '+' should be on a new line. | 967 |
![]() | '+' is not preceded with whitespace. | 968 |
![]() | '+' should be on a new line. | 968 |
![]() | '+' is not preceded with whitespace. | 969 |
![]() | '+' should be on a new line. | 969 |
![]() | '+' is not preceded with whitespace. | 970 |
![]() | '+' should be on a new line. | 970 |
![]() | '+' is not preceded with whitespace. | 971 |
![]() | '+' should be on a new line. | 971 |
![]() | '+' is not preceded with whitespace. | 972 |
![]() | '+' should be on a new line. | 972 |
![]() | '+' is not preceded with whitespace. | 973 |
![]() | '+' should be on a new line. | 973 |
![]() | '+' is not preceded with whitespace. | 974 |
![]() | '+' should be on a new line. | 974 |
![]() | '+' is not preceded with whitespace. | 975 |
![]() | '+' should be on a new line. | 975 |
![]() | '+' is not preceded with whitespace. | 976 |
![]() | '+' should be on a new line. | 976 |
![]() | '+' is not preceded with whitespace. | 977 |
![]() | '+' should be on a new line. | 977 |
![]() | '+' is not preceded with whitespace. | 978 |
![]() | '+' should be on a new line. | 978 |
![]() | '+' is not preceded with whitespace. | 979 |
![]() | '+' should be on a new line. | 979 |
![]() | '+' is not preceded with whitespace. | 980 |
![]() | '+' should be on a new line. | 980 |
![]() | '+' is not preceded with whitespace. | 981 |
![]() | '+' should be on a new line. | 981 |
![]() | '+' is not preceded with whitespace. | 982 |
![]() | '+' should be on a new line. | 982 |
![]() | '+' is not preceded with whitespace. | 983 |
![]() | '+' should be on a new line. | 983 |
![]() | '+' is not preceded with whitespace. | 984 |
![]() | '+' should be on a new line. | 984 |
![]() | '+' is not preceded with whitespace. | 985 |
![]() | '+' should be on a new line. | 985 |
![]() | '+' is not preceded with whitespace. | 986 |
![]() | '+' should be on a new line. | 986 |
![]() | '+' is not preceded with whitespace. | 987 |
![]() | '+' should be on a new line. | 987 |
![]() | '+' is not preceded with whitespace. | 988 |
![]() | '+' should be on a new line. | 988 |
![]() | '+' is not preceded with whitespace. | 989 |
![]() | '+' should be on a new line. | 989 |
![]() | '+' is not preceded with whitespace. | 990 |
![]() | '+' should be on a new line. | 990 |
![]() | '+' is not preceded with whitespace. | 991 |
![]() | '+' should be on a new line. | 991 |
![]() | '+' is not preceded with whitespace. | 992 |
![]() | '+' should be on a new line. | 992 |
![]() | '+' is not preceded with whitespace. | 993 |
![]() | '+' should be on a new line. | 993 |
![]() | '+' is not preceded with whitespace. | 994 |
![]() | '+' should be on a new line. | 994 |
![]() | '+' is not preceded with whitespace. | 995 |
![]() | '+' should be on a new line. | 995 |
![]() | '+' is not preceded with whitespace. | 996 |
![]() | '+' should be on a new line. | 996 |
![]() | '+' is not preceded with whitespace. | 997 |
![]() | '+' should be on a new line. | 997 |
![]() | '+' is not preceded with whitespace. | 998 |
![]() | '+' should be on a new line. | 998 |
![]() | '+' is not preceded with whitespace. | 999 |
![]() | '+' should be on a new line. | 999 |
![]() | '+' is not preceded with whitespace. | 1000 |
![]() | '+' should be on a new line. | 1000 |
![]() | '+' is not preceded with whitespace. | 1001 |
![]() | '+' should be on a new line. | 1001 |
![]() | '+' is not preceded with whitespace. | 1002 |
![]() | '+' should be on a new line. | 1002 |
![]() | '+' is not preceded with whitespace. | 1003 |
![]() | '+' should be on a new line. | 1003 |
![]() | '+' is not preceded with whitespace. | 1004 |
![]() | '+' should be on a new line. | 1004 |
![]() | '+' is not preceded with whitespace. | 1005 |
![]() | '+' should be on a new line. | 1005 |
![]() | '+' is not preceded with whitespace. | 1006 |
![]() | '+' should be on a new line. | 1006 |
![]() | '+' is not preceded with whitespace. | 1007 |
![]() | '+' should be on a new line. | 1007 |
![]() | '+' is not preceded with whitespace. | 1008 |
![]() | '+' should be on a new line. | 1008 |
![]() | '+' is not preceded with whitespace. | 1009 |
![]() | '+' should be on a new line. | 1009 |
![]() | '+' is not preceded with whitespace. | 1010 |
![]() | '+' should be on a new line. | 1010 |
![]() | '+' is not preceded with whitespace. | 1011 |
![]() | '+' should be on a new line. | 1011 |
![]() | '+' is not preceded with whitespace. | 1012 |
![]() | '+' should be on a new line. | 1012 |
![]() | '+' is not preceded with whitespace. | 1013 |
![]() | '+' should be on a new line. | 1013 |
![]() | '+' is not preceded with whitespace. | 1014 |
![]() | '+' should be on a new line. | 1014 |
![]() | '+' is not preceded with whitespace. | 1015 |
![]() | '+' should be on a new line. | 1015 |
![]() | '+' is not preceded with whitespace. | 1016 |
![]() | '+' should be on a new line. | 1016 |
![]() | '+' is not preceded with whitespace. | 1017 |
![]() | '+' should be on a new line. | 1017 |
![]() | '+' is not preceded with whitespace. | 1018 |
![]() | '+' should be on a new line. | 1018 |
![]() | '+' is not preceded with whitespace. | 1019 |
![]() | '+' should be on a new line. | 1019 |
![]() | '+' is not preceded with whitespace. | 1020 |
![]() | '+' should be on a new line. | 1020 |
![]() | '+' is not preceded with whitespace. | 1021 |
![]() | '+' should be on a new line. | 1021 |
![]() | '+' is not preceded with whitespace. | 1022 |
![]() | '+' should be on a new line. | 1022 |
![]() | '+' is not preceded with whitespace. | 1023 |
![]() | '+' should be on a new line. | 1023 |
![]() | '+' is not preceded with whitespace. | 1024 |
![]() | '+' should be on a new line. | 1024 |
![]() | '+' is not preceded with whitespace. | 1025 |
![]() | '+' should be on a new line. | 1025 |
![]() | '+' is not preceded with whitespace. | 1026 |
![]() | '+' should be on a new line. | 1026 |
![]() | '+' is not preceded with whitespace. | 1027 |
![]() | '+' should be on a new line. | 1027 |
![]() | '+' is not preceded with whitespace. | 1028 |
![]() | '+' should be on a new line. | 1028 |
![]() | '+' is not preceded with whitespace. | 1029 |
![]() | '+' should be on a new line. | 1029 |
![]() | '+' is not preceded with whitespace. | 1030 |
![]() | '+' should be on a new line. | 1030 |
![]() | '+' is not preceded with whitespace. | 1031 |
![]() | '+' should be on a new line. | 1031 |
![]() | '+' is not preceded with whitespace. | 1032 |
![]() | '+' should be on a new line. | 1032 |
![]() | '+' is not preceded with whitespace. | 1033 |
![]() | '+' should be on a new line. | 1033 |
![]() | '+' is not preceded with whitespace. | 1034 |
![]() | '+' should be on a new line. | 1034 |
![]() | '+' is not preceded with whitespace. | 1035 |
![]() | '+' should be on a new line. | 1035 |
![]() | '+' is not preceded with whitespace. | 1036 |
![]() | '+' should be on a new line. | 1036 |
![]() | '+' is not preceded with whitespace. | 1037 |
![]() | '+' should be on a new line. | 1037 |
![]() | '+' is not preceded with whitespace. | 1038 |
![]() | '+' should be on a new line. | 1038 |
![]() | '+' is not preceded with whitespace. | 1039 |
![]() | '+' should be on a new line. | 1039 |
![]() | '+' is not preceded with whitespace. | 1040 |
![]() | '+' should be on a new line. | 1040 |
![]() | '+' is not preceded with whitespace. | 1041 |
![]() | '+' should be on a new line. | 1041 |
![]() | '+' is not preceded with whitespace. | 1042 |
![]() | '+' should be on a new line. | 1042 |
![]() | '+' is not preceded with whitespace. | 1043 |
![]() | '+' should be on a new line. | 1043 |
![]() | '+' is not preceded with whitespace. | 1044 |
![]() | '+' should be on a new line. | 1044 |
![]() | '+' is not preceded with whitespace. | 1045 |
![]() | '+' should be on a new line. | 1045 |
![]() | '+' is not preceded with whitespace. | 1046 |
![]() | '+' should be on a new line. | 1046 |
![]() | '+' is not preceded with whitespace. | 1047 |
![]() | '+' should be on a new line. | 1047 |
![]() | '+' is not preceded with whitespace. | 1048 |
![]() | '+' should be on a new line. | 1048 |
![]() | '+' is not preceded with whitespace. | 1049 |
![]() | '+' should be on a new line. | 1049 |
![]() | '+' is not preceded with whitespace. | 1050 |
![]() | '+' should be on a new line. | 1050 |
![]() | '+' is not preceded with whitespace. | 1051 |
![]() | '+' should be on a new line. | 1051 |
![]() | '+' is not preceded with whitespace. | 1052 |
![]() | '+' should be on a new line. | 1052 |
![]() | '+' is not preceded with whitespace. | 1053 |
![]() | '+' should be on a new line. | 1053 |
![]() | '+' is not preceded with whitespace. | 1054 |
![]() | '+' should be on a new line. | 1054 |
![]() | '+' is not preceded with whitespace. | 1055 |
![]() | '+' should be on a new line. | 1055 |
![]() | '+' is not preceded with whitespace. | 1056 |
![]() | '+' should be on a new line. | 1056 |
![]() | '+' is not preceded with whitespace. | 1057 |
![]() | '+' should be on a new line. | 1057 |
![]() | '+' is not preceded with whitespace. | 1058 |
![]() | '+' should be on a new line. | 1058 |
![]() | '+' is not preceded with whitespace. | 1059 |
![]() | '+' should be on a new line. | 1059 |
![]() | '+' is not preceded with whitespace. | 1060 |
![]() | '+' should be on a new line. | 1060 |
![]() | '+' is not preceded with whitespace. | 1061 |
![]() | '+' should be on a new line. | 1061 |
![]() | '+' is not preceded with whitespace. | 1062 |
![]() | '+' should be on a new line. | 1062 |
![]() | '+' is not preceded with whitespace. | 1063 |
![]() | '+' should be on a new line. | 1063 |
![]() | '+' is not preceded with whitespace. | 1064 |
![]() | '+' should be on a new line. | 1064 |
![]() | '+' is not preceded with whitespace. | 1065 |
![]() | '+' should be on a new line. | 1065 |
![]() | '+' is not preceded with whitespace. | 1066 |
![]() | '+' should be on a new line. | 1066 |
![]() | '+' is not preceded with whitespace. | 1067 |
![]() | '+' should be on a new line. | 1067 |
![]() | '+' is not preceded with whitespace. | 1068 |
![]() | '+' should be on a new line. | 1068 |
![]() | '+' is not preceded with whitespace. | 1069 |
![]() | '+' should be on a new line. | 1069 |
![]() | '+' is not preceded with whitespace. | 1070 |
![]() | '+' should be on a new line. | 1070 |
![]() | '+' is not preceded with whitespace. | 1071 |
![]() | '+' should be on a new line. | 1071 |
![]() | '+' is not preceded with whitespace. | 1072 |
![]() | '+' should be on a new line. | 1072 |
![]() | '+' is not preceded with whitespace. | 1073 |
![]() | '+' should be on a new line. | 1073 |
![]() | '+' is not preceded with whitespace. | 1074 |
![]() | '+' should be on a new line. | 1074 |
![]() | '+' is not preceded with whitespace. | 1075 |
![]() | '+' should be on a new line. | 1075 |
![]() | '+' is not preceded with whitespace. | 1076 |
![]() | '+' should be on a new line. | 1076 |
![]() | '+' is not preceded with whitespace. | 1077 |
![]() | '+' should be on a new line. | 1077 |
![]() | '+' is not preceded with whitespace. | 1078 |
![]() | '+' should be on a new line. | 1078 |
![]() | '+' is not preceded with whitespace. | 1079 |
![]() | '+' should be on a new line. | 1079 |
![]() | '+' is not preceded with whitespace. | 1080 |
![]() | '+' should be on a new line. | 1080 |
![]() | '+' is not preceded with whitespace. | 1081 |
![]() | '+' should be on a new line. | 1081 |
![]() | '+' is not preceded with whitespace. | 1082 |
![]() | '+' should be on a new line. | 1082 |
![]() | '+' is not preceded with whitespace. | 1083 |
![]() | '+' should be on a new line. | 1083 |
![]() | '+' is not preceded with whitespace. | 1084 |
![]() | '+' should be on a new line. | 1084 |
![]() | '+' is not preceded with whitespace. | 1085 |
![]() | '+' should be on a new line. | 1085 |
![]() | '+' is not preceded with whitespace. | 1086 |
![]() | '+' should be on a new line. | 1086 |
![]() | '+' is not preceded with whitespace. | 1087 |
![]() | '+' should be on a new line. | 1087 |
![]() | '+' is not preceded with whitespace. | 1088 |
![]() | '+' should be on a new line. | 1088 |
![]() | '+' is not preceded with whitespace. | 1089 |
![]() | '+' should be on a new line. | 1089 |
![]() | '+' is not preceded with whitespace. | 1090 |
![]() | '+' should be on a new line. | 1090 |
![]() | '+' is not preceded with whitespace. | 1091 |
![]() | '+' should be on a new line. | 1091 |
![]() | '+' is not preceded with whitespace. | 1092 |
![]() | '+' should be on a new line. | 1092 |
![]() | '+' is not preceded with whitespace. | 1093 |
![]() | '+' should be on a new line. | 1093 |
![]() | '+' is not preceded with whitespace. | 1094 |
![]() | '+' should be on a new line. | 1094 |
![]() | '+' is not preceded with whitespace. | 1095 |
![]() | '+' should be on a new line. | 1095 |
![]() | '+' is not preceded with whitespace. | 1096 |
![]() | '+' should be on a new line. | 1096 |
![]() | '+' is not preceded with whitespace. | 1097 |
![]() | '+' should be on a new line. | 1097 |
![]() | '+' is not preceded with whitespace. | 1098 |
![]() | '+' should be on a new line. | 1098 |
![]() | '+' is not preceded with whitespace. | 1099 |
![]() | '+' should be on a new line. | 1099 |
![]() | '+' is not preceded with whitespace. | 1100 |
![]() | '+' should be on a new line. | 1100 |
![]() | '+' is not preceded with whitespace. | 1101 |
![]() | '+' should be on a new line. | 1101 |
![]() | '+' is not preceded with whitespace. | 1102 |
![]() | '+' should be on a new line. | 1102 |
![]() | '+' is not preceded with whitespace. | 1103 |
![]() | '+' should be on a new line. | 1103 |
![]() | '+' is not preceded with whitespace. | 1104 |
![]() | '+' should be on a new line. | 1104 |
![]() | '+' is not preceded with whitespace. | 1105 |
![]() | '+' should be on a new line. | 1105 |
![]() | '+' is not preceded with whitespace. | 1106 |
![]() | '+' should be on a new line. | 1106 |
![]() | '+' is not preceded with whitespace. | 1107 |
![]() | '+' should be on a new line. | 1107 |
![]() | '+' is not preceded with whitespace. | 1108 |
![]() | '+' should be on a new line. | 1108 |
![]() | '+' is not preceded with whitespace. | 1109 |
![]() | '+' should be on a new line. | 1109 |
![]() | '+' is not preceded with whitespace. | 1110 |
![]() | '+' should be on a new line. | 1110 |
![]() | '+' is not preceded with whitespace. | 1111 |
![]() | '+' should be on a new line. | 1111 |
![]() | '+' is not preceded with whitespace. | 1112 |
![]() | '+' should be on a new line. | 1112 |
![]() | '+' is not preceded with whitespace. | 1113 |
![]() | '+' should be on a new line. | 1113 |
![]() | '+' is not preceded with whitespace. | 1114 |
![]() | '+' should be on a new line. | 1114 |
![]() | '+' is not preceded with whitespace. | 1115 |
![]() | '+' should be on a new line. | 1115 |
![]() | '+' is not preceded with whitespace. | 1116 |
![]() | '+' should be on a new line. | 1116 |
![]() | '+' is not preceded with whitespace. | 1117 |
![]() | '+' should be on a new line. | 1117 |
![]() | '+' is not preceded with whitespace. | 1118 |
![]() | '+' should be on a new line. | 1118 |
![]() | '+' is not preceded with whitespace. | 1119 |
![]() | '+' should be on a new line. | 1119 |
![]() | '+' is not preceded with whitespace. | 1120 |
![]() | '+' should be on a new line. | 1120 |
![]() | '+' is not preceded with whitespace. | 1121 |
![]() | '+' should be on a new line. | 1121 |
![]() | '+' is not preceded with whitespace. | 1122 |
![]() | '+' should be on a new line. | 1122 |
![]() | '+' is not preceded with whitespace. | 1123 |
![]() | '+' should be on a new line. | 1123 |
![]() | '+' is not preceded with whitespace. | 1124 |
![]() | '+' should be on a new line. | 1124 |
![]() | '+' is not preceded with whitespace. | 1125 |
![]() | '+' should be on a new line. | 1125 |
![]() | '+' is not preceded with whitespace. | 1126 |
![]() | '+' should be on a new line. | 1126 |
![]() | '+' is not preceded with whitespace. | 1127 |
![]() | '+' should be on a new line. | 1127 |
![]() | '+' is not preceded with whitespace. | 1128 |
![]() | '+' should be on a new line. | 1128 |
![]() | '+' is not preceded with whitespace. | 1129 |
![]() | '+' should be on a new line. | 1129 |
![]() | '+' is not preceded with whitespace. | 1130 |
![]() | '+' should be on a new line. | 1130 |
![]() | '+' is not preceded with whitespace. | 1131 |
![]() | '+' should be on a new line. | 1131 |
![]() | '+' is not preceded with whitespace. | 1132 |
![]() | '+' should be on a new line. | 1132 |
![]() | '+' is not preceded with whitespace. | 1133 |
![]() | '+' should be on a new line. | 1133 |
![]() | '+' is not preceded with whitespace. | 1134 |
![]() | '+' should be on a new line. | 1134 |
![]() | '+' is not preceded with whitespace. | 1135 |
![]() | '+' should be on a new line. | 1135 |
![]() | '+' is not preceded with whitespace. | 1136 |
![]() | '+' should be on a new line. | 1136 |
![]() | '+' is not preceded with whitespace. | 1137 |
![]() | '+' should be on a new line. | 1137 |
![]() | '+' is not preceded with whitespace. | 1138 |
![]() | '+' should be on a new line. | 1138 |
![]() | '+' is not preceded with whitespace. | 1139 |
![]() | '+' should be on a new line. | 1139 |
![]() | '+' is not preceded with whitespace. | 1140 |
![]() | '+' should be on a new line. | 1140 |
![]() | '+' is not preceded with whitespace. | 1141 |
![]() | '+' should be on a new line. | 1141 |
![]() | '+' is not preceded with whitespace. | 1142 |
![]() | '+' should be on a new line. | 1142 |
![]() | '+' is not preceded with whitespace. | 1143 |
![]() | '+' should be on a new line. | 1143 |
![]() | '+' is not preceded with whitespace. | 1144 |
![]() | '+' should be on a new line. | 1144 |
![]() | '+' is not preceded with whitespace. | 1145 |
![]() | '+' should be on a new line. | 1145 |
![]() | Missing a Javadoc comment. | 1148 |
![]() | '75600' is a magic number. | 1149 |
![]() | Missing a Javadoc comment. | 1155 |
![]() | Parameter packed should be final. | 1155 |
![]() | Parameter offset should be final. | 1155 |
![]() | Parameter result should be final. | 1155 |
![]() | 'do' construct must use '{}'s. | 1163 |
![]() | Missing a Javadoc comment. | 1170 |
![]() | Missing a Javadoc comment. | 1171 |
![]() | Missing a Javadoc comment. | 1172 |
![]() | Missing a Javadoc comment. | 1175 |
![]() | Array brackets at illegal position. | 1175 |
![]() | First sentence should end with a period. | 1181 |
![]() | Missing a Javadoc comment. | 1186 |
![]() | '+' is not preceded with whitespace. | 1187 |
![]() | '+' should be on a new line. | 1187 |
![]() | '+' is not preceded with whitespace. | 1188 |
![]() | '+' should be on a new line. | 1188 |
![]() | '+' is not preceded with whitespace. | 1189 |
![]() | '+' should be on a new line. | 1189 |
![]() | '+' is not preceded with whitespace. | 1190 |
![]() | '+' should be on a new line. | 1190 |
![]() | '+' is not preceded with whitespace. | 1191 |
![]() | '+' should be on a new line. | 1191 |
![]() | '+' is not preceded with whitespace. | 1192 |
![]() | '+' should be on a new line. | 1192 |
![]() | '+' is not preceded with whitespace. | 1193 |
![]() | '+' should be on a new line. | 1193 |
![]() | '+' is not preceded with whitespace. | 1194 |
![]() | '+' should be on a new line. | 1194 |
![]() | '+' is not preceded with whitespace. | 1195 |
![]() | '+' should be on a new line. | 1195 |
![]() | '+' is not preceded with whitespace. | 1196 |
![]() | '+' should be on a new line. | 1196 |
![]() | '+' is not preceded with whitespace. | 1197 |
![]() | '+' should be on a new line. | 1197 |
![]() | '+' is not preceded with whitespace. | 1198 |
![]() | '+' should be on a new line. | 1198 |
![]() | '+' is not preceded with whitespace. | 1199 |
![]() | '+' should be on a new line. | 1199 |
![]() | '+' is not preceded with whitespace. | 1200 |
![]() | '+' should be on a new line. | 1200 |
![]() | '+' is not preceded with whitespace. | 1201 |
![]() | '+' should be on a new line. | 1201 |
![]() | '+' is not preceded with whitespace. | 1202 |
![]() | '+' should be on a new line. | 1202 |
![]() | '+' is not preceded with whitespace. | 1203 |
![]() | '+' should be on a new line. | 1203 |
![]() | '+' is not preceded with whitespace. | 1204 |
![]() | '+' should be on a new line. | 1204 |
![]() | '+' is not preceded with whitespace. | 1205 |
![]() | '+' should be on a new line. | 1205 |
![]() | '+' is not preceded with whitespace. | 1206 |
![]() | '+' should be on a new line. | 1206 |
![]() | '+' is not preceded with whitespace. | 1207 |
![]() | '+' should be on a new line. | 1207 |
![]() | '+' is not preceded with whitespace. | 1208 |
![]() | '+' should be on a new line. | 1208 |
![]() | '+' is not preceded with whitespace. | 1209 |
![]() | '+' should be on a new line. | 1209 |
![]() | '+' is not preceded with whitespace. | 1210 |
![]() | '+' should be on a new line. | 1210 |
![]() | '+' is not preceded with whitespace. | 1211 |
![]() | '+' should be on a new line. | 1211 |
![]() | '+' is not preceded with whitespace. | 1212 |
![]() | '+' should be on a new line. | 1212 |
![]() | Missing a Javadoc comment. | 1215 |
![]() | '1387' is a magic number. | 1216 |
![]() | Line is longer than 80 characters. | 1222 |
![]() | Missing a Javadoc comment. | 1222 |
![]() | Parameter packed should be final. | 1222 |
![]() | Parameter offset should be final. | 1222 |
![]() | Parameter result should be final. | 1222 |
![]() | 'do' construct must use '{}'s. | 1229 |
![]() | First sentence should end with a period. | 1234 |
![]() | First sentence should end with a period. | 1237 |
![]() | First sentence should end with a period. | 1240 |
![]() | First sentence should end with a period. | 1243 |
![]() | Array brackets at illegal position. | 1245 |
![]() | First sentence should end with a period. | 1247 |
![]() | First sentence should end with a period. | 1250 |
![]() | First sentence should end with a period. | 1253 |
![]() | First sentence should end with a period. | 1256 |
![]() | First sentence should end with a period. | 1260 |
![]() | First sentence should end with a period. | 1263 |
![]() | First sentence should end with a period. | 1266 |
![]() | Line has trailing spaces. | 1267 |
![]() | First sentence should end with a period. | 1272 |
![]() | Line has trailing spaces. | 1272 |
![]() | First sentence should end with a period. | 1277 |
![]() | First sentence should end with a period. | 1280 |
![]() | Line has trailing spaces. | 1284 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Missing a Javadoc comment. | 1285 |
![]() | Line contains a tab character. | 1286 |
![]() | Missing a Javadoc comment. | 1286 |
![]() | First sentence should end with a period. | 1288 |
![]() | Line contains a tab character. | 1288 |
![]() | Line contains a tab character. | 1289 |
![]() | Variable 'mapIntIDDouble' must be private and have accessor methods. | 1289 |
![]() | First sentence should end with a period. | 1291 |
![]() | Line contains a tab character. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | Variable 'mapIntDouble' must be private and have accessor methods. | 1292 |
![]() | Line has trailing spaces. | 1293 |
![]() | Line contains a tab character. | 1293 |
![]() | First sentence should end with a period. | 1294 |
![]() | Line is longer than 80 characters. | 1294 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | Variable 'translator' must be private and have accessor methods. | 1295 |
![]() | Line has trailing spaces. | 1296 |
![]() | Line contains a tab character. | 1296 |
![]() | First sentence should end with a period. | 1297 |
![]() | Line has trailing spaces. | 1297 |
![]() | Line contains a tab character. | 1297 |
![]() | Line contains a tab character. | 1298 |
![]() | Variable 'observer' must be private and have accessor methods. | 1298 |
![]() | Line has trailing spaces. | 1299 |
![]() | Line contains a tab character. | 1299 |
![]() | First sentence should end with a period. | 1300 |
![]() | Line has trailing spaces. | 1300 |
![]() | Line contains a tab character. | 1300 |
![]() | Line contains a tab character. | 1301 |
![]() | Variable 'udkTime' must be private and have accessor methods. | 1301 |
![]() | Line has trailing spaces. | 1302 |
![]() | Line contains a tab character. | 1302 |
![]() | Line contains a tab character. | 1303 |
![]() | Missing a Javadoc comment. | 1303 |
![]() | '{' is not preceded with whitespace. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Line has trailing spaces. | 1305 |
![]() | Line contains a tab character. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Method 'setReader' is not designed for extension - needs to be abstract, final or empty. | 1306 |
![]() | Missing a Javadoc comment. | 1306 |
![]() | Parameter reader should be final. | 1306 |
![]() | Line is longer than 80 characters. | 1307 |
![]() | Line contains a tab character. | 1308 |
![]() | Line contains a tab character. | 1309 |
![]() | Line has trailing spaces. | 1310 |
![]() | Line contains a tab character. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1311 |
![]() | Missing a Javadoc comment. | 1311 |
![]() | Line contains a tab character. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | Line has trailing spaces. | 1315 |
![]() | Line contains a tab character. | 1315 |
![]() | Line contains a tab character. | 1316 |
![]() | Method 'setObserver' is not designed for extension - needs to be abstract, final or empty. | 1316 |
![]() | Missing a Javadoc comment. | 1316 |
![]() | Parameter observer should be final. | 1316 |
![]() | 'observer' hides a field. | 1316 |
![]() | Line contains a tab character. | 1317 |
![]() | Line contains a tab character. | 1318 |
![]() | Line has trailing spaces. | 1319 |
![]() | Line contains a tab character. | 1319 |
![]() | Line contains a tab character. | 1320 |
![]() | Line contains a tab character. | 1321 |
![]() | Line is longer than 80 characters. | 1322 |
![]() | Line contains a tab character. | 1322 |
![]() | Line contains a tab character. | 1323 |
![]() | Line contains a tab character. | 1324 |
![]() | Method 'setTranslator' is not designed for extension - needs to be abstract, final or empty. | 1324 |
![]() | Parameter translator should be final. | 1324 |
![]() | 'translator' hides a field. | 1324 |
![]() | Expected @param tag for 'translator'. | 1324 |
![]() | Line contains a tab character. | 1325 |
![]() | Line contains a tab character. | 1326 |
![]() | Line has trailing spaces. | 1327 |
![]() | Line contains a tab character. | 1327 |
![]() | Line contains a tab character. | 1328 |
![]() | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 1328 |
![]() | Missing a Javadoc comment. | 1328 |
![]() | Parameter obj should be final. | 1328 |
![]() | Parameter time should be final. | 1328 |
![]() | Line contains a tab character. | 1329 |
![]() | Line is longer than 80 characters. | 1330 |
![]() | Line contains a tab character. | 1330 |
![]() | Line contains a tab character. | 1331 |
![]() | Line contains a tab character. | 1332 |
![]() | Line contains a tab character. | 1333 |
![]() | Line is longer than 80 characters. | 1334 |
![]() | Line contains a tab character. | 1334 |
![]() | Line contains a tab character. | 1335 |
![]() | Line contains a tab character. | 1336 |
![]() | Line has trailing spaces. | 1337 |
![]() | Line contains a tab character. | 1337 |
![]() | Line contains a tab character. | 1338 |
![]() | Line contains a tab character. | 1339 |
![]() | Line contains a tab character. | 1340 |
![]() | Line contains a tab character. | 1341 |
![]() | Line contains a tab character. | 1342 |
![]() | Line contains a tab character. | 1343 |
![]() | Line contains a tab character. | 1344 |
![]() | Line has trailing spaces. | 1345 |
![]() | Line contains a tab character. | 1345 |
![]() | Line contains a tab character. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | Method 'exceptionOccured' is not designed for extension - needs to be abstract, final or empty. | 1347 |
![]() | Parameter e should be final. | 1347 |
![]() | Expected @param tag for 'e'. | 1347 |
![]() | Parameter info should be final. | 1347 |
![]() | Line contains a tab character. | 1348 |
![]() | Line has trailing spaces. | 1349 |
![]() | Line contains a tab character. | 1349 |
![]() | Line is longer than 80 characters. | 1350 |
![]() | Line contains a tab character. | 1350 |
![]() | Avoid inline conditionals. | 1350 |
![]() | Line contains a tab character. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | 'if' construct must use '{}'s. | 1353 |
![]() | Line has trailing spaces. | 1353 |
![]() | Line contains a tab character. | 1353 |
![]() | Line contains a tab character. | 1354 |
![]() | Line has trailing spaces. | 1355 |
![]() | Line contains a tab character. | 1355 |
![]() | Line has trailing spaces. | 1356 |
![]() | Line contains a tab character. | 1356 |
![]() | Line contains a tab character. | 1357 |
![]() | Line contains a tab character. | 1358 |
![]() | Line contains a tab character. | 1359 |
![]() | Line contains a tab character. | 1360 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 1360 |
![]() | Parameter info should be final. | 1360 |
![]() | Expected @param tag for 'info'. | 1360 |
![]() | Line contains a tab character. | 1361 |
![]() | Line has trailing spaces. | 1362 |
![]() | Line contains a tab character. | 1362 |
![]() | Line is longer than 80 characters. | 1363 |
![]() | Line contains a tab character. | 1363 |
![]() | Avoid inline conditionals. | 1363 |
![]() | Line contains a tab character. | 1364 |
![]() | Line has trailing spaces. | 1365 |
![]() | Line is longer than 80 characters. | 1365 |
![]() | Line contains a tab character. | 1365 |
![]() | Line contains a tab character. | 1366 |
![]() | Line contains a tab character. | 1367 |
![]() | Line has trailing spaces. | 1368 |
![]() | Line contains a tab character. | 1368 |
![]() | Line contains a tab character. | 1369 |
![]() | Line contains a tab character. | 1370 |
![]() | Line contains a tab character. | 1371 |
![]() | Line contains a tab character. | 1372 |
![]() | Line contains a tab character. | 1373 |
![]() | Line contains a tab character. | 1374 |
![]() | Line contains a tab character. | 1375 |
![]() | Line has trailing spaces. | 1376 |
![]() | Line contains a tab character. | 1376 |
![]() | Line contains a tab character. | 1377 |
![]() | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 1377 |
![]() | Parameter text should be final. | 1377 |
![]() | Expected @param tag for 'text'. | 1377 |
![]() | Parameter delimiters should be final. | 1377 |
![]() | Expected @param tag for 'delimiters'. | 1377 |
![]() | Parameter num should be final. | 1377 |
![]() | Expected @param tag for 'num'. | 1377 |
![]() | Line contains a tab character. | 1378 |
![]() | Line contains a tab character. | 1379 |
![]() | Line contains a tab character. | 1380 |
![]() | Line contains a tab character. | 1381 |
![]() | Line contains a tab character. | 1382 |
![]() | Line contains a tab character. | 1383 |
![]() | Line contains a tab character. | 1384 |
![]() | Line is longer than 80 characters. | 1385 |
![]() | Line contains a tab character. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | '+' is not preceded with whitespace. | 1385 |
![]() | '+' is not followed by whitespace. | 1385 |
![]() | Line contains a tab character. | 1386 |
![]() | Line contains a tab character. | 1387 |
![]() | Line contains a tab character. | 1388 |
![]() | Line has trailing spaces. | 1389 |
![]() | Line contains a tab character. | 1389 |
![]() | Line contains a tab character. | 1390 |
![]() | Line contains a tab character. | 1391 |
![]() | Line contains a tab character. | 1392 |
![]() | Line contains a tab character. | 1393 |
![]() | Line contains a tab character. | 1394 |
![]() | Line contains a tab character. | 1395 |
![]() | Line has trailing spaces. | 1396 |
![]() | Line contains a tab character. | 1396 |
![]() | Line contains a tab character. | 1397 |
![]() | Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 1397 |
![]() | Parameter text should be final. | 1397 |
![]() | Expected @param tag for 'text'. | 1397 |
![]() | Parameter num should be final. | 1397 |
![]() | Expected @param tag for 'num'. | 1397 |
![]() | Line has trailing spaces. | 1398 |
![]() | Line contains a tab character. | 1398 |
![]() | Line contains a tab character. | 1399 |
![]() | Line contains a tab character. | 1401 |
![]() | Line contains a tab character. | 1402 |
![]() | Line contains a tab character. | 1403 |
![]() | Line is longer than 80 characters. | 1404 |
![]() | Line contains a tab character. | 1404 |
![]() | Line has trailing spaces. | 1405 |
![]() | Line contains a tab character. | 1405 |
![]() | Line contains a tab character. | 1406 |
![]() | Line contains a tab character. | 1407 |
![]() | Line contains a tab character. | 1408 |
![]() | Line contains a tab character. | 1409 |
![]() | Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 1409 |
![]() | '(' is followed by whitespace. | 1409 |
![]() | Parameter txt should be final. | 1409 |
![]() | ')' is preceded with whitespace. | 1409 |
![]() | Line contains a tab character. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | Line contains a tab character. | 1413 |
![]() | '+' is not preceded with whitespace. | 1413 |
![]() | '+' is not followed by whitespace. | 1413 |
![]() | '+' is not preceded with whitespace. | 1413 |
![]() | '+' is not followed by whitespace. | 1413 |
![]() | Line contains a tab character. | 1414 |
![]() | Line contains a tab character. | 1416 |
![]() | '+' is not preceded with whitespace. | 1416 |
![]() | '+' is not followed by whitespace. | 1416 |
![]() | '+' is not preceded with whitespace. | 1416 |
![]() | '+' is not followed by whitespace. | 1416 |
![]() | Line has trailing spaces. | 1417 |
![]() | Line contains a tab character. | 1417 |
![]() | Line contains a tab character. | 1419 |
![]() | '+' is not preceded with whitespace. | 1419 |
![]() | '+' is not followed by whitespace. | 1419 |
![]() | '+' is not preceded with whitespace. | 1419 |
![]() | '+' is not followed by whitespace. | 1419 |
![]() | Line contains a tab character. | 1420 |
![]() | Line contains a tab character. | 1422 |
![]() | Line has trailing spaces. | 1424 |
![]() | Line contains a tab character. | 1424 |
![]() | Line contains a tab character. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | Line contains a tab character. | 1427 |
![]() | Line has trailing spaces. | 1428 |
![]() | Line is longer than 80 characters. | 1428 |
![]() | Line contains a tab character. | 1428 |
![]() | Line has trailing spaces. | 1429 |
![]() | Line contains a tab character. | 1429 |
![]() | Line contains a tab character. | 1430 |
![]() | Line contains a tab character. | 1431 |
![]() | Line contains a tab character. | 1432 |
![]() | Line contains a tab character. | 1433 |
![]() | Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 1433 |
![]() | Parameter txt should be final. | 1433 |
![]() | Line contains a tab character. | 1434 |
![]() | Line contains a tab character. | 1435 |
![]() | Line contains a tab character. | 1437 |
![]() | '+' is not preceded with whitespace. | 1437 |
![]() | '+' is not followed by whitespace. | 1437 |
![]() | '+' is not preceded with whitespace. | 1437 |
![]() | '+' is not followed by whitespace. | 1437 |
![]() | Line contains a tab character. | 1438 |
![]() | Line contains a tab character. | 1440 |
![]() | '+' is not preceded with whitespace. | 1440 |
![]() | '+' is not followed by whitespace. | 1440 |
![]() | '+' is not preceded with whitespace. | 1440 |
![]() | '+' is not followed by whitespace. | 1440 |
![]() | Line has trailing spaces. | 1441 |
![]() | Line contains a tab character. | 1441 |
![]() | Line is longer than 80 characters. | 1443 |
![]() | Line contains a tab character. | 1443 |
![]() | '+' is not preceded with whitespace. | 1443 |
![]() | '+' is not followed by whitespace. | 1443 |
![]() | '+' is not preceded with whitespace. | 1443 |
![]() | '+' is not followed by whitespace. | 1443 |
![]() | Line contains a tab character. | 1444 |
![]() | Line contains a tab character. | 1446 |
![]() | Line contains a tab character. | 1449 |
![]() | Line contains a tab character. | 1450 |
![]() | Line has trailing spaces. | 1451 |
![]() | Line is longer than 80 characters. | 1451 |
![]() | Line contains a tab character. | 1451 |
![]() | Line has trailing spaces. | 1452 |
![]() | Line contains a tab character. | 1452 |
![]() | Line contains a tab character. | 1453 |
![]() | Line contains a tab character. | 1454 |
![]() | Line contains a tab character. | 1455 |
![]() | Line contains a tab character. | 1456 |
![]() | Line contains a tab character. | 1457 |
![]() | Line contains a tab character. | 1460 |
![]() | Line contains a tab character. | 1461 |
![]() | Line is longer than 80 characters. | 1463 |
![]() | Line contains a tab character. | 1463 |
![]() | Line contains a tab character. | 1464 |
![]() | Line contains a tab character. | 1466 |
![]() | Line contains a tab character. | 1469 |
![]() | Line contains a tab character. | 1470 |
![]() | Line has trailing spaces. | 1471 |
![]() | Line is longer than 80 characters. | 1471 |
![]() | Line contains a tab character. | 1471 |
![]() | Line has trailing spaces. | 1472 |
![]() | Line contains a tab character. | 1472 |
![]() | Line contains a tab character. | 1473 |
![]() | Line contains a tab character. | 1474 |
![]() | Line contains a tab character. | 1475 |
![]() | Line contains a tab character. | 1476 |
![]() | Line contains a tab character. | 1477 |
![]() | Line contains a tab character. | 1480 |
![]() | Line contains a tab character. | 1481 |
![]() | Line is longer than 80 characters. | 1483 |
![]() | Line contains a tab character. | 1483 |
![]() | Line contains a tab character. | 1484 |
![]() | Line contains a tab character. | 1486 |
![]() | Line has trailing spaces. | 1487 |
![]() | First sentence should end with a period. | 1489 |
![]() | Line contains a tab character. | 1490 |
![]() | Line contains a tab character. | 1491 |
![]() | Line has trailing spaces. | 1492 |
![]() | Line contains a tab character. | 1492 |
![]() | Line contains a tab character. | 1493 |
![]() | Line contains a tab character. | 1494 |
![]() | Line contains a tab character. | 1495 |
![]() | Method 'addRangeRange' is not designed for extension - needs to be abstract, final or empty. | 1495 |
![]() | '(' is followed by whitespace. | 1495 |
![]() | Parameter txt should be final. | 1495 |
![]() | ')' is preceded with whitespace. | 1495 |
![]() | Line has trailing spaces. | 1496 |
![]() | Line is longer than 80 characters. | 1497 |
![]() | 'cast' is not followed by whitespace. | 1497 |
![]() | '3' is a magic number. | 1497 |
![]() | 'if' is not followed by whitespace. | 1498 |
![]() | 'cast' is not followed by whitespace. | 1498 |
![]() | '==' is not preceded with whitespace. | 1498 |
![]() | '==' is not followed by whitespace. | 1498 |
![]() | '{' should be on the previous line. | 1499 |
![]() | Line is longer than 80 characters. | 1500 |
![]() | 'cast' is not followed by whitespace. | 1500 |
![]() | '=' is not preceded with whitespace. | 1500 |
![]() | '=' is not followed by whitespace. | 1500 |
![]() | 'cast' is not followed by whitespace. | 1500 |
![]() | Line has trailing spaces. | 1502 |
![]() | Line contains a tab character. | 1502 |
![]() | Line contains a tab character. | 1503 |
![]() | Line has trailing spaces. | 1504 |
![]() | First sentence should end with a period. | 1505 |
![]() | Line contains a tab character. | 1506 |
![]() | Line contains a tab character. | 1507 |
![]() | Line has trailing spaces. | 1508 |
![]() | Line contains a tab character. | 1508 |
![]() | Line contains a tab character. | 1509 |
![]() | Line contains a tab character. | 1510 |
![]() | Method 'addTick' is not designed for extension - needs to be abstract, final or empty. | 1511 |
![]() | '(' is followed by whitespace. | 1511 |
![]() | Parameter txt should be final. | 1511 |
![]() | ')' is preceded with whitespace. | 1511 |
![]() | Line has trailing spaces. | 1512 |
![]() | Line is longer than 80 characters. | 1513 |
![]() | 'cast' is not followed by whitespace. | 1513 |
![]() | '3' is a magic number. | 1513 |
![]() | 'if' is not followed by whitespace. | 1514 |
![]() | 'cast' is not followed by whitespace. | 1514 |
![]() | '==' is not preceded with whitespace. | 1514 |
![]() | '==' is not followed by whitespace. | 1514 |
![]() | '{' should be on the previous line. | 1515 |
![]() | Line is longer than 80 characters. | 1516 |
![]() | 'cast' is not followed by whitespace. | 1516 |
![]() | '=' is not preceded with whitespace. | 1516 |
![]() | '=' is not followed by whitespace. | 1516 |
![]() | 'cast' is not followed by whitespace. | 1516 |
![]() | Line has trailing spaces. | 1518 |
![]() | Line contains a tab character. | 1518 |
![]() | Line contains a tab character. | 1519 |
![]() | First sentence should end with a period. | 1521 |
![]() | Line has trailing spaces. | 1521 |
![]() | Line contains a tab character. | 1522 |
![]() | Line contains a tab character. | 1523 |
![]() | Line has trailing spaces. | 1524 |
![]() | Line contains a tab character. | 1524 |
![]() | Line contains a tab character. | 1525 |
![]() | Line contains a tab character. | 1526 |
![]() | Method 'addTouch' is not designed for extension - needs to be abstract, final or empty. | 1527 |
![]() | '(' is followed by whitespace. | 1527 |
![]() | Parameter txt should be final. | 1527 |
![]() | ')' is preceded with whitespace. | 1527 |
![]() | Line has trailing spaces. | 1528 |
![]() | Line is longer than 80 characters. | 1529 |
![]() | 'cast' is not followed by whitespace. | 1529 |
![]() | ',' is not followed by whitespace. | 1529 |
![]() | '3' is a magic number. | 1529 |
![]() | 'if' is not followed by whitespace. | 1530 |
![]() | 'cast' is not followed by whitespace. | 1530 |
![]() | '==' is not preceded with whitespace. | 1530 |
![]() | '==' is not followed by whitespace. | 1530 |
![]() | '{' should be on the previous line. | 1531 |
![]() | Line is longer than 80 characters. | 1532 |
![]() | 'cast' is not followed by whitespace. | 1532 |
![]() | '=' is not preceded with whitespace. | 1532 |
![]() | '=' is not followed by whitespace. | 1532 |
![]() | 'cast' is not followed by whitespace. | 1532 |
![]() | Line has trailing spaces. | 1534 |
![]() | Line contains a tab character. | 1534 |
![]() | Line contains a tab character. | 1535 |
![]() | Line has trailing spaces. | 1536 |
![]() | First sentence should end with a period. | 1537 |
![]() | Line contains a tab character. | 1538 |
![]() | Line contains a tab character. | 1539 |
![]() | Line has trailing spaces. | 1540 |
![]() | Line contains a tab character. | 1540 |
![]() | Line contains a tab character. | 1541 |
![]() | Line contains a tab character. | 1542 |
![]() | Line contains a tab character. | 1543 |
![]() | Method 'addRanges' is not designed for extension - needs to be abstract, final or empty. | 1543 |
![]() | '(' is followed by whitespace. | 1543 |
![]() | Parameter txt should be final. | 1543 |
![]() | ')' is preceded with whitespace. | 1543 |
![]() | Line is longer than 80 characters. | 1544 |
![]() | Line contains a tab character. | 1544 |
![]() | Line has trailing spaces. | 1545 |
![]() | Line contains a tab character. | 1545 |
![]() | Line contains a tab character. | 1546 |
![]() | Line contains a tab character. | 1547 |
![]() | Line contains a tab character. | 1548 |
![]() | Line contains a tab character. | 1549 |
![]() | Line has trailing spaces. | 1550 |
![]() | Line contains a tab character. | 1550 |
![]() | Line contains a tab character. | 1551 |
![]() | Line has trailing spaces. | 1552 |
![]() | Line contains a tab character. | 1553 |
![]() | 'while' is not followed by whitespace. | 1553 |
![]() | 'cast' is not followed by whitespace. | 1555 |
![]() | Line contains a tab character. | 1557 |
![]() | First sentence should end with a period. | 1559 |
![]() | Line contains a tab character. | 1560 |
![]() | Line contains a tab character. | 1561 |
![]() | Line has trailing spaces. | 1562 |
![]() | Line contains a tab character. | 1562 |
![]() | Line contains a tab character. | 1563 |
![]() | Line contains a tab character. | 1564 |
![]() | Line contains a tab character. | 1565 |
![]() | Method 'addGeometry' is not designed for extension - needs to be abstract, final or empty. | 1565 |
![]() | '(' is followed by whitespace. | 1565 |
![]() | Parameter txt should be final. | 1565 |
![]() | ')' is preceded with whitespace. | 1565 |
![]() | Line is longer than 80 characters. | 1566 |
![]() | Line contains a tab character. | 1566 |
![]() | Line has trailing spaces. | 1567 |
![]() | Line contains a tab character. | 1567 |
![]() | Line contains a tab character. | 1568 |
![]() | Line contains a tab character. | 1569 |
![]() | Line contains a tab character. | 1570 |
![]() | Line contains a tab character. | 1571 |
![]() | Line has trailing spaces. | 1572 |
![]() | Line contains a tab character. | 1572 |
![]() | Line contains a tab character. | 1573 |
![]() | Line has trailing spaces. | 1574 |
![]() | Line contains a tab character. | 1575 |
![]() | 'if' is not followed by whitespace. | 1575 |
![]() | Line has trailing spaces. | 1576 |
![]() | 'if' is not followed by whitespace. | 1579 |
![]() | 'cast' is not followed by whitespace. | 1579 |
![]() | '==' is not preceded with whitespace. | 1579 |
![]() | '==' is not followed by whitespace. | 1579 |
![]() | '{' should be on the previous line. | 1580 |
![]() | 'cast' is not followed by whitespace. | 1581 |
![]() | '=' is not preceded with whitespace. | 1581 |
![]() | '=' is not followed by whitespace. | 1581 |
![]() | Line has trailing spaces. | 1584 |
![]() | Line has trailing spaces. | 1585 |
![]() | '=' is not preceded with whitespace. | 1586 |
![]() | '=' is not followed by whitespace. | 1586 |
![]() | '=' is not preceded with whitespace. | 1587 |
![]() | '=' is not followed by whitespace. | 1587 |
![]() | '=' is not preceded with whitespace. | 1588 |
![]() | '=' is not followed by whitespace. | 1588 |
![]() | '=' is not preceded with whitespace. | 1589 |
![]() | '=' is not followed by whitespace. | 1589 |
![]() | ',' is not followed by whitespace. | 1589 |
![]() | ',' is not followed by whitespace. | 1589 |
![]() | Line has trailing spaces. | 1591 |
![]() | '=' is not preceded with whitespace. | 1593 |
![]() | '=' is not followed by whitespace. | 1593 |
![]() | '=' is not preceded with whitespace. | 1594 |
![]() | '=' is not followed by whitespace. | 1594 |
![]() | '=' is not preceded with whitespace. | 1595 |
![]() | '=' is not followed by whitespace. | 1595 |
![]() | '=' is not preceded with whitespace. | 1596 |
![]() | '=' is not followed by whitespace. | 1596 |
![]() | Line has trailing spaces. | 1598 |
![]() | Line has trailing spaces. | 1601 |
![]() | 'cast' is not followed by whitespace. | 1602 |
![]() | Line contains a tab character. | 1604 |
![]() | Line has trailing spaces. | 1605 |
![]() | First sentence should end with a period. | 1606 |
![]() | Line is longer than 80 characters. | 1607 |
![]() | Line contains a tab character. | 1607 |
![]() | Line has trailing spaces. | 1608 |
![]() | Line contains a tab character. | 1608 |
![]() | Line contains a tab character. | 1609 |
![]() | Line contains a tab character. | 1610 |
![]() | Line contains a tab character. | 1611 |
![]() | Line contains a tab character. | 1612 |
![]() | Method 'odometryValue' is not designed for extension - needs to be abstract, final or empty. | 1612 |
![]() | Parameter txt should be final. | 1612 |
![]() | Line contains a tab character. | 1613 |
![]() | Line contains a tab character. | 1614 |
![]() | Line is longer than 80 characters. | 1615 |
![]() | Line contains a tab character. | 1615 |
![]() | Line contains a tab character. | 1616 |
![]() | Line contains a tab character. | 1617 |
![]() | '+' is not preceded with whitespace. | 1617 |
![]() | '+' is not followed by whitespace. | 1617 |
![]() | '+' is not preceded with whitespace. | 1617 |
![]() | '+' is not followed by whitespace. | 1617 |
![]() | Line contains a tab character. | 1618 |
![]() | Line contains a tab character. | 1619 |
![]() | Line is longer than 80 characters. | 1620 |
![]() | Line contains a tab character. | 1620 |
![]() | '+' is not preceded with whitespace. | 1620 |
![]() | '+' is not followed by whitespace. | 1620 |
![]() | '+' is not preceded with whitespace. | 1620 |
![]() | '+' is not followed by whitespace. | 1620 |
![]() | Line contains a tab character. | 1621 |
![]() | Line contains a tab character. | 1622 |
![]() | Line contains a tab character. | 1623 |
![]() | Line has trailing spaces. | 1624 |
![]() | First sentence should end with a period. | 1625 |
![]() | Line contains a tab character. | 1626 |
![]() | Line contains a tab character. | 1627 |
![]() | Line has trailing spaces. | 1628 |
![]() | Line contains a tab character. | 1628 |
![]() | Line contains a tab character. | 1629 |
![]() | Line contains a tab character. | 1630 |
![]() | Line contains a tab character. | 1631 |
![]() | Line contains a tab character. | 1632 |
![]() | Method 'getTripleDouble' is not designed for extension - needs to be abstract, final or empty. | 1632 |
![]() | '(' is followed by whitespace. | 1632 |
![]() | Parameter txt should be final. | 1632 |
![]() | ')' is preceded with whitespace. | 1632 |
![]() | Line is longer than 80 characters. | 1633 |
![]() | Line contains a tab character. | 1633 |
![]() | Line has trailing spaces. | 1634 |
![]() | Line contains a tab character. | 1634 |
![]() | Line contains a tab character. | 1635 |
![]() | Line contains a tab character. | 1636 |
![]() | Line contains a tab character. | 1637 |
![]() | Line contains a tab character. | 1638 |
![]() | Line has trailing spaces. | 1639 |
![]() | Line contains a tab character. | 1639 |
![]() | Line contains a tab character. | 1640 |
![]() | Line contains a tab character. | 1641 |
![]() | Line contains a tab character. | 1642 |
![]() | ',' is not followed by whitespace. | 1642 |
![]() | ',' is not followed by whitespace. | 1642 |
![]() | Line contains a tab character. | 1643 |
![]() | Line contains a tab character. | 1644 |
![]() | Line contains a tab character. | 1645 |
![]() | Line contains a tab character. | 1646 |
![]() | ',' is not followed by whitespace. | 1646 |
![]() | ',' is not followed by whitespace. | 1646 |
![]() | Line contains a tab character. | 1648 |
![]() | '+' is not preceded with whitespace. | 1648 |
![]() | '+' is not followed by whitespace. | 1648 |
![]() | '+' is not preceded with whitespace. | 1648 |
![]() | '+' is not followed by whitespace. | 1648 |
![]() | Line has trailing spaces. | 1649 |
![]() | Line contains a tab character. | 1649 |
![]() | Line contains a tab character. | 1651 |
![]() | '+' is not preceded with whitespace. | 1651 |
![]() | '+' is not followed by whitespace. | 1651 |
![]() | '+' is not preceded with whitespace. | 1651 |
![]() | '+' is not followed by whitespace. | 1651 |
![]() | Line contains a tab character. | 1652 |
![]() | Line contains a tab character. | 1654 |
![]() | First sentence should end with a period. | 1656 |
![]() | Line contains a tab character. | 1657 |
![]() | Line contains a tab character. | 1658 |
![]() | Line has trailing spaces. | 1659 |
![]() | Line contains a tab character. | 1659 |
![]() | Line contains a tab character. | 1660 |
![]() | Line contains a tab character. | 1661 |
![]() | Line contains a tab character. | 1662 |
![]() | Line contains a tab character. | 1663 |
![]() | Method 'getDoubleDouble' is not designed for extension - needs to be abstract, final or empty. | 1663 |
![]() | '(' is followed by whitespace. | 1663 |
![]() | Parameter txt should be final. | 1663 |
![]() | ')' is preceded with whitespace. | 1663 |
![]() | Line is longer than 80 characters. | 1664 |
![]() | Line contains a tab character. | 1664 |
![]() | Line has trailing spaces. | 1665 |
![]() | Line contains a tab character. | 1665 |
![]() | Line contains a tab character. | 1666 |
![]() | Line contains a tab character. | 1667 |
![]() | Line contains a tab character. | 1668 |
![]() | Line contains a tab character. | 1669 |
![]() | Line has trailing spaces. | 1670 |
![]() | Line contains a tab character. | 1670 |
![]() | Line contains a tab character. | 1671 |
![]() | Line contains a tab character. | 1672 |
![]() | Line contains a tab character. | 1673 |
![]() | ',' is not followed by whitespace. | 1673 |
![]() | Line contains a tab character. | 1674 |
![]() | Line contains a tab character. | 1675 |
![]() | Line contains a tab character. | 1676 |
![]() | ',' is not followed by whitespace. | 1676 |
![]() | Line contains a tab character. | 1678 |
![]() | '+' is not preceded with whitespace. | 1678 |
![]() | '+' is not followed by whitespace. | 1678 |
![]() | '+' is not preceded with whitespace. | 1678 |
![]() | '+' is not followed by whitespace. | 1678 |
![]() | Line has trailing spaces. | 1679 |
![]() | Line contains a tab character. | 1679 |
![]() | Line contains a tab character. | 1681 |
![]() | '+' is not preceded with whitespace. | 1681 |
![]() | '+' is not followed by whitespace. | 1681 |
![]() | '+' is not preceded with whitespace. | 1681 |
![]() | '+' is not followed by whitespace. | 1681 |
![]() | Line contains a tab character. | 1682 |
![]() | Line contains a tab character. | 1684 |
![]() | Line has trailing spaces. | 1685 |
![]() | First sentence should end with a period. | 1686 |
![]() | Line is longer than 80 characters. | 1687 |
![]() | Line contains a tab character. | 1687 |
![]() | Line contains a tab character. | 1688 |
![]() | Line has trailing spaces. | 1689 |
![]() | Line contains a tab character. | 1689 |
![]() | Line contains a tab character. | 1690 |
![]() | Line contains a tab character. | 1691 |
![]() | Line contains a tab character. | 1692 |
![]() | Line contains a tab character. | 1693 |
![]() | Method 'longitudeValue' is not designed for extension - needs to be abstract, final or empty. | 1693 |
![]() | '(' is followed by whitespace. | 1693 |
![]() | Parameter txt should be final. | 1693 |
![]() | ')' is preceded with whitespace. | 1693 |
![]() | Line is longer than 80 characters. | 1694 |
![]() | Line contains a tab character. | 1694 |
![]() | Line has trailing spaces. | 1695 |
![]() | Line contains a tab character. | 1695 |
![]() | Line contains a tab character. | 1696 |
![]() | Line contains a tab character. | 1697 |
![]() | Line contains a tab character. | 1698 |
![]() | Line contains a tab character. | 1699 |
![]() | Line has trailing spaces. | 1700 |
![]() | Line contains a tab character. | 1700 |
![]() | Line contains a tab character. | 1701 |
![]() | Line contains a tab character. | 1702 |
![]() | Line contains a tab character. | 1703 |
![]() | '=' is not preceded with whitespace. | 1704 |
![]() | '=' is not followed by whitespace. | 1704 |
![]() | '=' is not preceded with whitespace. | 1705 |
![]() | '=' is not followed by whitespace. | 1705 |
![]() | Line is longer than 80 characters. | 1706 |
![]() | '=' is not preceded with whitespace. | 1706 |
![]() | '=' is not followed by whitespace. | 1706 |
![]() | Line has trailing spaces. | 1708 |
![]() | Line contains a tab character. | 1710 |
![]() | '+' is not preceded with whitespace. | 1710 |
![]() | '+' is not followed by whitespace. | 1710 |
![]() | '+' is not preceded with whitespace. | 1710 |
![]() | '+' is not followed by whitespace. | 1710 |
![]() | Line has trailing spaces. | 1711 |
![]() | Line contains a tab character. | 1711 |
![]() | Line is longer than 80 characters. | 1713 |
![]() | Line contains a tab character. | 1713 |
![]() | '+' is not preceded with whitespace. | 1713 |
![]() | '+' is not followed by whitespace. | 1713 |
![]() | '+' is not preceded with whitespace. | 1713 |
![]() | '+' is not followed by whitespace. | 1713 |
![]() | Line contains a tab character. | 1714 |
![]() | Line contains a tab character. | 1716 |
![]() | First sentence should end with a period. | 1718 |
![]() | Line is longer than 80 characters. | 1719 |
![]() | Line contains a tab character. | 1719 |
![]() | Line contains a tab character. | 1720 |
![]() | Line has trailing spaces. | 1721 |
![]() | Line contains a tab character. | 1721 |
![]() | Line contains a tab character. | 1722 |
![]() | Line contains a tab character. | 1723 |
![]() | Line contains a tab character. | 1724 |
![]() | Line contains a tab character. | 1725 |
![]() | Method 'latitudeValue' is not designed for extension - needs to be abstract, final or empty. | 1725 |
![]() | '(' is followed by whitespace. | 1725 |
![]() | Parameter txt should be final. | 1725 |
![]() | ')' is preceded with whitespace. | 1725 |
![]() | Line is longer than 80 characters. | 1726 |
![]() | Line contains a tab character. | 1726 |
![]() | Line has trailing spaces. | 1727 |
![]() | Line contains a tab character. | 1727 |
![]() | Line contains a tab character. | 1728 |
![]() | Line contains a tab character. | 1729 |
![]() | Line contains a tab character. | 1730 |
![]() | Line contains a tab character. | 1731 |
![]() | Line has trailing spaces. | 1732 |
![]() | Line contains a tab character. | 1732 |
![]() | Line contains a tab character. | 1733 |
![]() | Line contains a tab character. | 1734 |
![]() | Line contains a tab character. | 1735 |
![]() | '=' is not preceded with whitespace. | 1736 |
![]() | '=' is not followed by whitespace. | 1736 |
![]() | '=' is not preceded with whitespace. | 1737 |
![]() | '=' is not followed by whitespace. | 1737 |
![]() | Line is longer than 80 characters. | 1738 |
![]() | '=' is not preceded with whitespace. | 1738 |
![]() | '=' is not followed by whitespace. | 1738 |
![]() | Line has trailing spaces. | 1740 |
![]() | Line contains a tab character. | 1742 |
![]() | '+' is not preceded with whitespace. | 1742 |
![]() | '+' is not followed by whitespace. | 1742 |
![]() | '+' is not preceded with whitespace. | 1742 |
![]() | '+' is not followed by whitespace. | 1742 |
![]() | Line has trailing spaces. | 1743 |
![]() | Line contains a tab character. | 1743 |
![]() | Line is longer than 80 characters. | 1745 |
![]() | Line contains a tab character. | 1745 |
![]() | '+' is not preceded with whitespace. | 1745 |
![]() | '+' is not followed by whitespace. | 1745 |
![]() | '+' is not preceded with whitespace. | 1745 |
![]() | '+' is not followed by whitespace. | 1745 |
![]() | Line contains a tab character. | 1746 |
![]() | Line contains a tab character. | 1748 |
![]() | First sentence should end with a period. | 1751 |
![]() | Line is longer than 80 characters. | 1752 |
![]() | Line contains a tab character. | 1752 |
![]() | Line has trailing spaces. | 1753 |
![]() | Line contains a tab character. | 1753 |
![]() | Line contains a tab character. | 1754 |
![]() | Line contains a tab character. | 1755 |
![]() | Line contains a tab character. | 1756 |
![]() | Line contains a tab character. | 1757 |
![]() | Method 'vector3fValue' is not designed for extension - needs to be abstract, final or empty. | 1757 |
![]() | Parameter txt should be final. | 1757 |
![]() | Line contains a tab character. | 1758 |
![]() | Line contains a tab character. | 1759 |
![]() | Line contains a tab character. | 1760 |
![]() | Line contains a tab character. | 1761 |
![]() | Line contains a tab character. | 1762 |
![]() | '+' is not preceded with whitespace. | 1762 |
![]() | '+' is not followed by whitespace. | 1762 |
![]() | '+' is not preceded with whitespace. | 1762 |
![]() | '+' is not followed by whitespace. | 1762 |
![]() | Line contains a tab character. | 1763 |
![]() | ',' is not followed by whitespace. | 1763 |
![]() | ',' is not followed by whitespace. | 1763 |
![]() | Line contains a tab character. | 1764 |
![]() | Line contains a tab character. | 1765 |
![]() | '+' is not preceded with whitespace. | 1765 |
![]() | '+' is not followed by whitespace. | 1765 |
![]() | '+' is not preceded with whitespace. | 1765 |
![]() | '+' is not followed by whitespace. | 1765 |
![]() | Line contains a tab character. | 1766 |
![]() | Line contains a tab character. | 1768 |
![]() | First sentence should end with a period. | 1770 |
![]() | Line is longer than 80 characters. | 1771 |
![]() | Line contains a tab character. | 1771 |
![]() | Line has trailing spaces. | 1772 |
![]() | Line contains a tab character. | 1772 |
![]() | Line contains a tab character. | 1773 |
![]() | Line contains a tab character. | 1774 |
![]() | Line contains a tab character. | 1775 |
![]() | Line contains a tab character. | 1776 |
![]() | Method 'point3fValue' is not designed for extension - needs to be abstract, final or empty. | 1776 |
![]() | Parameter txt should be final. | 1776 |
![]() | Line contains a tab character. | 1777 |
![]() | Line contains a tab character. | 1778 |
![]() | Line contains a tab character. | 1779 |
![]() | Line contains a tab character. | 1780 |
![]() | Line contains a tab character. | 1781 |
![]() | '+' is not preceded with whitespace. | 1781 |
![]() | '+' is not followed by whitespace. | 1781 |
![]() | '+' is not preceded with whitespace. | 1781 |
![]() | '+' is not followed by whitespace. | 1781 |
![]() | Line contains a tab character. | 1782 |
![]() | ',' is not followed by whitespace. | 1782 |
![]() | ',' is not followed by whitespace. | 1782 |
![]() | Line contains a tab character. | 1783 |
![]() | Line contains a tab character. | 1784 |
![]() | '+' is not preceded with whitespace. | 1784 |
![]() | '+' is not followed by whitespace. | 1784 |
![]() | '+' is not preceded with whitespace. | 1784 |
![]() | '+' is not followed by whitespace. | 1784 |
![]() | Line contains a tab character. | 1785 |
![]() | Line contains a tab character. | 1787 |
![]() | First sentence should end with a period. | 1790 |
![]() | Line contains a tab character. | 1791 |
![]() | Line contains a tab character. | 1792 |
![]() | Line has trailing spaces. | 1793 |
![]() | Line contains a tab character. | 1793 |
![]() | Line contains a tab character. | 1794 |
![]() | Line contains a tab character. | 1795 |
![]() | Line contains a tab character. | 1796 |
![]() | Method 'addConfPair' is not designed for extension - needs to be abstract, final or empty. | 1796 |
![]() | '(' is followed by whitespace. | 1796 |
![]() | Parameter txt should be final. | 1796 |
![]() | ')' is preceded with whitespace. | 1796 |
![]() | Line is longer than 80 characters. | 1797 |
![]() | Line contains a tab character. | 1797 |
![]() | Line has trailing spaces. | 1798 |
![]() | Line contains a tab character. | 1798 |
![]() | 'if' is not followed by whitespace. | 1799 |
![]() | Line is longer than 80 characters. | 1801 |
![]() | 'cast' is not followed by whitespace. | 1801 |
![]() | Line is longer than 80 characters. | 1804 |
![]() | '+' is not preceded with whitespace. | 1804 |
![]() | '+' is not followed by whitespace. | 1804 |
![]() | '+' is not preceded with whitespace. | 1804 |
![]() | '+' is not followed by whitespace. | 1804 |
![]() | Line contains a tab character. | 1807 |
![]() | First sentence should end with a period. | 1809 |
![]() | Line contains a tab character. | 1810 |
![]() | Line contains a tab character. | 1811 |
![]() | Line has trailing spaces. | 1812 |
![]() | Line contains a tab character. | 1812 |
![]() | Line contains a tab character. | 1813 |
![]() | Line contains a tab character. | 1814 |
![]() | Line contains a tab character. | 1815 |
![]() | Method 'addStaPair' is not designed for extension - needs to be abstract, final or empty. | 1815 |
![]() | '(' is followed by whitespace. | 1815 |
![]() | Parameter txt should be final. | 1815 |
![]() | ')' is preceded with whitespace. | 1815 |
![]() | Line is longer than 80 characters. | 1816 |
![]() | Line contains a tab character. | 1816 |
![]() | Line has trailing spaces. | 1817 |
![]() | Line contains a tab character. | 1817 |
![]() | 'if' is not followed by whitespace. | 1818 |
![]() | Line is longer than 80 characters. | 1820 |
![]() | 'cast' is not followed by whitespace. | 1820 |
![]() | Line is longer than 80 characters. | 1823 |
![]() | '+' is not preceded with whitespace. | 1823 |
![]() | '+' is not followed by whitespace. | 1823 |
![]() | '+' is not preceded with whitespace. | 1823 |
![]() | '+' is not followed by whitespace. | 1823 |
![]() | Line contains a tab character. | 1826 |
![]() | First sentence should end with a period. | 1828 |
![]() | Line contains a tab character. | 1829 |
![]() | Line contains a tab character. | 1830 |
![]() | Line has trailing spaces. | 1831 |
![]() | Line contains a tab character. | 1831 |
![]() | Line contains a tab character. | 1832 |
![]() | Line contains a tab character. | 1833 |
![]() | Line contains a tab character. | 1834 |
![]() | Method 'addStartPose' is not designed for extension - needs to be abstract, final or empty. | 1834 |
![]() | '(' is followed by whitespace. | 1834 |
![]() | Parameter txt should be final. | 1834 |
![]() | ')' is preceded with whitespace. | 1834 |
![]() | '{' should be on the previous line. | 1835 |
![]() | 'if' is not followed by whitespace. | 1838 |
![]() | '{' should be on the previous line. | 1839 |
![]() | '{' should be on the previous line. | 1841 |
![]() | Line has trailing spaces. | 1844 |
![]() | Line is longer than 80 characters. | 1856 |
![]() | '}' should be on the same line. | 1857 |
![]() | 'catch' is not followed by whitespace. | 1858 |
![]() | '{' should be on the previous line. | 1859 |
![]() | Line is longer than 80 characters. | 1860 |
![]() | Line contains a tab character. | 1863 |
![]() | First sentence should end with a period. | 1866 |
![]() | Line is longer than 80 characters. | 1867 |
![]() | Line contains a tab character. | 1867 |
![]() | Line has trailing spaces. | 1868 |
![]() | Line contains a tab character. | 1868 |
![]() | Line contains a tab character. | 1869 |
![]() | Line contains a tab character. | 1870 |
![]() | Line contains a tab character. | 1871 |
![]() | Line contains a tab character. | 1872 |
![]() | Method 'point4fValue' is not designed for extension - needs to be abstract, final or empty. | 1872 |
![]() | Parameter txt should be final. | 1872 |
![]() | Line is longer than 80 characters. | 1874 |
![]() | Line has trailing spaces. | 1875 |
![]() | Line contains a tab character. | 1875 |
![]() | Line contains a tab character. | 1876 |
![]() | Line contains a tab character. | 1877 |
![]() | Line contains a tab character. | 1878 |
![]() | Line contains a tab character. | 1879 |
![]() | Line has trailing spaces. | 1880 |
![]() | Line contains a tab character. | 1880 |
![]() | Line contains a tab character. | 1881 |
![]() | Line contains a tab character. | 1882 |
![]() | Line contains a tab character. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | ',' is not followed by whitespace. | 1883 |
![]() | Line contains a tab character. | 1884 |
![]() | Line contains a tab character. | 1885 |
![]() | Line contains a tab character. | 1886 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | ',' is not followed by whitespace. | 1889 |
![]() | Line contains a tab character. | 1890 |
![]() | Line contains a tab character. | 1891 |
![]() | '+' is not preceded with whitespace. | 1891 |
![]() | '+' is not followed by whitespace. | 1891 |
![]() | '+' is not preceded with whitespace. | 1891 |
![]() | '+' is not followed by whitespace. | 1891 |
![]() | Line contains a tab character. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | ',' is not followed by whitespace. | 1892 |
![]() | Line contains a tab character. | 1893 |
![]() | Line contains a tab character. | 1894 |
![]() | '+' is not preceded with whitespace. | 1894 |
![]() | '+' is not followed by whitespace. | 1894 |
![]() | '+' is not preceded with whitespace. | 1894 |
![]() | '+' is not followed by whitespace. | 1894 |
![]() | Line contains a tab character. | 1895 |
![]() | Line contains a tab character. | 1897 |
![]() | Line has trailing spaces. | 1899 |
![]() | Line has trailing spaces. | 1908 |
![]() | Line has trailing spaces. | 1909 |
![]() | Line contains a tab character. | 1909 |
![]() | First sentence should end with a period. | 1910 |
![]() | Line contains a tab character. | 1911 |
![]() | Line contains a tab character. | 1912 |
![]() | Line has trailing spaces. | 1913 |
![]() | Line contains a tab character. | 1913 |
![]() | Line contains a tab character. | 1914 |
![]() | Line contains a tab character. | 1915 |
![]() | Line contains a tab character. | 1916 |
![]() | Line contains a tab character. | 1917 |
![]() | Method 'getTriple' is not designed for extension - needs to be abstract, final or empty. | 1917 |
![]() | '(' is followed by whitespace. | 1917 |
![]() | Parameter txt should be final. | 1917 |
![]() | ')' is preceded with whitespace. | 1917 |
![]() | Line is longer than 80 characters. | 1918 |
![]() | Line contains a tab character. | 1918 |
![]() | Line has trailing spaces. | 1919 |
![]() | Line contains a tab character. | 1919 |
![]() | Line contains a tab character. | 1920 |
![]() | Line contains a tab character. | 1921 |
![]() | Line contains a tab character. | 1922 |
![]() | Line contains a tab character. | 1923 |
![]() | Line has trailing spaces. | 1924 |
![]() | Line contains a tab character. | 1924 |
![]() | Line contains a tab character. | 1925 |
![]() | Line contains a tab character. | 1926 |
![]() | Line contains a tab character. | 1927 |
![]() | ',' is not followed by whitespace. | 1927 |
![]() | ',' is not followed by whitespace. | 1927 |
![]() | Line contains a tab character. | 1928 |
![]() | Line contains a tab character. | 1929 |
![]() | Line contains a tab character. | 1930 |
![]() | Line contains a tab character. | 1931 |
![]() | ',' is not followed by whitespace. | 1931 |
![]() | ',' is not followed by whitespace. | 1931 |
![]() | Line contains a tab character. | 1933 |
![]() | '+' is not preceded with whitespace. | 1933 |
![]() | '+' is not followed by whitespace. | 1933 |
![]() | '+' is not preceded with whitespace. | 1933 |
![]() | '+' is not followed by whitespace. | 1933 |
![]() | Line has trailing spaces. | 1934 |
![]() | Line contains a tab character. | 1934 |
![]() | Line contains a tab character. | 1936 |
![]() | '+' is not preceded with whitespace. | 1936 |
![]() | '+' is not followed by whitespace. | 1936 |
![]() | '+' is not preceded with whitespace. | 1936 |
![]() | '+' is not followed by whitespace. | 1936 |
![]() | Line contains a tab character. | 1937 |
![]() | Line contains a tab character. | 1939 |
![]() | Line has trailing spaces. | 1940 |
![]() | Line contains a tab character. | 1940 |
![]() | First sentence should end with a period. | 1941 |
![]() | Line contains a tab character. | 1941 |
![]() | Line is longer than 80 characters. | 1942 |
![]() | Line contains a tab character. | 1942 |
![]() | Line has trailing spaces. | 1943 |
![]() | Line contains a tab character. | 1943 |
![]() | Line contains a tab character. | 1944 |
![]() | Line contains a tab character. | 1945 |
![]() | Line contains a tab character. | 1946 |
![]() | Line contains a tab character. | 1947 |
![]() | Method 'locationDoubleValue' is not designed for extension - needs to be abstract, final or empty. | 1947 |
![]() | Parameter txt should be final. | 1947 |
![]() | Line contains a tab character. | 1948 |
![]() | Line contains a tab character. | 1949 |
![]() | Line contains a tab character. | 1950 |
![]() | Line contains a tab character. | 1951 |
![]() | Line contains a tab character. | 1952 |
![]() | '+' is not preceded with whitespace. | 1952 |
![]() | '+' is not followed by whitespace. | 1952 |
![]() | '+' is not preceded with whitespace. | 1952 |
![]() | '+' is not followed by whitespace. | 1952 |
![]() | Line contains a tab character. | 1953 |
![]() | ',' is not followed by whitespace. | 1953 |
![]() | ',' is not followed by whitespace. | 1953 |
![]() | Line contains a tab character. | 1954 |
![]() | Line is longer than 80 characters. | 1955 |
![]() | Line contains a tab character. | 1955 |
![]() | '+' is not preceded with whitespace. | 1955 |
![]() | '+' is not followed by whitespace. | 1955 |
![]() | '+' is not preceded with whitespace. | 1955 |
![]() | '+' is not followed by whitespace. | 1955 |
![]() | Line contains a tab character. | 1956 |
![]() | Line contains a tab character. | 1957 |
![]() | Line contains a tab character. | 1958 |
![]() | First sentence should end with a period. | 1960 |
![]() | Line is longer than 80 characters. | 1961 |
![]() | Line contains a tab character. | 1961 |
![]() | Line has trailing spaces. | 1962 |
![]() | Line contains a tab character. | 1962 |
![]() | Line contains a tab character. | 1963 |
![]() | Line contains a tab character. | 1964 |
![]() | Line contains a tab character. | 1965 |
![]() | Line contains a tab character. | 1966 |
![]() | Method 'point2dDoubleValue' is not designed for extension - needs to be abstract, final or empty. | 1966 |
![]() | Parameter txt should be final. | 1966 |
![]() | Line contains a tab character. | 1967 |
![]() | Line contains a tab character. | 1968 |
![]() | Line contains a tab character. | 1969 |
![]() | Line contains a tab character. | 1970 |
![]() | Line contains a tab character. | 1971 |
![]() | '+' is not preceded with whitespace. | 1971 |
![]() | '+' is not followed by whitespace. | 1971 |
![]() | '+' is not preceded with whitespace. | 1971 |
![]() | '+' is not followed by whitespace. | 1971 |
![]() | Line contains a tab character. | 1972 |
![]() | Line contains a tab character. | 1973 |
![]() | Line is longer than 80 characters. | 1974 |
![]() | Line contains a tab character. | 1974 |
![]() | '+' is not preceded with whitespace. | 1974 |
![]() | '+' is not followed by whitespace. | 1974 |
![]() | '+' is not preceded with whitespace. | 1974 |
![]() | '+' is not followed by whitespace. | 1974 |
![]() | Line contains a tab character. | 1975 |
![]() | Line contains a tab character. | 1976 |
![]() | Line contains a tab character. | 1977 |
![]() | Line has trailing spaces. | 1978 |
![]() | Line contains a tab character. | 1978 |
![]() | Line has trailing spaces. | 1979 |
![]() | Line contains a tab character. | 1979 |
![]() | First sentence should end with a period. | 1980 |
![]() | Line contains a tab character. | 1980 |
![]() | Line is longer than 80 characters. | 1981 |
![]() | Line contains a tab character. | 1981 |
![]() | Line has trailing spaces. | 1982 |
![]() | Line contains a tab character. | 1982 |
![]() | Line contains a tab character. | 1983 |
![]() | Line contains a tab character. | 1984 |
![]() | Line contains a tab character. | 1985 |
![]() | Line contains a tab character. | 1986 |
![]() | Method 'velocityValue' is not designed for extension - needs to be abstract, final or empty. | 1986 |
![]() | Parameter txt should be final. | 1986 |
![]() | Line contains a tab character. | 1987 |
![]() | Line contains a tab character. | 1988 |
![]() | Line contains a tab character. | 1989 |
![]() | Line contains a tab character. | 1990 |
![]() | Line contains a tab character. | 1991 |
![]() | '+' is not preceded with whitespace. | 1991 |
![]() | '+' is not followed by whitespace. | 1991 |
![]() | '+' is not preceded with whitespace. | 1991 |
![]() | '+' is not followed by whitespace. | 1991 |
![]() | Line contains a tab character. | 1992 |
![]() | ',' is not followed by whitespace. | 1992 |
![]() | ',' is not followed by whitespace. | 1992 |
![]() | Line contains a tab character. | 1993 |
![]() | Line is longer than 80 characters. | 1994 |
![]() | Line contains a tab character. | 1994 |
![]() | '+' is not preceded with whitespace. | 1994 |
![]() | '+' is not followed by whitespace. | 1994 |
![]() | '+' is not preceded with whitespace. | 1994 |
![]() | '+' is not followed by whitespace. | 1994 |
![]() | Line contains a tab character. | 1995 |
![]() | Line contains a tab character. | 1996 |
![]() | Line contains a tab character. | 1997 |
![]() | First sentence should end with a period. | 1999 |
![]() | Line contains a tab character. | 1999 |
![]() | Line is longer than 80 characters. | 2000 |
![]() | Line contains a tab character. | 2000 |
![]() | Line has trailing spaces. | 2001 |
![]() | Line contains a tab character. | 2001 |
![]() | Line contains a tab character. | 2002 |
![]() | Line contains a tab character. | 2003 |
![]() | Line contains a tab character. | 2004 |
![]() | Line contains a tab character. | 2005 |
![]() | Method 'rotationValue' is not designed for extension - needs to be abstract, final or empty. | 2005 |
![]() | Parameter txt should be final. | 2005 |
![]() | Line contains a tab character. | 2006 |
![]() | Line contains a tab character. | 2007 |
![]() | Line contains a tab character. | 2008 |
![]() | Line contains a tab character. | 2009 |
![]() | Line contains a tab character. | 2010 |
![]() | '+' is not preceded with whitespace. | 2010 |
![]() | '+' is not followed by whitespace. | 2010 |
![]() | '+' is not preceded with whitespace. | 2010 |
![]() | '+' is not followed by whitespace. | 2010 |
![]() | Line contains a tab character. | 2011 |
![]() | ',' is not followed by whitespace. | 2011 |
![]() | ',' is not followed by whitespace. | 2011 |
![]() | Line contains a tab character. | 2012 |
![]() | Line is longer than 80 characters. | 2013 |
![]() | Line contains a tab character. | 2013 |
![]() | '+' is not preceded with whitespace. | 2013 |
![]() | '+' is not followed by whitespace. | 2013 |
![]() | '+' is not preceded with whitespace. | 2013 |
![]() | '+' is not followed by whitespace. | 2013 |
![]() | Line contains a tab character. | 2014 |
![]() | Line contains a tab character. | 2015 |
![]() | Line contains a tab character. | 2016 |
![]() | Line has trailing spaces. | 2017 |
![]() | Line contains a tab character. | 2017 |
![]() | First sentence should end with a period. | 2018 |
![]() | Line contains a tab character. | 2018 |
![]() | Line is longer than 80 characters. | 2019 |
![]() | Line contains a tab character. | 2019 |
![]() | Line has trailing spaces. | 2020 |
![]() | Line contains a tab character. | 2020 |
![]() | Line contains a tab character. | 2021 |
![]() | Line contains a tab character. | 2022 |
![]() | Line contains a tab character. | 2023 |
![]() | Line contains a tab character. | 2024 |
![]() | Method 'point3dValue' is not designed for extension - needs to be abstract, final or empty. | 2024 |
![]() | Parameter txt should be final. | 2024 |
![]() | Line contains a tab character. | 2025 |
![]() | Line contains a tab character. | 2026 |
![]() | Line contains a tab character. | 2027 |
![]() | Line contains a tab character. | 2028 |
![]() | Line contains a tab character. | 2029 |
![]() | '+' is not preceded with whitespace. | 2029 |
![]() | '+' is not followed by whitespace. | 2029 |
![]() | '+' is not preceded with whitespace. | 2029 |
![]() | '+' is not followed by whitespace. | 2029 |
![]() | Line contains a tab character. | 2030 |
![]() | ',' is not followed by whitespace. | 2030 |
![]() | ',' is not followed by whitespace. | 2030 |
![]() | Line contains a tab character. | 2031 |
![]() | Line contains a tab character. | 2032 |
![]() | '+' is not preceded with whitespace. | 2032 |
![]() | '+' is not followed by whitespace. | 2032 |
![]() | '+' is not preceded with whitespace. | 2032 |
![]() | '+' is not followed by whitespace. | 2032 |
![]() | Line contains a tab character. | 2033 |
![]() | Line contains a tab character. | 2035 |
![]() | Line has trailing spaces. | 2036 |
![]() | Line contains a tab character. | 2036 |
![]() | First sentence should end with a period. | 2037 |
![]() | Line contains a tab character. | 2037 |
![]() | Line is longer than 80 characters. | 2038 |
![]() | Line contains a tab character. | 2038 |
![]() | Line has trailing spaces. | 2039 |
![]() | Line contains a tab character. | 2039 |
![]() | Line contains a tab character. | 2040 |
![]() | Line contains a tab character. | 2041 |
![]() | Line contains a tab character. | 2042 |
![]() | Line contains a tab character. | 2043 |
![]() | Method 'vector3dValue' is not designed for extension - needs to be abstract, final or empty. | 2043 |
![]() | Parameter txt should be final. | 2043 |
![]() | Line contains a tab character. | 2044 |
![]() | Line contains a tab character. | 2045 |
![]() | Line contains a tab character. | 2046 |
![]() | Line contains a tab character. | 2047 |
![]() | Line contains a tab character. | 2048 |
![]() | '+' is not preceded with whitespace. | 2048 |
![]() | '+' is not followed by whitespace. | 2048 |
![]() | '+' is not preceded with whitespace. | 2048 |
![]() | '+' is not followed by whitespace. | 2048 |
![]() | Line contains a tab character. | 2049 |
![]() | ',' is not followed by whitespace. | 2049 |
![]() | ',' is not followed by whitespace. | 2049 |
![]() | Line contains a tab character. | 2050 |
![]() | Line contains a tab character. | 2051 |
![]() | '+' is not preceded with whitespace. | 2051 |
![]() | '+' is not followed by whitespace. | 2051 |
![]() | '+' is not preceded with whitespace. | 2051 |
![]() | '+' is not followed by whitespace. | 2051 |
![]() | Line contains a tab character. | 2052 |
![]() | Line contains a tab character. | 2054 |
![]() | Line has trailing spaces. | 2055 |
![]() | Line contains a tab character. | 2055 |
![]() | Line contains a tab character. | 2056 |
![]() | Line contains a tab character. | 2057 |
![]() | Line has trailing spaces. | 2058 |
![]() | Line contains a tab character. | 2058 |
![]() | Line contains a tab character. | 2059 |
![]() | Line contains a tab character. | 2060 |
![]() | Line contains a tab character. | 2061 |
![]() | Line contains a tab character. | 2062 |
![]() | Method 'stringValue' is not designed for extension - needs to be abstract, final or empty. | 2062 |
![]() | '(' is followed by whitespace. | 2062 |
![]() | Parameter txt should be final. | 2062 |
![]() | ')' is preceded with whitespace. | 2062 |
![]() | Line contains a tab character. | 2063 |
![]() | Line contains a tab character. | 2064 |
![]() | Line contains a tab character. | 2065 |
![]() | Line is longer than 80 characters. | 2066 |
![]() | Line contains a tab character. | 2066 |
![]() | Line contains a tab character. | 2067 |
![]() | Line contains a tab character. | 2068 |
![]() | Line contains a tab character. | 2069 |
![]() | '+' is not preceded with whitespace. | 2069 |
![]() | '+' is not followed by whitespace. | 2069 |
![]() | '-' is not preceded with whitespace. | 2069 |
![]() | '-' is not followed by whitespace. | 2069 |
![]() | Line contains a tab character. | 2070 |
![]() | Line has trailing spaces. | 2071 |
![]() | Line contains a tab character. | 2071 |
![]() | Line contains a tab character. | 2072 |
![]() | Line contains a tab character. | 2073 |
![]() | '+' is not preceded with whitespace. | 2073 |
![]() | '+' is not followed by whitespace. | 2073 |
![]() | '+' is not preceded with whitespace. | 2073 |
![]() | '+' is not followed by whitespace. | 2073 |
![]() | Line contains a tab character. | 2074 |
![]() | Line contains a tab character. | 2075 |
![]() | Line is longer than 80 characters. | 2077 |
![]() | Line contains a tab character. | 2077 |
![]() | '+' is not preceded with whitespace. | 2077 |
![]() | '+' is not followed by whitespace. | 2077 |
![]() | '+' is not preceded with whitespace. | 2077 |
![]() | '+' is not followed by whitespace. | 2077 |
![]() | Line contains a tab character. | 2078 |
![]() | Line contains a tab character. | 2080 |
![]() | Line has trailing spaces. | 2081 |
![]() | Line contains a tab character. | 2081 |
![]() | Line contains a tab character. | 2082 |
![]() | Line contains a tab character. | 2083 |
![]() | Line has trailing spaces. | 2084 |
![]() | Line contains a tab character. | 2084 |
![]() | Line contains a tab character. | 2085 |
![]() | Line contains a tab character. | 2086 |
![]() | Line contains a tab character. | 2087 |
![]() | Line contains a tab character. | 2088 |
![]() | Method 'stringIdValue' is not designed for extension - needs to be abstract, final or empty. | 2088 |
![]() | '(' is followed by whitespace. | 2088 |
![]() | Parameter txt should be final. | 2088 |
![]() | ')' is preceded with whitespace. | 2088 |
![]() | Line has trailing spaces. | 2089 |
![]() | Line contains a tab character. | 2089 |
![]() | Line contains a tab character. | 2090 |
![]() | Line has trailing spaces. | 2091 |
![]() | Line contains a tab character. | 2091 |
![]() | Line contains a tab character. | 2092 |
![]() | Line contains a tab character. | 2093 |
![]() | Line contains a tab character. | 2094 |
![]() | Line has trailing spaces. | 2095 |
![]() | Line is longer than 80 characters. | 2095 |
![]() | Line contains a tab character. | 2095 |
![]() | Line has trailing spaces. | 2096 |
![]() | Line contains a tab character. | 2096 |
![]() | Line contains a tab character. | 2097 |
![]() | Line contains a tab character. | 2098 |
![]() | Line contains a tab character. | 2099 |
![]() | Line contains a tab character. | 2100 |
![]() | Method 'booleanValue' is not designed for extension - needs to be abstract, final or empty. | 2100 |
![]() | Parameter txt should be final. | 2100 |
![]() | Line contains a tab character. | 2101 |
![]() | Line contains a tab character. | 2102 |
![]() | 'if' construct must use '{}'s. | 2103 |
![]() | Line contains a tab character. | 2103 |
![]() | Conditional logic can be removed. | 2103 |
![]() | 'else' construct must use '{}'s. | 2104 |
![]() | Line contains a tab character. | 2104 |
![]() | Line contains a tab character. | 2106 |
![]() | '+' is not preceded with whitespace. | 2106 |
![]() | '+' is not followed by whitespace. | 2106 |
![]() | '+' is not preceded with whitespace. | 2106 |
![]() | '+' is not followed by whitespace. | 2106 |
![]() | Line has trailing spaces. | 2107 |
![]() | Line contains a tab character. | 2107 |
![]() | Line is longer than 80 characters. | 2109 |
![]() | Line contains a tab character. | 2109 |
![]() | '+' is not preceded with whitespace. | 2109 |
![]() | '+' is not followed by whitespace. | 2109 |
![]() | '+' is not preceded with whitespace. | 2109 |
![]() | '+' is not followed by whitespace. | 2109 |
![]() | Line contains a tab character. | 2110 |
![]() | Line contains a tab character. | 2112 |
![]() | Line has trailing spaces. | 2113 |
![]() | Line contains a tab character. | 2113 |
![]() | Line contains a tab character. | 2114 |
![]() | Line contains a tab character. | 2115 |
![]() | Line contains a tab character. | 2116 |
![]() | Line has trailing spaces. | 2117 |
![]() | Line is longer than 80 characters. | 2117 |
![]() | Line contains a tab character. | 2117 |
![]() | Line has trailing spaces. | 2118 |
![]() | Line contains a tab character. | 2118 |
![]() | Line contains a tab character. | 2119 |
![]() | Line contains a tab character. | 2120 |
![]() | Line contains a tab character. | 2121 |
![]() | Line contains a tab character. | 2122 |
![]() | Method 'unrealIdValue' is not designed for extension - needs to be abstract, final or empty. | 2122 |
![]() | Parameter txt should be final. | 2122 |
![]() | Line contains a tab character. | 2123 |
![]() | Line contains a tab character. | 2124 |
![]() | Line contains a tab character. | 2125 |
![]() | Line is longer than 80 characters. | 2126 |
![]() | Line contains a tab character. | 2126 |
![]() | '+' is not preceded with whitespace. | 2126 |
![]() | '+' is not followed by whitespace. | 2126 |
![]() | '+' is not preceded with whitespace. | 2126 |
![]() | '+' is not followed by whitespace. | 2126 |
![]() | Line contains a tab character. | 2127 |
![]() | Line contains a tab character. | 2128 |
![]() | Line contains a tab character. | 2129 |
![]() | Line is longer than 80 characters. | 2131 |
![]() | Line contains a tab character. | 2131 |
![]() | '+' is not preceded with whitespace. | 2131 |
![]() | '+' is not followed by whitespace. | 2131 |
![]() | '+' is not preceded with whitespace. | 2131 |
![]() | '+' is not followed by whitespace. | 2131 |
![]() | Line has trailing spaces. | 2132 |
![]() | Line contains a tab character. | 2132 |
![]() | Line is longer than 80 characters. | 2134 |
![]() | Line contains a tab character. | 2134 |
![]() | '+' is not preceded with whitespace. | 2134 |
![]() | '+' is not followed by whitespace. | 2134 |
![]() | '+' is not preceded with whitespace. | 2134 |
![]() | '+' is not followed by whitespace. | 2134 |
![]() | Line contains a tab character. | 2135 |
![]() | Line contains a tab character. | 2137 |
![]() | Line has trailing spaces. | 2138 |
![]() | Line contains a tab character. | 2138 |
![]() | Missing a Javadoc comment. | 2140 |
![]() | '10' is a magic number. | 2140 |
![]() | Missing a Javadoc comment. | 2141 |
![]() | Name 'stack_pos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2141 |
![]() | Line has trailing spaces. | 2142 |
![]() | Line has trailing spaces. | 2143 |
![]() | Line contains a tab character. | 2143 |
![]() | Missing a Javadoc comment. | 2144 |
![]() | Variable 'actObj' must be private and have accessor methods. | 2144 |
![]() | Line has trailing spaces. | 2145 |
![]() | First sentence should end with a period. | 2146 |
![]() | Line is longer than 80 characters. | 2147 |
![]() | Name 'state_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2149 |
![]() | Parameter state should be final. | 2149 |
![]() | Expected @param tag for 'state'. | 2149 |
![]() | '{' should be on the previous line. | 2150 |
![]() | Line contains a tab character. | 2153 |
![]() | Line contains a tab character. | 2154 |
![]() | Line has trailing spaces. | 2156 |
![]() | Name 'state_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2160 |
![]() | '{' should be on the previous line. | 2161 |
![]() | Line contains a tab character. | 2163 |
![]() | Parameter in should be final. | 2173 |
![]() | Parameter in should be final. | 2183 |
![]() | Line has trailing spaces. | 2192 |
![]() | '-' is not preceded with whitespace. | 2201 |
![]() | '-' is not followed by whitespace. | 2201 |
![]() | '-=' is not preceded with whitespace. | 2204 |
![]() | '-=' is not preceded with whitespace. | 2205 |
![]() | '-=' is not preceded with whitespace. | 2206 |
![]() | Array brackets at illegal position. | 2213 |
![]() | '*' is not preceded with whitespace. | 2213 |
![]() | '*' is not followed by whitespace. | 2213 |
![]() | '-' is not preceded with whitespace. | 2220 |
![]() | '-' is not followed by whitespace. | 2220 |
![]() | '+=' is not preceded with whitespace. | 2223 |
![]() | Line has trailing spaces. | 2226 |
![]() | Line is longer than 80 characters. | 2226 |
![]() | Line has trailing spaces. | 2234 |
![]() | Line contains a tab character. | 2237 |
![]() | Line has trailing spaces. | 2241 |
![]() | Expected @throws tag for 'java.io.IOException'. | 2245 |
![]() | 'if' construct must use '{}'s. | 2249 |
![]() | Line has trailing spaces. | 2258 |
![]() | Line has trailing spaces. | 2262 |
![]() | Parameter reader should be final. | 2264 |
![]() | Inner assignments should be avoided. | 2269 |
![]() | Inner assignments should be avoided. | 2270 |
![]() | Inner assignments should be avoided. | 2271 |
![]() | Inner assignments should be avoided. | 2271 |
![]() | Expected an @return tag. | 2279 |
![]() | First sentence should end with a period. | 2284 |
![]() | Parameter newState should be final. | 2289 |
![]() | Expected an @return tag. | 2297 |
![]() | '(' is followed by whitespace. | 2298 |
![]() | '-' is not preceded with whitespace. | 2298 |
![]() | '-' is not followed by whitespace. | 2298 |
![]() | ')' is preceded with whitespace. | 2298 |
![]() | Line has trailing spaces. | 2303 |
![]() | Line has trailing spaces. | 2304 |
![]() | Line has trailing spaces. | 2305 |
![]() | Line has trailing spaces. | 2308 |
![]() | Parameter pos should be final. | 2313 |
![]() | '+' is not preceded with whitespace. | 2314 |
![]() | '+' is not followed by whitespace. | 2314 |
![]() | Expected an @return tag. | 2321 |
![]() | '-' is not preceded with whitespace. | 2322 |
![]() | '-' is not followed by whitespace. | 2322 |
![]() | Line has trailing spaces. | 2329 |
![]() | Line has trailing spaces. | 2330 |
![]() | Parameter errorCode should be final. | 2340 |
![]() | '}' should be on the same line. | 2344 |
![]() | Line has trailing spaces. | 2350 |
![]() | Method 'yypushback' is not designed for extension - needs to be abstract, final or empty. | 2361 |
![]() | Parameter number should be final. | 2361 |
![]() | 'if' construct must use '{}'s. | 2362 |
![]() | '(' is followed by whitespace. | 2362 |
![]() | ')' is preceded with whitespace. | 2362 |
![]() | Method 'yylex' is not designed for extension - needs to be abstract, final or empty. | 2376 |
![]() | Method length is 652 lines (max allowed is 150). | 2376 |
![]() | '+=' is not preceded with whitespace. | 2394 |
![]() | '-' is not preceded with whitespace. | 2394 |
![]() | '-' is not followed by whitespace. | 2394 |
![]() | 'if' construct must use '{}'s. | 2413 |
![]() | Line is longer than 80 characters. | 2425 |
![]() | 'if' construct must use '{}'s. | 2427 |
![]() | 'if' construct must use '{}'s. | 2429 |
![]() | 'if' construct must use '{}'s. | 2436 |
![]() | Line has trailing spaces. | 2436 |
![]() | 'else' construct must use '{}'s. | 2438 |
![]() | Line has trailing spaces. | 2438 |
![]() | 'if' construct must use '{}'s. | 2441 |
![]() | Inner assignments should be avoided. | 2445 |
![]() | Inner assignments should be avoided. | 2445 |
![]() | Line has trailing spaces. | 2446 |
![]() | Line has trailing spaces. | 2452 |
![]() | 'if' construct must use '{}'s. | 2453 |
![]() | '}' should be on the same line. | 2458 |
![]() | '}' should be on the same line. | 2472 |
![]() | 'if' construct must use '{}'s. | 2478 |
![]() | '(' is followed by whitespace. | 2482 |
![]() | ')' is preceded with whitespace. | 2482 |
![]() | 'if' construct must use '{}'s. | 2485 |
![]() | '(' is followed by whitespace. | 2485 |
![]() | '8' is a magic number. | 2485 |
![]() | '8' is a magic number. | 2485 |
![]() | ')' is preceded with whitespace. | 2485 |
![]() | Avoid inline conditionals. | 2494 |
![]() | Line has trailing spaces. | 2495 |
![]() | '75' is a magic number. | 2495 |
![]() | Line is longer than 80 characters. | 2496 |
![]() | Avoid nested blocks. | 2496 |
![]() | 'cast' is not followed by whitespace. | 2496 |
![]() | '120' is a magic number. | 2498 |
![]() | Line has trailing spaces. | 2499 |
![]() | '73' is a magic number. | 2499 |
![]() | Avoid nested blocks. | 2500 |
![]() | 'cast' is not followed by whitespace. | 2500 |
![]() | '121' is a magic number. | 2502 |
![]() | Line has trailing spaces. | 2503 |
![]() | '8' is a magic number. | 2503 |
![]() | Avoid nested blocks. | 2504 |
![]() | Line contains a tab character. | 2505 |
![]() | Line contains a tab character. | 2506 |
![]() | '122' is a magic number. | 2508 |
![]() | Line has trailing spaces. | 2509 |
![]() | '10' is a magic number. | 2509 |
![]() | Avoid nested blocks. | 2510 |
![]() | Line contains a tab character. | 2511 |
![]() | Line contains a tab character. | 2512 |
![]() | '123' is a magic number. | 2514 |
![]() | Line has trailing spaces. | 2515 |
![]() | '16' is a magic number. | 2515 |
![]() | Avoid nested blocks. | 2516 |
![]() | Line contains a tab character. | 2517 |
![]() | '124' is a magic number. | 2519 |
![]() | Line has trailing spaces. | 2520 |
![]() | '54' is a magic number. | 2520 |
![]() | Avoid nested blocks. | 2521 |
![]() | 'cast' is not followed by whitespace. | 2521 |
![]() | '125' is a magic number. | 2523 |
![]() | Line has trailing spaces. | 2524 |
![]() | '70' is a magic number. | 2524 |
![]() | Avoid nested blocks. | 2525 |
![]() | 'cast' is not followed by whitespace. | 2525 |
![]() | '=' is not preceded with whitespace. | 2525 |
![]() | '126' is a magic number. | 2527 |
![]() | Line has trailing spaces. | 2528 |
![]() | '78' is a magic number. | 2528 |
![]() | Avoid nested blocks. | 2529 |
![]() | 'cast' is not followed by whitespace. | 2529 |
![]() | '127' is a magic number. | 2531 |
![]() | Line has trailing spaces. | 2532 |
![]() | '45' is a magic number. | 2532 |
![]() | Avoid nested blocks. | 2533 |
![]() | '128' is a magic number. | 2535 |
![]() | Line has trailing spaces. | 2536 |
![]() | '65' is a magic number. | 2536 |
![]() | Avoid nested blocks. | 2537 |
![]() | 'cast' is not followed by whitespace. | 2537 |
![]() | '129' is a magic number. | 2539 |
![]() | Line has trailing spaces. | 2540 |
![]() | '49' is a magic number. | 2540 |
![]() | Avoid nested blocks. | 2541 |
![]() | 'cast' is not followed by whitespace. | 2541 |
![]() | '130' is a magic number. | 2543 |
![]() | Line has trailing spaces. | 2544 |
![]() | '25' is a magic number. | 2544 |
![]() | Avoid nested blocks. | 2545 |
![]() | 'cast' is not followed by whitespace. | 2545 |
![]() | '131' is a magic number. | 2547 |
![]() | Line has trailing spaces. | 2548 |
![]() | '48' is a magic number. | 2548 |
![]() | Avoid nested blocks. | 2549 |
![]() | 'cast' is not followed by whitespace. | 2549 |
![]() | '132' is a magic number. | 2551 |
![]() | Line has trailing spaces. | 2552 |
![]() | '92' is a magic number. | 2552 |
![]() | Avoid nested blocks. | 2553 |
![]() | 'cast' is not followed by whitespace. | 2553 |
![]() | '133' is a magic number. | 2555 |
![]() | Line has trailing spaces. | 2556 |
![]() | '35' is a magic number. | 2556 |
![]() | Avoid nested blocks. | 2557 |
![]() | 'cast' is not followed by whitespace. | 2557 |
![]() | '134' is a magic number. | 2559 |
![]() | Line has trailing spaces. | 2560 |
![]() | '102' is a magic number. | 2560 |
![]() | Avoid nested blocks. | 2561 |
![]() | 'cast' is not followed by whitespace. | 2561 |
![]() | '135' is a magic number. | 2563 |
![]() | Line has trailing spaces. | 2564 |
![]() | '96' is a magic number. | 2564 |
![]() | Avoid nested blocks. | 2565 |
![]() | '136' is a magic number. | 2567 |
![]() | Line has trailing spaces. | 2568 |
![]() | '95' is a magic number. | 2568 |
![]() | Avoid nested blocks. | 2569 |
![]() | 'cast' is not followed by whitespace. | 2569 |
![]() | '137' is a magic number. | 2571 |
![]() | Line has trailing spaces. | 2572 |
![]() | '37' is a magic number. | 2572 |
![]() | Avoid nested blocks. | 2573 |
![]() | 'cast' is not followed by whitespace. | 2573 |
![]() | '138' is a magic number. | 2575 |
![]() | Line has trailing spaces. | 2576 |
![]() | '113' is a magic number. | 2576 |
![]() | Avoid nested blocks. | 2577 |
![]() | 'cast' is not followed by whitespace. | 2577 |
![]() | '139' is a magic number. | 2579 |
![]() | Line has trailing spaces. | 2580 |
![]() | '85' is a magic number. | 2580 |
![]() | Avoid nested blocks. | 2581 |
![]() | 'cast' is not followed by whitespace. | 2581 |
![]() | '140' is a magic number. | 2583 |
![]() | Line has trailing spaces. | 2584 |
![]() | '51' is a magic number. | 2584 |
![]() | Avoid nested blocks. | 2585 |
![]() | 'cast' is not followed by whitespace. | 2585 |
![]() | '141' is a magic number. | 2587 |
![]() | Line has trailing spaces. | 2588 |
![]() | '18' is a magic number. | 2588 |
![]() | Avoid nested blocks. | 2589 |
![]() | Line contains a tab character. | 2590 |
![]() | '142' is a magic number. | 2592 |
![]() | Line has trailing spaces. | 2593 |
![]() | '63' is a magic number. | 2593 |
![]() | Avoid nested blocks. | 2594 |
![]() | 'cast' is not followed by whitespace. | 2594 |
![]() | '143' is a magic number. | 2596 |
![]() | Line has trailing spaces. | 2597 |
![]() | '34' is a magic number. | 2597 |
![]() | Avoid nested blocks. | 2598 |
![]() | 'cast' is not followed by whitespace. | 2598 |
![]() | '144' is a magic number. | 2600 |
![]() | Line has trailing spaces. | 2601 |
![]() | '83' is a magic number. | 2601 |
![]() | Line is longer than 80 characters. | 2602 |
![]() | Avoid nested blocks. | 2602 |
![]() | 'cast' is not followed by whitespace. | 2602 |
![]() | '145' is a magic number. | 2604 |
![]() | Line has trailing spaces. | 2605 |
![]() | '115' is a magic number. | 2605 |
![]() | Avoid nested blocks. | 2606 |
![]() | 'cast' is not followed by whitespace. | 2606 |
![]() | '146' is a magic number. | 2608 |
![]() | Line has trailing spaces. | 2609 |
![]() | '60' is a magic number. | 2609 |
![]() | Avoid nested blocks. | 2610 |
![]() | 'cast' is not followed by whitespace. | 2610 |
![]() | '147' is a magic number. | 2612 |
![]() | Line has trailing spaces. | 2613 |
![]() | '61' is a magic number. | 2613 |
![]() | Avoid nested blocks. | 2614 |
![]() | 'cast' is not followed by whitespace. | 2614 |
![]() | '148' is a magic number. | 2616 |
![]() | Line has trailing spaces. | 2617 |
![]() | '97' is a magic number. | 2617 |
![]() | Avoid nested blocks. | 2618 |
![]() | 'cast' is not followed by whitespace. | 2618 |
![]() | '149' is a magic number. | 2620 |
![]() | Line has trailing spaces. | 2621 |
![]() | '55' is a magic number. | 2621 |
![]() | Line is longer than 80 characters. | 2622 |
![]() | Avoid nested blocks. | 2622 |
![]() | Line is longer than 80 characters. | 2623 |
![]() | 'cast' is not followed by whitespace. | 2623 |
![]() | '150' is a magic number. | 2625 |
![]() | Line has trailing spaces. | 2626 |
![]() | '99' is a magic number. | 2626 |
![]() | Avoid nested blocks. | 2627 |
![]() | 'cast' is not followed by whitespace. | 2627 |
![]() | '151' is a magic number. | 2629 |
![]() | Line has trailing spaces. | 2630 |
![]() | '89' is a magic number. | 2630 |
![]() | Avoid nested blocks. | 2631 |
![]() | 'cast' is not followed by whitespace. | 2631 |
![]() | '152' is a magic number. | 2633 |
![]() | Line has trailing spaces. | 2634 |
![]() | '15' is a magic number. | 2634 |
![]() | Avoid nested blocks. | 2635 |
![]() | Line contains a tab character. | 2636 |
![]() | '153' is a magic number. | 2638 |
![]() | Line has trailing spaces. | 2639 |
![]() | '106' is a magic number. | 2639 |
![]() | Avoid nested blocks. | 2640 |
![]() | 'cast' is not followed by whitespace. | 2640 |
![]() | '154' is a magic number. | 2642 |
![]() | Line has trailing spaces. | 2643 |
![]() | '59' is a magic number. | 2643 |
![]() | Avoid nested blocks. | 2644 |
![]() | 'cast' is not followed by whitespace. | 2644 |
![]() | '155' is a magic number. | 2646 |
![]() | Line has trailing spaces. | 2647 |
![]() | '117' is a magic number. | 2647 |
![]() | Avoid nested blocks. | 2648 |
![]() | 'cast' is not followed by whitespace. | 2648 |
![]() | '156' is a magic number. | 2650 |
![]() | Line has trailing spaces. | 2651 |
![]() | '46' is a magic number. | 2651 |
![]() | Avoid nested blocks. | 2652 |
![]() | 'cast' is not followed by whitespace. | 2652 |
![]() | '157' is a magic number. | 2654 |
![]() | Line has trailing spaces. | 2655 |
![]() | '23' is a magic number. | 2655 |
![]() | Avoid nested blocks. | 2656 |
![]() | 'cast' is not followed by whitespace. | 2656 |
![]() | '158' is a magic number. | 2658 |
![]() | Line has trailing spaces. | 2659 |
![]() | '74' is a magic number. | 2659 |
![]() | Avoid nested blocks. | 2660 |
![]() | 'cast' is not followed by whitespace. | 2660 |
![]() | '159' is a magic number. | 2662 |
![]() | Line has trailing spaces. | 2663 |
![]() | '32' is a magic number. | 2663 |
![]() | Avoid nested blocks. | 2664 |
![]() | 'cast' is not followed by whitespace. | 2664 |
![]() | '160' is a magic number. | 2666 |
![]() | Line has trailing spaces. | 2667 |
![]() | '14' is a magic number. | 2667 |
![]() | Avoid nested blocks. | 2668 |
![]() | Line contains a tab character. | 2669 |
![]() | '161' is a magic number. | 2671 |
![]() | Line has trailing spaces. | 2672 |
![]() | '111' is a magic number. | 2672 |
![]() | Line is longer than 80 characters. | 2673 |
![]() | Avoid nested blocks. | 2673 |
![]() | 'cast' is not followed by whitespace. | 2673 |
![]() | ';' is not followed by whitespace. | 2673 |
![]() | '162' is a magic number. | 2675 |
![]() | Line has trailing spaces. | 2676 |
![]() | '66' is a magic number. | 2676 |
![]() | Avoid nested blocks. | 2677 |
![]() | 'cast' is not followed by whitespace. | 2677 |
![]() | '163' is a magic number. | 2679 |
![]() | Line has trailing spaces. | 2680 |
![]() | '57' is a magic number. | 2680 |
![]() | Line is longer than 80 characters. | 2681 |
![]() | Avoid nested blocks. | 2681 |
![]() | 'cast' is not followed by whitespace. | 2681 |
![]() | '164' is a magic number. | 2683 |
![]() | Line has trailing spaces. | 2684 |
![]() | '105' is a magic number. | 2684 |
![]() | Line is longer than 80 characters. | 2685 |
![]() | Avoid nested blocks. | 2685 |
![]() | 'cast' is not followed by whitespace. | 2685 |
![]() | '165' is a magic number. | 2687 |
![]() | Line has trailing spaces. | 2688 |
![]() | '33' is a magic number. | 2688 |
![]() | Avoid nested blocks. | 2689 |
![]() | 'cast' is not followed by whitespace. | 2689 |
![]() | '166' is a magic number. | 2691 |
![]() | Line has trailing spaces. | 2692 |
![]() | '71' is a magic number. | 2692 |
![]() | Avoid nested blocks. | 2693 |
![]() | 'cast' is not followed by whitespace. | 2693 |
![]() | '167' is a magic number. | 2695 |
![]() | Line has trailing spaces. | 2696 |
![]() | '119' is a magic number. | 2696 |
![]() | Avoid nested blocks. | 2697 |
![]() | '168' is a magic number. | 2699 |
![]() | Line has trailing spaces. | 2700 |
![]() | '12' is a magic number. | 2700 |
![]() | Avoid nested blocks. | 2701 |
![]() | Line contains a tab character. | 2702 |
![]() | Line contains a tab character. | 2704 |
![]() | Line contains a tab character. | 2705 |
![]() | Line has trailing spaces. | 2706 |
![]() | Line contains a tab character. | 2706 |
![]() | '{' should be on the previous line. | 2706 |
![]() | Line contains a tab character. | 2707 |
![]() | Line has trailing spaces. | 2708 |
![]() | Line contains a tab character. | 2708 |
![]() | Line contains a tab character. | 2709 |
![]() | Line contains a tab character. | 2712 |
![]() | Line contains a tab character. | 2713 |
![]() | 'cast' is not followed by whitespace. | 2713 |
![]() | Line contains a tab character. | 2714 |
![]() | Line has trailing spaces. | 2715 |
![]() | Line contains a tab character. | 2715 |
![]() | Line contains a tab character. | 2716 |
![]() | Line contains a tab character. | 2717 |
![]() | Line contains a tab character. | 2718 |
![]() | '169' is a magic number. | 2720 |
![]() | Line has trailing spaces. | 2721 |
![]() | '21' is a magic number. | 2721 |
![]() | Avoid nested blocks. | 2722 |
![]() | Line contains a tab character. | 2723 |
![]() | '170' is a magic number. | 2725 |
![]() | Line has trailing spaces. | 2726 |
![]() | Avoid nested blocks. | 2727 |
![]() | '+' is not preceded with whitespace. | 2730 |
![]() | '171' is a magic number. | 2732 |
![]() | Line has trailing spaces. | 2733 |
![]() | '103' is a magic number. | 2733 |
![]() | Avoid nested blocks. | 2734 |
![]() | 'cast' is not followed by whitespace. | 2734 |
![]() | '172' is a magic number. | 2736 |
![]() | Line has trailing spaces. | 2737 |
![]() | '43' is a magic number. | 2737 |
![]() | Avoid nested blocks. | 2738 |
![]() | 'cast' is not followed by whitespace. | 2738 |
![]() | '173' is a magic number. | 2740 |
![]() | Line has trailing spaces. | 2741 |
![]() | '93' is a magic number. | 2741 |
![]() | Avoid nested blocks. | 2742 |
![]() | 'cast' is not followed by whitespace. | 2742 |
![]() | '174' is a magic number. | 2744 |
![]() | Line has trailing spaces. | 2745 |
![]() | '13' is a magic number. | 2745 |
![]() | Avoid nested blocks. | 2746 |
![]() | Line contains a tab character. | 2747 |
![]() | '175' is a magic number. | 2749 |
![]() | Line has trailing spaces. | 2750 |
![]() | '28' is a magic number. | 2750 |
![]() | Avoid nested blocks. | 2751 |
![]() | 'cast' is not followed by whitespace. | 2751 |
![]() | '176' is a magic number. | 2753 |
![]() | Line has trailing spaces. | 2754 |
![]() | '94' is a magic number. | 2754 |
![]() | Avoid nested blocks. | 2755 |
![]() | 'cast' is not followed by whitespace. | 2755 |
![]() | '177' is a magic number. | 2757 |
![]() | Line has trailing spaces. | 2758 |
![]() | '42' is a magic number. | 2758 |
![]() | Avoid nested blocks. | 2759 |
![]() | 'cast' is not followed by whitespace. | 2759 |
![]() | '178' is a magic number. | 2761 |
![]() | Line has trailing spaces. | 2762 |
![]() | '44' is a magic number. | 2762 |
![]() | Avoid nested blocks. | 2763 |
![]() | 'cast' is not followed by whitespace. | 2763 |
![]() | '179' is a magic number. | 2765 |
![]() | Line has trailing spaces. | 2766 |
![]() | '7' is a magic number. | 2766 |
![]() | Avoid nested blocks. | 2767 |
![]() | Line contains a tab character. | 2768 |
![]() | Line contains a tab character. | 2769 |
![]() | '180' is a magic number. | 2771 |
![]() | Line has trailing spaces. | 2772 |
![]() | '90' is a magic number. | 2772 |
![]() | Avoid nested blocks. | 2773 |
![]() | 'cast' is not followed by whitespace. | 2773 |
![]() | '181' is a magic number. | 2775 |
![]() | Line has trailing spaces. | 2776 |
![]() | '30' is a magic number. | 2776 |
![]() | Avoid nested blocks. | 2777 |
![]() | 'cast' is not followed by whitespace. | 2777 |
![]() | '182' is a magic number. | 2779 |
![]() | Line has trailing spaces. | 2780 |
![]() | '22' is a magic number. | 2780 |
![]() | Avoid nested blocks. | 2781 |
![]() | Line contains a tab character. | 2782 |
![]() | '183' is a magic number. | 2784 |
![]() | Line has trailing spaces. | 2785 |
![]() | '84' is a magic number. | 2785 |
![]() | Avoid nested blocks. | 2786 |
![]() | 'cast' is not followed by whitespace. | 2786 |
![]() | '184' is a magic number. | 2788 |
![]() | Line has trailing spaces. | 2789 |
![]() | '87' is a magic number. | 2789 |
![]() | Avoid nested blocks. | 2790 |
![]() | 'cast' is not followed by whitespace. | 2790 |
![]() | '185' is a magic number. | 2792 |
![]() | Line has trailing spaces. | 2793 |
![]() | '114' is a magic number. | 2793 |
![]() | Avoid nested blocks. | 2794 |
![]() | 'cast' is not followed by whitespace. | 2794 |
![]() | '186' is a magic number. | 2796 |
![]() | Line has trailing spaces. | 2797 |
![]() | '26' is a magic number. | 2797 |
![]() | Avoid nested blocks. | 2798 |
![]() | 'cast' is not followed by whitespace. | 2798 |
![]() | '187' is a magic number. | 2800 |
![]() | Line has trailing spaces. | 2801 |
![]() | '62' is a magic number. | 2801 |
![]() | Avoid nested blocks. | 2802 |
![]() | 'cast' is not followed by whitespace. | 2802 |
![]() | '188' is a magic number. | 2804 |
![]() | Line has trailing spaces. | 2805 |
![]() | '39' is a magic number. | 2805 |
![]() | Avoid nested blocks. | 2806 |
![]() | 'cast' is not followed by whitespace. | 2806 |
![]() | '189' is a magic number. | 2808 |
![]() | Line has trailing spaces. | 2809 |
![]() | '29' is a magic number. | 2809 |
![]() | Avoid nested blocks. | 2810 |
![]() | 'cast' is not followed by whitespace. | 2810 |
![]() | '190' is a magic number. | 2812 |
![]() | Line has trailing spaces. | 2813 |
![]() | '20' is a magic number. | 2813 |
![]() | Avoid nested blocks. | 2814 |
![]() | '191' is a magic number. | 2816 |
![]() | Line has trailing spaces. | 2817 |
![]() | '91' is a magic number. | 2817 |
![]() | Avoid nested blocks. | 2818 |
![]() | 'cast' is not followed by whitespace. | 2818 |
![]() | '192' is a magic number. | 2820 |
![]() | Line has trailing spaces. | 2821 |
![]() | '80' is a magic number. | 2821 |
![]() | Avoid nested blocks. | 2822 |
![]() | 'cast' is not followed by whitespace. | 2822 |
![]() | '193' is a magic number. | 2824 |
![]() | Line has trailing spaces. | 2825 |
![]() | '4' is a magic number. | 2825 |
![]() | Avoid nested blocks. | 2826 |
![]() | Line contains a tab character. | 2827 |
![]() | Line contains a tab character. | 2828 |
![]() | '194' is a magic number. | 2830 |
![]() | Line has trailing spaces. | 2831 |
![]() | '108' is a magic number. | 2831 |
![]() | Avoid nested blocks. | 2832 |
![]() | 'cast' is not followed by whitespace. | 2832 |
![]() | '195' is a magic number. | 2834 |
![]() | Line has trailing spaces. | 2835 |
![]() | '52' is a magic number. | 2835 |
![]() | Line is longer than 80 characters. | 2836 |
![]() | Avoid nested blocks. | 2836 |
![]() | 'cast' is not followed by whitespace. | 2836 |
![]() | '196' is a magic number. | 2838 |
![]() | Line has trailing spaces. | 2839 |
![]() | '31' is a magic number. | 2839 |
![]() | Avoid nested blocks. | 2840 |
![]() | 'cast' is not followed by whitespace. | 2840 |
![]() | '197' is a magic number. | 2842 |
![]() | Line has trailing spaces. | 2843 |
![]() | '116' is a magic number. | 2843 |
![]() | Avoid nested blocks. | 2844 |
![]() | 'cast' is not followed by whitespace. | 2844 |
![]() | '198' is a magic number. | 2846 |
![]() | Line has trailing spaces. | 2847 |
![]() | '107' is a magic number. | 2847 |
![]() | Avoid nested blocks. | 2848 |
![]() | 'cast' is not followed by whitespace. | 2848 |
![]() | '199' is a magic number. | 2850 |
![]() | Line has trailing spaces. | 2851 |
![]() | '101' is a magic number. | 2851 |
![]() | Line is longer than 80 characters. | 2852 |
![]() | Avoid nested blocks. | 2852 |
![]() | 'cast' is not followed by whitespace. | 2852 |
![]() | '200' is a magic number. | 2854 |
![]() | Line has trailing spaces. | 2855 |
![]() | '88' is a magic number. | 2855 |
![]() | Avoid nested blocks. | 2856 |
![]() | '201' is a magic number. | 2858 |
![]() | Line has trailing spaces. | 2859 |
![]() | '41' is a magic number. | 2859 |
![]() | Avoid nested blocks. | 2860 |
![]() | 'cast' is not followed by whitespace. | 2860 |
![]() | '202' is a magic number. | 2862 |
![]() | Line has trailing spaces. | 2863 |
![]() | '24' is a magic number. | 2863 |
![]() | Avoid nested blocks. | 2864 |
![]() | 'cast' is not followed by whitespace. | 2864 |
![]() | '203' is a magic number. | 2866 |
![]() | Line has trailing spaces. | 2867 |
![]() | '109' is a magic number. | 2867 |
![]() | Avoid nested blocks. | 2868 |
![]() | '204' is a magic number. | 2870 |
![]() | Line has trailing spaces. | 2871 |
![]() | '3' is a magic number. | 2871 |
![]() | Avoid nested blocks. | 2872 |
![]() | '205' is a magic number. | 2874 |
![]() | Line has trailing spaces. | 2875 |
![]() | '67' is a magic number. | 2875 |
![]() | Avoid nested blocks. | 2876 |
![]() | 'cast' is not followed by whitespace. | 2876 |
![]() | '206' is a magic number. | 2878 |
![]() | Line has trailing spaces. | 2879 |
![]() | '110' is a magic number. | 2879 |
![]() | Avoid nested blocks. | 2880 |
![]() | 'cast' is not followed by whitespace. | 2880 |
![]() | '207' is a magic number. | 2882 |
![]() | Line has trailing spaces. | 2883 |
![]() | '112' is a magic number. | 2883 |
![]() | Avoid nested blocks. | 2884 |
![]() | 'cast' is not followed by whitespace. | 2884 |
![]() | '208' is a magic number. | 2886 |
![]() | Line has trailing spaces. | 2887 |
![]() | '76' is a magic number. | 2887 |
![]() | Avoid nested blocks. | 2888 |
![]() | 'cast' is not followed by whitespace. | 2888 |
![]() | '209' is a magic number. | 2890 |
![]() | Line has trailing spaces. | 2891 |
![]() | '69' is a magic number. | 2891 |
![]() | Avoid nested blocks. | 2892 |
![]() | 'cast' is not followed by whitespace. | 2892 |
![]() | '=' is not preceded with whitespace. | 2892 |
![]() | '210' is a magic number. | 2894 |
![]() | Line has trailing spaces. | 2895 |
![]() | '100' is a magic number. | 2895 |
![]() | Line is longer than 80 characters. | 2896 |
![]() | Avoid nested blocks. | 2896 |
![]() | 'cast' is not followed by whitespace. | 2896 |
![]() | '211' is a magic number. | 2898 |
![]() | Line has trailing spaces. | 2899 |
![]() | '72' is a magic number. | 2899 |
![]() | Avoid nested blocks. | 2900 |
![]() | 'cast' is not followed by whitespace. | 2900 |
![]() | '212' is a magic number. | 2902 |
![]() | Line has trailing spaces. | 2903 |
![]() | '86' is a magic number. | 2903 |
![]() | Avoid nested blocks. | 2904 |
![]() | 'cast' is not followed by whitespace. | 2904 |
![]() | '213' is a magic number. | 2906 |
![]() | Line has trailing spaces. | 2907 |
![]() | '27' is a magic number. | 2907 |
![]() | Avoid nested blocks. | 2908 |
![]() | 'cast' is not followed by whitespace. | 2908 |
![]() | '214' is a magic number. | 2910 |
![]() | Line has trailing spaces. | 2911 |
![]() | '19' is a magic number. | 2911 |
![]() | Avoid nested blocks. | 2912 |
![]() | '215' is a magic number. | 2914 |
![]() | Line has trailing spaces. | 2915 |
![]() | '17' is a magic number. | 2915 |
![]() | Avoid nested blocks. | 2916 |
![]() | Line contains a tab character. | 2917 |
![]() | '216' is a magic number. | 2919 |
![]() | Line has trailing spaces. | 2920 |
![]() | '81' is a magic number. | 2920 |
![]() | Avoid nested blocks. | 2921 |
![]() | 'cast' is not followed by whitespace. | 2921 |
![]() | '217' is a magic number. | 2923 |
![]() | Line has trailing spaces. | 2924 |
![]() | '64' is a magic number. | 2924 |
![]() | Avoid nested blocks. | 2925 |
![]() | 'cast' is not followed by whitespace. | 2925 |
![]() | '218' is a magic number. | 2927 |
![]() | Line has trailing spaces. | 2928 |
![]() | '53' is a magic number. | 2928 |
![]() | Avoid nested blocks. | 2929 |
![]() | 'cast' is not followed by whitespace. | 2929 |
![]() | '219' is a magic number. | 2931 |
![]() | Line has trailing spaces. | 2932 |
![]() | '50' is a magic number. | 2932 |
![]() | Avoid nested blocks. | 2933 |
![]() | 'cast' is not followed by whitespace. | 2933 |
![]() | '220' is a magic number. | 2935 |
![]() | Line has trailing spaces. | 2936 |
![]() | '68' is a magic number. | 2936 |
![]() | Avoid nested blocks. | 2937 |
![]() | 'cast' is not followed by whitespace. | 2937 |
![]() | '221' is a magic number. | 2939 |
![]() | Line has trailing spaces. | 2940 |
![]() | '77' is a magic number. | 2940 |
![]() | Avoid nested blocks. | 2941 |
![]() | 'cast' is not followed by whitespace. | 2941 |
![]() | '222' is a magic number. | 2943 |
![]() | Line has trailing spaces. | 2944 |
![]() | '38' is a magic number. | 2944 |
![]() | Avoid nested blocks. | 2945 |
![]() | 'cast' is not followed by whitespace. | 2945 |
![]() | '223' is a magic number. | 2947 |
![]() | Line has trailing spaces. | 2948 |
![]() | '118' is a magic number. | 2948 |
![]() | Avoid nested blocks. | 2949 |
![]() | '224' is a magic number. | 2951 |
![]() | Line has trailing spaces. | 2952 |
![]() | '79' is a magic number. | 2952 |
![]() | Avoid nested blocks. | 2953 |
![]() | 'cast' is not followed by whitespace. | 2953 |
![]() | '225' is a magic number. | 2955 |
![]() | Line has trailing spaces. | 2956 |
![]() | '9' is a magic number. | 2956 |
![]() | Avoid nested blocks. | 2957 |
![]() | Line contains a tab character. | 2958 |
![]() | Line contains a tab character. | 2959 |
![]() | '226' is a magic number. | 2961 |
![]() | Line has trailing spaces. | 2962 |
![]() | '11' is a magic number. | 2962 |
![]() | Avoid nested blocks. | 2963 |
![]() | Line contains a tab character. | 2964 |
![]() | Line contains a tab character. | 2965 |
![]() | '227' is a magic number. | 2967 |
![]() | Line has trailing spaces. | 2968 |
![]() | '82' is a magic number. | 2968 |
![]() | Avoid nested blocks. | 2969 |
![]() | 'cast' is not followed by whitespace. | 2969 |
![]() | '228' is a magic number. | 2971 |
![]() | Line has trailing spaces. | 2972 |
![]() | '47' is a magic number. | 2972 |
![]() | Avoid nested blocks. | 2973 |
![]() | 'cast' is not followed by whitespace. | 2973 |
![]() | '=' is not preceded with whitespace. | 2973 |
![]() | '229' is a magic number. | 2975 |
![]() | Line has trailing spaces. | 2976 |
![]() | '5' is a magic number. | 2976 |
![]() | Avoid nested blocks. | 2977 |
![]() | Line contains a tab character. | 2978 |
![]() | Line contains a tab character. | 2979 |
![]() | '230' is a magic number. | 2981 |
![]() | Line has trailing spaces. | 2982 |
![]() | '40' is a magic number. | 2982 |
![]() | Avoid nested blocks. | 2983 |
![]() | 'cast' is not followed by whitespace. | 2983 |
![]() | '231' is a magic number. | 2985 |
![]() | Line has trailing spaces. | 2986 |
![]() | '6' is a magic number. | 2986 |
![]() | Avoid nested blocks. | 2987 |
![]() | Line contains a tab character. | 2988 |
![]() | Line contains a tab character. | 2989 |
![]() | '232' is a magic number. | 2991 |
![]() | Line has trailing spaces. | 2992 |
![]() | '104' is a magic number. | 2992 |
![]() | Avoid nested blocks. | 2993 |
![]() | 'cast' is not followed by whitespace. | 2993 |
![]() | '233' is a magic number. | 2995 |
![]() | Line has trailing spaces. | 2996 |
![]() | '98' is a magic number. | 2996 |
![]() | Avoid nested blocks. | 2997 |
![]() | 'cast' is not followed by whitespace. | 2997 |
![]() | '234' is a magic number. | 2999 |
![]() | Line has trailing spaces. | 3000 |
![]() | '56' is a magic number. | 3000 |
![]() | Avoid nested blocks. | 3001 |
![]() | 'cast' is not followed by whitespace. | 3001 |
![]() | '235' is a magic number. | 3003 |
![]() | Line has trailing spaces. | 3004 |
![]() | '58' is a magic number. | 3004 |
![]() | Avoid nested blocks. | 3005 |
![]() | 'cast' is not followed by whitespace. | 3005 |
![]() | '236' is a magic number. | 3007 |
![]() | Line has trailing spaces. | 3008 |
![]() | '36' is a magic number. | 3008 |
![]() | Avoid nested blocks. | 3009 |
![]() | 'cast' is not followed by whitespace. | 3009 |
![]() | '237' is a magic number. | 3011 |
![]() | Line has trailing spaces. | 3012 |
![]() | Line has trailing spaces. | 3013 |
![]() | Avoid nested blocks. | 3013 |
![]() | '238' is a magic number. | 3015 |
![]() | Line has trailing spaces. | 3016 |
![]() | Avoid nested blocks. | 3019 |
![]() | Line has trailing spaces. | 3021 |
![]() | '}' should be on the same line. | 3021 |
![]() | Parameter argv should be final. | 3038 |
![]() | Array brackets at illegal position. | 3038 |
![]() | '}' should be on the same line. | 3041 |
![]() | '(' is followed by whitespace. | 3046 |
![]() | ')' is preceded with whitespace. | 3046 |
![]() | 'while' construct must use '{}'s. | 3047 |
![]() | '(' is followed by whitespace. | 3047 |
![]() | ')' is preceded with whitespace. | 3047 |
![]() | '}' should be on the same line. | 3048 |
![]() | '+' is not preceded with whitespace. | 3050 |
![]() | '+' is not followed by whitespace. | 3050 |
![]() | '+' is not preceded with whitespace. | 3050 |
![]() | '+' is not followed by whitespace. | 3050 |
![]() | '}' should be on the same line. | 3051 |
![]() | '+' is not preceded with whitespace. | 3053 |
![]() | '+' is not followed by whitespace. | 3053 |
![]() | '+' is not preceded with whitespace. | 3053 |
![]() | '+' is not followed by whitespace. | 3053 |
![]() | '}' should be on the same line. | 3055 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.guice.AgentScoped. | 4 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.guice.AgentScoped. | 4 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter unrealIdTranslator should be final. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Parameter readerProvider should be final. | 22 |
![]() | Parameter yylex should be final. | 22 |
![]() | Parameter yylexObserver should be final. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Parameter bus should be final. | 23 |
![]() | Parameter logger should be final. | 23 |
![]() | Redundant throws: 'CommunicationException' is unchecked exception. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter unrealIdTranslator should be final. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Parameter readerProvider should be final. | 22 |
![]() | Parameter yylex should be final. | 22 |
![]() | Parameter yylexObserver should be final. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Parameter bus should be final. | 23 |
![]() | Parameter logger should be final. | 23 |
![]() | Redundant throws: 'CommunicationException' is unchecked exception. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line contains a tab character. | 7 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 10 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line contains a tab character. | 7 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 10 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '=' is not preceded with whitespace. | 14 |
![]() | '=' is not followed by whitespace. | 14 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Expected @param tag for 'event'. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Expected @param tag for 'events'. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '50' is a magic number. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'popEvents' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'pushEvent' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter event should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'pushEvent' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter events should be final. | 54 |
![]() | 'events' hides a field. | 54 |
![]() | 'for' construct must use '{}'s. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | '=' is not preceded with whitespace. | 14 |
![]() | '=' is not followed by whitespace. | 14 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Expected @param tag for 'event'. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Expected @param tag for 'events'. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '50' is a magic number. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'popEvents' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'pushEvent' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter event should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'pushEvent' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter events should be final. | 54 |
![]() | 'events' hides a field. | 54 |
![]() | 'for' construct must use '{}'s. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter logger should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'processMessage' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Parameter message should be final. | 40 |
![]() | Redundant throws: 'TranslatorException' is unchecked exception. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter logger should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'processMessage' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Parameter message should be final. | 40 |
![]() | Redundant throws: 'TranslatorException' is unchecked exception. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - java.util.ArrayList. | 3 |
![]() | Unused import - java.util.HashMap. | 4 |
![]() | Unused import - java.util.List. | 5 |
![]() | Unused import - java.util.Map. | 6 |
![]() | Unused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter events should be final. | 30 |
![]() | 'events' hides a field. | 30 |
![]() | Parameter log should be final. | 30 |
![]() | 'log' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getEventQueue' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - java.util.ArrayList. | 3 |
![]() | Unused import - java.util.HashMap. | 4 |
![]() | Unused import - java.util.List. | 5 |
![]() | Unused import - java.util.Map. | 6 |
![]() | Unused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter events should be final. | 30 |
![]() | 'events' hides a field. | 30 |
![]() | Parameter log should be final. | 30 |
![]() | 'log' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getEventQueue' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | '{' is not preceded with whitespace. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Parameter context should be final. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter context should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter context should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter fromState should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter symbol should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter context should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Parameter toState should be final. | 43 |
![]() | Parameter symbol should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'stateSymbol' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter context should be final. | 47 |
![]() | Parameter symbol should be final. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | '{' is not preceded with whitespace. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Parameter context should be final. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter context should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter context should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter fromState should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter symbol should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter context should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Parameter toState should be final. | 43 |
![]() | Parameter symbol should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'stateSymbol' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter context should be final. | 47 |
![]() | Parameter symbol should be final. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.fsm.FSMInitialState. | 3 |
![]() | Unused import - cz.cuni.amis.fsm.FSMState. | 4 |
![]() | Unused import - cz.cuni.amis.fsm.FSMTransition. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line contains a tab character. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.fsm.FSMInitialState. | 3 |
![]() | Unused import - cz.cuni.amis.fsm.FSMState. | 4 |
![]() | Unused import - cz.cuni.amis.fsm.FSMTransition. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line contains a tab character. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.util.LinkedList. | 4 |
![]() | Unused import - java.util.Queue. | 6 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | First sentence should end with a period. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Parameter dependencies should be final. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Parameter mediator should be final. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Parameter bus should be final. | 112 |
![]() | Parameter log should be final. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'lock' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Expected @throws tag for 'PogamutInterruptedException'. | 121 |
![]() | Redundant throws: 'PogamutInterruptedException' is unchecked exception. | 121 |
![]() | Expected @throws tag for 'ComponentNotRunningException'. | 121 |
![]() | Redundant throws: 'ComponentNotRunningException' is unchecked exception. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | 'if' construct must use '{}'s. | 123 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | 'if' construct must use '{}'s. | 128 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | 'if' construct must use '{}'s. | 141 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Method 'unlock' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Expected @throws tag for 'ComponentNotRunningException'. | 154 |
![]() | Redundant throws: 'ComponentNotRunningException' is unchecked exception. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | 'if' construct must use '{}'s. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'isLocked' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Method 'isInLock' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Parameter batch should be final. | 184 |
![]() | Expected @param tag for 'batch'. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Parameter event should be final. | 197 |
![]() | Expected @param tag for 'event'. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line has trailing spaces. | 203 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | 'if' construct must use '{}'s. | 208 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line has trailing spaces. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Parameter startPaused should be final. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 230 |
![]() | Method 'preStop' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line has trailing spaces. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Method 'prePause' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | 'synchronized' is not followed by whitespace. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - java.util.LinkedList. | 4 |
![]() | Unused import - java.util.Queue. | 6 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | First sentence should end with a period. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Parameter dependencies should be final. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Parameter mediator should be final. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Parameter bus should be final. | 112 |
![]() | Parameter log should be final. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'lock' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Expected @throws tag for 'PogamutInterruptedException'. | 121 |
![]() | Redundant throws: 'PogamutInterruptedException' is unchecked exception. | 121 |
![]() | Expected @throws tag for 'ComponentNotRunningException'. | 121 |
![]() | Redundant throws: 'ComponentNotRunningException' is unchecked exception. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | 'if' construct must use '{}'s. | 123 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | 'if' construct must use '{}'s. | 128 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | 'if' construct must use '{}'s. | 141 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Method 'unlock' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Expected @throws tag for 'ComponentNotRunningException'. | 154 |
![]() | Redundant throws: 'ComponentNotRunningException' is unchecked exception. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | 'if' construct must use '{}'s. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'isLocked' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Method 'isInLock' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Parameter batch should be final. | 184 |
![]() | Expected @param tag for 'batch'. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Parameter event should be final. | 197 |
![]() | Expected @param tag for 'event'. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line has trailing spaces. | 203 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | 'if' construct must use '{}'s. | 208 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line has trailing spaces. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Parameter startPaused should be final. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 230 |
![]() | Method 'preStop' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line has trailing spaces. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Method 'prePause' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | 'synchronized' is not followed by whitespace. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Parameter dependencies should be final. | 24 |
![]() | Parameter mediator should be final. | 24 |
![]() | Parameter bus should be final. | 24 |
![]() | Parameter log should be final. | 24 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Parameter dependencies should be final. | 24 |
![]() | Parameter mediator should be final. | 24 |
![]() | Parameter bus should be final. | 24 |
![]() | Parameter log should be final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line has trailing spaces. | 6 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Expected an @return tag. | 11 |
![]() | Line contains a tab character. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line has trailing spaces. | 6 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Expected an @return tag. | 11 |
![]() | Line contains a tab character. | 11 |
![]() | Redundant 'public' modifier. | 11 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Missing a Javadoc comment. | 6 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Missing a Javadoc comment. | 6 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 6 |
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 6 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 5 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgent. | 3 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter agentModule should be final. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Method 'getAgentModule' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgent. | 3 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter agentModule should be final. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Method 'getAgentModule' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule. | 13 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule. | 14 |
![]() | Unused import - cz.cuni.amis.pogamut.base3d.agent.IAgent3D. | 17 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Type Javadoc comment is missing an @param <PARAMS> tag. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Variable 'worldViewDependenciesProvider' must be private and have accessor methods. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter botControllerClass should be final. | 73 |
![]() | 'botControllerClass' hides a field. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter agentParameters should be final. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'configureModules' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule. | 13 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule. | 14 |
![]() | Unused import - cz.cuni.amis.pogamut.base3d.agent.IAgent3D. | 17 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Type Javadoc comment is missing an @param <PARAMS> tag. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Variable 'worldViewDependenciesProvider' must be private and have accessor methods. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter botControllerClass should be final. | 73 |
![]() | 'botControllerClass' hides a field. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter agentParameters should be final. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'configureModules' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - com.google.inject.Injector. | 4 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgent. | 8 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage. | 12 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.translator.IWorldMessageTranslator. | 16 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView. | 17 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters. | 27 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.parser.IUT2004Yylex. | 28 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.parser.UT2004Parser. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Extra HTML tag found: </table> | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Type Javadoc comment is missing an @param <PARAMS> tag. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'connectionDependenciesProvider' must be private and have accessor methods. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Parameter agentParameters should be final. | 84 |
![]() | Expected @param tag for 'agentParameters'. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'configureModules' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - com.google.inject.Injector. | 4 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgent. | 8 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage. | 12 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.translator.IWorldMessageTranslator. | 16 |
![]() | Unused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView. | 17 |
![]() | Unused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters. | 27 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.parser.IUT2004Yylex. | 28 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.parser.UT2004Parser. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ItemTranslator. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Unused import - cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Extra HTML tag found: </table> | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Type Javadoc comment is missing an @param <PARAMS> tag. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'connectionDependenciesProvider' must be private and have accessor methods. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Parameter agentParameters should be final. | 84 |
![]() | Expected @param tag for 'agentParameters'. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'configureModules' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.master.*. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 22 |
![]() | First sentence should end with a period. | 32 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter nfom should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter bot should be final. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Missing a Javadoc comment. | 74 |
![]() | ',' is not followed by whitespace. | 74 |
![]() | ';' is not followed by whitespace. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | ';' is not followed by whitespace. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | ';' is not followed by whitespace. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | ';' is not followed by whitespace. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | '{' is not followed by whitespace. | 83 |
![]() | '-0.95' is a magic number. | 84 |
![]() | '0.31' is a magic number. | 84 |
![]() | '-0.95' is a magic number. | 85 |
![]() | '-0.31' is a magic number. | 85 |
![]() | '-0.81' is a magic number. | 86 |
![]() | '0.59' is a magic number. | 86 |
![]() | '-0.81' is a magic number. | 87 |
![]() | '-0.59' is a magic number. | 87 |
![]() | '-0.59' is a magic number. | 88 |
![]() | '0.81' is a magic number. | 88 |
![]() | '-0.59' is a magic number. | 89 |
![]() | '-0.81' is a magic number. | 89 |
![]() | '-0.31' is a magic number. | 90 |
![]() | '0.95' is a magic number. | 90 |
![]() | '-0.31' is a magic number. | 91 |
![]() | '-0.95' is a magic number. | 91 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | '0.47d' is a magic number. | 99 |
![]() | '0.47d' is a magic number. | 100 |
![]() | '0.61d' is a magic number. | 101 |
![]() | '0.61d' is a magic number. | 102 |
![]() | '0.86d' is a magic number. | 103 |
![]() | '0.86d' is a magic number. | 104 |
![]() | '1.22d' is a magic number. | 105 |
![]() | '1.22d' is a magic number. | 106 |
![]() | '1.5d' is a magic number. | 107 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | '1.57d' is a magic number. | 114 |
![]() | '1.57d' is a magic number. | 115 |
![]() | '1.91d' is a magic number. | 116 |
![]() | '1.91d' is a magic number. | 117 |
![]() | '2.72d' is a magic number. | 118 |
![]() | '2.72d' is a magic number. | 119 |
![]() | '3.5d' is a magic number. | 120 |
![]() | '3.5d' is a magic number. | 121 |
![]() | '4.2d' is a magic number. | 122 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | ';' is not followed by whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | ';' is not followed by whitespace. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | ';' is not followed by whitespace. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | ';' is not followed by whitespace. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | ';' is not followed by whitespace. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | ';' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | ';' is not followed by whitespace. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | ';' is not followed by whitespace. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | '0.9d' is a magic number. | 152 |
![]() | ';' is not followed by whitespace. | 152 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | ';' is not followed by whitespace. | 166 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Expected @throws tag for 'PogamutException'. | 178 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Line is longer than 80 characters. | 188 |
![]() | 'while' is not followed by whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | ';' is not followed by whitespace. | 202 |
![]() | '}' should be on the same line. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | '}' should be on the same line. | 212 |
![]() | '{' should be on the previous line. | 214 |
![]() | '}' should be on the same line. | 220 |
![]() | 'catch' is not followed by whitespace. | 221 |
![]() | '{' should be on the previous line. | 222 |
![]() | '{' should be on the previous line. | 233 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '{' should be on the previous line. | 252 |
![]() | 'if' is not followed by whitespace. | 254 |
![]() | '{' should be on the previous line. | 258 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | '{' should be on the previous line. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 278 |
![]() | 'for' is not followed by whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | '{' should be on the previous line. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | ';' is not followed by whitespace. | 296 |
![]() | ';' is not followed by whitespace. | 297 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Missing a Javadoc comment. | 318 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line is longer than 80 characters. | 337 |
![]() | 'if' is not followed by whitespace. | 337 |
![]() | '5' is a magic number. | 337 |
![]() | 'if' is not followed by whitespace. | 341 |
![]() | '0.85' is a magic number. | 341 |
![]() | '{' should be on the previous line. | 342 |
![]() | 'if' is not followed by whitespace. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | 'if' is not followed by whitespace. | 352 |
![]() | '{' should be on the previous line. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | ';' is not followed by whitespace. | 354 |
![]() | Line is longer than 80 characters. | 357 |
![]() | '15' is a magic number. | 357 |
![]() | '?' is not preceded with whitespace. | 357 |
![]() | Avoid inline conditionals. | 357 |
![]() | '?' is not followed by whitespace. | 357 |
![]() | ':' is not preceded with whitespace. | 357 |
![]() | ':' is not followed by whitespace. | 357 |
![]() | '}' should be on the same line. | 358 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | '15' is a magic number. | 364 |
![]() | '?' is not preceded with whitespace. | 364 |
![]() | Avoid inline conditionals. | 364 |
![]() | '?' is not followed by whitespace. | 364 |
![]() | ':' is not preceded with whitespace. | 364 |
![]() | ':' is not followed by whitespace. | 364 |
![]() | '1.5d' is a magic number. | 368 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Parameter center should be final. | 384 |
![]() | Parameter width should be final. | 384 |
![]() | Parameter height should be final. | 384 |
![]() | Parameter actual should be final. | 384 |
![]() | Line is longer than 80 characters. | 386 |
![]() | ';' is not followed by whitespace. | 386 |
![]() | Line is longer than 80 characters. | 387 |
![]() | ';' is not followed by whitespace. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | ';' is not followed by whitespace. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | ';' is not followed by whitespace. | 389 |
![]() | Line is longer than 80 characters. | 391 |
![]() | 'if' is not followed by whitespace. | 391 |
![]() | Line is longer than 80 characters. | 395 |
![]() | 'if' is not followed by whitespace. | 395 |
![]() | Line is longer than 80 characters. | 399 |
![]() | 'if' is not followed by whitespace. | 399 |
![]() | Parameter center should be final. | 412 |
![]() | Parameter corner should be final. | 412 |
![]() | '{' should be on the previous line. | 413 |
![]() | Line is longer than 80 characters. | 415 |
![]() | 'if' is not followed by whitespace. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line is longer than 80 characters. | 422 |
![]() | '}' should be on the same line. | 424 |
![]() | '{' should be on the previous line. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | '{' should be on the previous line. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | '?' is not preceded with whitespace. | 444 |
![]() | Avoid inline conditionals. | 444 |
![]() | '?' is not followed by whitespace. | 444 |
![]() | '360' is a magic number. | 444 |
![]() | '180' is a magic number. | 444 |
![]() | ':' is not preceded with whitespace. | 444 |
![]() | ':' is not followed by whitespace. | 444 |
![]() | '180' is a magic number. | 444 |
![]() | '{' should be on the previous line. | 454 |
![]() | 'if' is not followed by whitespace. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | Comment matches to-do format 'TODO:'. | 459 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line is longer than 80 characters. | 460 |
![]() | '10' is a magic number. | 460 |
![]() | ';' is not followed by whitespace. | 460 |
![]() | Line is longer than 80 characters. | 462 |
![]() | '4' is a magic number. | 462 |
![]() | 'if' is not followed by whitespace. | 463 |
![]() | '{' should be on the previous line. | 464 |
![]() | '{' should be on the previous line. | 476 |
![]() | 'if' is not followed by whitespace. | 478 |
![]() | '{' should be on the previous line. | 479 |
![]() | 'if' is not followed by whitespace. | 480 |
![]() | '{' should be on the previous line. | 481 |
![]() | Line is longer than 80 characters. | 486 |
![]() | '?' is not preceded with whitespace. | 486 |
![]() | Avoid inline conditionals. | 486 |
![]() | '?' is not followed by whitespace. | 486 |
![]() | ':' is not preceded with whitespace. | 486 |
![]() | ':' is not followed by whitespace. | 486 |
![]() | 'if' is not followed by whitespace. | 487 |
![]() | '{' should be on the previous line. | 488 |
![]() | 'if' is not followed by whitespace. | 489 |
![]() | '{' should be on the previous line. | 490 |
![]() | 'if' is not followed by whitespace. | 491 |
![]() | '{' should be on the previous line. | 492 |
![]() | '}' should be on the same line. | 494 |
![]() | 'if' is not followed by whitespace. | 495 |
![]() | '{' should be on the previous line. | 496 |
![]() | ';' is not followed by whitespace. | 500 |
![]() | Line is longer than 80 characters. | 502 |
![]() | 'if' is not followed by whitespace. | 502 |
![]() | Parameter state should be final. | 518 |
![]() | 'state' hides a field. | 518 |
![]() | '{' should be on the previous line. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Parameter actual should be final. | 533 |
![]() | Parameter target should be final. | 533 |
![]() | '{' should be on the previous line. | 534 |
![]() | 'if' is not followed by whitespace. | 535 |
![]() | '{' should be on the previous line. | 536 |
![]() | '{' should be on the previous line. | 547 |
![]() | Parameter state should be final. | 558 |
![]() | 'state' hides a field. | 558 |
![]() | '{' should be on the previous line. | 559 |
![]() | '{' should be on the previous line. | 561 |
![]() | 'if' is not followed by whitespace. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | Missing a Javadoc comment. | 594 |
![]() | Missing a Javadoc comment. | 595 |
![]() | '10' is a magic number. | 595 |
![]() | '{' should be on the previous line. | 604 |
![]() | switch without "default" clause. | 605 |
![]() | '{' should be on the previous line. | 606 |
![]() | Line is longer than 80 characters. | 608 |
![]() | Line is longer than 80 characters. | 611 |
![]() | '3' is a magic number. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | '4' is a magic number. | 616 |
![]() | 'if' is not followed by whitespace. | 620 |
![]() | '4' is a magic number. | 620 |
![]() | '{' should be on the previous line. | 621 |
![]() | Line is longer than 80 characters. | 623 |
![]() | '{' should be on the previous line. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | ';' is not followed by whitespace. | 638 |
![]() | Line is longer than 80 characters. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | First sentence should end with a period. | 643 |
![]() | Parameter timeSpan should be final. | 653 |
![]() | '{' should be on the previous line. | 654 |
![]() | 'if' is not followed by whitespace. | 655 |
![]() | '{' should be on the previous line. | 656 |
![]() | '}' should be on the same line. | 658 |
![]() | 'if' is not followed by whitespace. | 659 |
![]() | '{' should be on the previous line. | 660 |
![]() | '{' should be on the previous line. | 671 |
![]() | 'if' is not followed by whitespace. | 672 |
![]() | '{' should be on the previous line. | 673 |
![]() | '{' should be on the previous line. | 685 |
![]() | '0.9d' is a magic number. | 689 |
![]() | '{' should be on the previous line. | 699 |
![]() | '{' should be on the previous line. | 712 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | ';' is not followed by whitespace. | 718 |
![]() | ';' is not followed by whitespace. | 720 |
![]() | '{' should be on the previous line. | 729 |
![]() | Line is longer than 80 characters. | 734 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line is longer than 80 characters. | 736 |
![]() | Parameter sx should be final. | 746 |
![]() | Parameter cx should be final. | 746 |
![]() | '{' should be on the previous line. | 747 |
![]() | 'if' is not followed by whitespace. | 748 |
![]() | '{' should be on the previous line. | 749 |
![]() | '180' is a magic number. | 750 |
![]() | '}' should be on the same line. | 751 |
![]() | 'if' is not followed by whitespace. | 752 |
![]() | '{' should be on the previous line. | 753 |
![]() | '180' is a magic number. | 754 |
![]() | '180' is a magic number. | 754 |
![]() | '}' should be on the same line. | 755 |
![]() | 'if' is not followed by whitespace. | 756 |
![]() | '{' should be on the previous line. | 757 |
![]() | '180' is a magic number. | 758 |
![]() | '180' is a magic number. | 758 |
![]() | '}' should be on the same line. | 759 |
![]() | '{' should be on the previous line. | 761 |
![]() | '360' is a magic number. | 762 |
![]() | '180' is a magic number. | 762 |
![]() | '{' should be on the previous line. | 773 |
![]() | '?' is not preceded with whitespace. | 774 |
![]() | Avoid inline conditionals. | 774 |
![]() | '?' is not followed by whitespace. | 774 |
![]() | ':' is not preceded with whitespace. | 774 |
![]() | ':' is not followed by whitespace. | 774 |
![]() | '?' is not preceded with whitespace. | 775 |
![]() | Avoid inline conditionals. | 775 |
![]() | '?' is not followed by whitespace. | 775 |
![]() | ':' is not preceded with whitespace. | 775 |
![]() | ':' is not followed by whitespace. | 775 |
![]() | '3' is a magic number. | 775 |
![]() | Line has trailing spaces. | 782 |
![]() | Line is longer than 80 characters. | 782 |
![]() | Line is longer than 80 characters. | 783 |
![]() | '90' is a magic number. | 783 |
![]() | Line is longer than 80 characters. | 785 |
![]() | 'if' is not followed by whitespace. | 785 |
![]() | '6' is a magic number. | 787 |
![]() | '}' should be on the same line. | 788 |
![]() | '{' should be on the previous line. | 790 |
![]() | '5' is a magic number. | 791 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | 'if' is not followed by whitespace. | 795 |
![]() | '2.7' is a magic number. | 795 |
![]() | '?' is not preceded with whitespace. | 797 |
![]() | Avoid inline conditionals. | 797 |
![]() | '?' is not followed by whitespace. | 797 |
![]() | ':' is not preceded with whitespace. | 797 |
![]() | ':' is not followed by whitespace. | 797 |
![]() | '}' should be on the same line. | 798 |
![]() | '{' should be on the previous line. | 800 |
![]() | '?' is not preceded with whitespace. | 801 |
![]() | Avoid inline conditionals. | 801 |
![]() | '?' is not followed by whitespace. | 801 |
![]() | '3' is a magic number. | 801 |
![]() | '5' is a magic number. | 801 |
![]() | ':' is not preceded with whitespace. | 801 |
![]() | ':' is not followed by whitespace. | 801 |
![]() | 'if' is not followed by whitespace. | 804 |
![]() | '{' should be on the previous line. | 805 |
![]() | 'if' is not followed by whitespace. | 807 |
![]() | '{' should be on the previous line. | 808 |
![]() | 'if' is not followed by whitespace. | 813 |
![]() | '{' should be on the previous line. | 814 |
![]() | Line is longer than 80 characters. | 815 |
![]() | '6' is a magic number. | 815 |
![]() | 'if' is not followed by whitespace. | 818 |
![]() | '{' should be on the previous line. | 819 |
![]() | '}' should be on the same line. | 821 |
![]() | '{' should be on the previous line. | 823 |
![]() | '?' is not preceded with whitespace. | 824 |
![]() | Avoid inline conditionals. | 824 |
![]() | '?' is not followed by whitespace. | 824 |
![]() | ':' is not preceded with whitespace. | 824 |
![]() | ':' is not followed by whitespace. | 824 |
![]() | Missing a Javadoc comment. | 828 |
![]() | Variable 'tempNextLoc' must be private and have accessor methods. | 828 |
![]() | Missing a Javadoc comment. | 829 |
![]() | Variable 'tempState' must be private and have accessor methods. | 829 |
![]() | Missing a Javadoc comment. | 830 |
![]() | Variable 'sonarGeo' must be private and have accessor methods. | 830 |
![]() | Missing a Javadoc comment. | 831 |
![]() | Variable 'greatestRiskSonar' must be private and have accessor methods. | 831 |
![]() | ';' is not followed by whitespace. | 831 |
![]() | Line is longer than 80 characters. | 832 |
![]() | Missing a Javadoc comment. | 832 |
![]() | ';' is not followed by whitespace. | 832 |
![]() | Parameter sonars should be final. | 838 |
![]() | Expected @param tag for 'sonars'. | 838 |
![]() | '{' should be on the previous line. | 839 |
![]() | Line is longer than 80 characters. | 840 |
![]() | Line has trailing spaces. | 841 |
![]() | Line is longer than 80 characters. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | ';' is not followed by whitespace. | 844 |
![]() | ';' is not followed by whitespace. | 845 |
![]() | Line is longer than 80 characters. | 851 |
![]() | Line is longer than 80 characters. | 852 |
![]() | 'for' is not followed by whitespace. | 855 |
![]() | '{' should be on the previous line. | 856 |
![]() | Line is longer than 80 characters. | 857 |
![]() | ';' is not followed by whitespace. | 857 |
![]() | 'if' is not followed by whitespace. | 858 |
![]() | '{' should be on the previous line. | 859 |
![]() | 'if' is not followed by whitespace. | 866 |
![]() | '{' should be on the previous line. | 867 |
![]() | Line is longer than 80 characters. | 868 |
![]() | ';' is not followed by whitespace. | 868 |
![]() | Line is longer than 80 characters. | 869 |
![]() | 'if' is not followed by whitespace. | 869 |
![]() | '}' should be on the same line. | 874 |
![]() | '{' should be on the previous line. | 876 |
![]() | 'if' is not followed by whitespace. | 879 |
![]() | '{' should be on the previous line. | 880 |
![]() | 'if' is not followed by whitespace. | 886 |
![]() | '{' should be on the previous line. | 887 |
![]() | Line is longer than 80 characters. | 888 |
![]() | 'if' is not followed by whitespace. | 888 |
![]() | '7' is a magic number. | 888 |
![]() | '2.5d' is a magic number. | 888 |
![]() | Line is longer than 80 characters. | 890 |
![]() | 'if' is not followed by whitespace. | 891 |
![]() | '{' should be on the previous line. | 892 |
![]() | '}' should be on the same line. | 895 |
![]() | Line is longer than 80 characters. | 896 |
![]() | 'if' is not followed by whitespace. | 897 |
![]() | '8' is a magic number. | 899 |
![]() | Line is longer than 80 characters. | 900 |
![]() | '{' should be on the previous line. | 900 |
![]() | '{' is not followed by whitespace. | 900 |
![]() | Line is longer than 80 characters. | 901 |
![]() | 'if' is not followed by whitespace. | 902 |
![]() | '{' should be on the previous line. | 903 |
![]() | 'if' is not followed by whitespace. | 908 |
![]() | '8' is a magic number. | 908 |
![]() | '{' should be on the previous line. | 909 |
![]() | Line is longer than 80 characters. | 910 |
![]() | 'if' is not followed by whitespace. | 911 |
![]() | '{' should be on the previous line. | 912 |
![]() | '}' should be on the same line. | 920 |
![]() | '{' should be on the previous line. | 922 |
![]() | 'if' is not followed by whitespace. | 923 |
![]() | '1.5d' is a magic number. | 923 |
![]() | Line is longer than 80 characters. | 925 |
![]() | 'if' is not followed by whitespace. | 926 |
![]() | '{' should be on the previous line. | 927 |
![]() | '}' should be on the same line. | 930 |
![]() | 'if' is not followed by whitespace. | 931 |
![]() | '{' should be on the previous line. | 934 |
![]() | Line is longer than 80 characters. | 935 |
![]() | 'if' is not followed by whitespace. | 936 |
![]() | '{' should be on the previous line. | 937 |
![]() | 'if' is not followed by whitespace. | 942 |
![]() | '{' should be on the previous line. | 943 |
![]() | Line is longer than 80 characters. | 944 |
![]() | 'if' is not followed by whitespace. | 945 |
![]() | '{' should be on the previous line. | 946 |
![]() | Missing a Javadoc comment. | 955 |
![]() | Parameter index should be final. | 964 |
![]() | Parameter fittest should be final. | 964 |
![]() | '{' should be on the previous line. | 965 |
![]() | Line is longer than 80 characters. | 967 |
![]() | Line is longer than 80 characters. | 968 |
![]() | '?' is not preceded with whitespace. | 968 |
![]() | Avoid inline conditionals. | 968 |
![]() | '-0.3' is a magic number. | 968 |
![]() | '?' is not followed by whitespace. | 968 |
![]() | ':' is not preceded with whitespace. | 968 |
![]() | ':' is not followed by whitespace. | 968 |
![]() | '?' is not preceded with whitespace. | 968 |
![]() | Avoid inline conditionals. | 968 |
![]() | '0.3' is a magic number. | 968 |
![]() | '?' is not followed by whitespace. | 968 |
![]() | ':' is not preceded with whitespace. | 968 |
![]() | ':' is not followed by whitespace. | 968 |
![]() | Line is longer than 80 characters. | 969 |
![]() | 'if' is not followed by whitespace. | 972 |
![]() | '{' should be on the previous line. | 973 |
![]() | Parameter actual should be final. | 993 |
![]() | '{' should be on the previous line. | 994 |
![]() | 'if' is not followed by whitespace. | 998 |
![]() | '{' should be on the previous line. | 999 |
![]() | '}' should be on the same line. | 1002 |
![]() | '{' should be on the previous line. | 1004 |
![]() | '180' is a magic number. | 1014 |
![]() | '360' is a magic number. | 1014 |
![]() | ';' is not followed by whitespace. | 1014 |
![]() | '180' is a magic number. | 1015 |
![]() | ';' is not followed by whitespace. | 1015 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | ';' is not followed by whitespace. | 1016 |
![]() | 'if' is not followed by whitespace. | 1017 |
![]() | '180' is a magic number. | 1017 |
![]() | '{' should be on the previous line. | 1018 |
![]() | '360' is a magic number. | 1019 |
![]() | '}' should be on the same line. | 1020 |
![]() | 'if' is not followed by whitespace. | 1021 |
![]() | '-180' is a magic number. | 1021 |
![]() | '{' should be on the previous line. | 1022 |
![]() | '360' is a magic number. | 1023 |
![]() | '{' should be on the previous line. | 1035 |
![]() | '180' is a magic number. | 1038 |
![]() | '7' is a magic number. | 1039 |
![]() | ';' is not followed by whitespace. | 1039 |
![]() | 'for' is not followed by whitespace. | 1040 |
![]() | '{' should be on the previous line. | 1041 |
![]() | 'if' is not followed by whitespace. | 1042 |
![]() | '{' should be on the previous line. | 1043 |
![]() | '{' should be on the previous line. | 1057 |
![]() | Line is longer than 80 characters. | 1060 |
![]() | '40' is a magic number. | 1060 |
![]() | '40' is a magic number. | 1060 |
![]() | ';' is not followed by whitespace. | 1060 |
![]() | Line is longer than 80 characters. | 1061 |
![]() | Missing a Javadoc comment. | 1064 |
![]() | Variable 'noriskCount' must be private and have accessor methods. | 1064 |
![]() | Missing a Javadoc comment. | 1065 |
![]() | Variable 'riskCount' must be private and have accessor methods. | 1065 |
![]() | '{' should be on the previous line. | 1074 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Line is longer than 80 characters. | 1079 |
![]() | 'if' is not followed by whitespace. | 1079 |
![]() | switch without "default" clause. | 1084 |
![]() | '{' should be on the previous line. | 1085 |
![]() | 'if' is not followed by whitespace. | 1088 |
![]() | '6' is a magic number. | 1088 |
![]() | '{' should be on the previous line. | 1089 |
![]() | 'if' is not followed by whitespace. | 1092 |
![]() | '15' is a magic number. | 1092 |
![]() | '{' should be on the previous line. | 1093 |
![]() | 'if' is not followed by whitespace. | 1099 |
![]() | '{' should be on the previous line. | 1100 |
![]() | '{' should be on the previous line. | 1126 |
![]() | 'if' is not followed by whitespace. | 1127 |
![]() | '{' should be on the previous line. | 1128 |
![]() | Line is longer than 80 characters. | 1129 |
![]() | 'if' is not followed by whitespace. | 1129 |
![]() | Line is longer than 80 characters. | 1131 |
![]() | 'if' is not followed by whitespace. | 1135 |
![]() | '{' should be on the previous line. | 1136 |
![]() | '}' should be on the same line. | 1138 |
![]() | 'if' is not followed by whitespace. | 1139 |
![]() | '{' should be on the previous line. | 1140 |
![]() | Parameter sonars should be final. | 1156 |
![]() | '{' should be on the previous line. | 1157 |
![]() | 'for' is not followed by whitespace. | 1159 |
![]() | '{' should be on the previous line. | 1160 |
![]() | 'for' is not followed by whitespace. | 1168 |
![]() | '{' should be on the previous line. | 1169 |
![]() | Line is longer than 80 characters. | 1171 |
![]() | Line is longer than 80 characters. | 1172 |
![]() | 'if' is not followed by whitespace. | 1174 |
![]() | '{' should be on the previous line. | 1175 |
![]() | '}' should be on the same line. | 1179 |
![]() | 'if' is not followed by whitespace. | 1180 |
![]() | '{' should be on the previous line. | 1181 |
![]() | 'if' is not followed by whitespace. | 1182 |
![]() | '{' should be on the previous line. | 1183 |
![]() | Parameter sonar should be final. | 1201 |
![]() | 'sonar' hides a field. | 1201 |
![]() | '{' should be on the previous line. | 1202 |
![]() | Line is longer than 80 characters. | 1203 |
![]() | '?' is not preceded with whitespace. | 1203 |
![]() | Avoid inline conditionals. | 1203 |
![]() | '?' is not followed by whitespace. | 1203 |
![]() | '?' is not preceded with whitespace. | 1203 |
![]() | Avoid inline conditionals. | 1203 |
![]() | '?' is not followed by whitespace. | 1203 |
![]() | ':' is not preceded with whitespace. | 1203 |
![]() | ':' is not followed by whitespace. | 1203 |
![]() | ':' is not preceded with whitespace. | 1203 |
![]() | ':' is not followed by whitespace. | 1203 |
![]() | Parameter sonar should be final. | 1213 |
![]() | 'sonar' hides a field. | 1213 |
![]() | Parameter value should be final. | 1213 |
![]() | '{' should be on the previous line. | 1214 |
![]() | Line is longer than 80 characters. | 1215 |
![]() | '?' is not preceded with whitespace. | 1215 |
![]() | Avoid inline conditionals. | 1215 |
![]() | '?' is not followed by whitespace. | 1215 |
![]() | '?' is not preceded with whitespace. | 1215 |
![]() | Avoid inline conditionals. | 1215 |
![]() | '?' is not followed by whitespace. | 1215 |
![]() | ':' is not preceded with whitespace. | 1215 |
![]() | ':' is not followed by whitespace. | 1215 |
![]() | ':' is not preceded with whitespace. | 1215 |
![]() | ':' is not followed by whitespace. | 1215 |
![]() | '{' should be on the previous line. | 1225 |
![]() | '150' is a magic number. | 1226 |
![]() | '150' is a magic number. | 1226 |
![]() | Line has trailing spaces. | 1229 |
![]() | Line is longer than 80 characters. | 1232 |
![]() | Line is longer than 80 characters. | 1237 |
![]() | Line is longer than 80 characters. | 1240 |
![]() | Line is longer than 80 characters. | 1247 |
![]() | Line has trailing spaces. | 1251 |
![]() | Line has trailing spaces. | 1252 |
![]() | '{' should be on the previous line. | 1258 |
![]() | 'if' is not followed by whitespace. | 1259 |
![]() | '{' should be on the previous line. | 1260 |
![]() | '}' should be on the same line. | 1262 |
![]() | 'if' is not followed by whitespace. | 1263 |
![]() | '{' should be on the previous line. | 1264 |
![]() | '}' should be on the same line. | 1266 |
![]() | 'if' is not followed by whitespace. | 1267 |
![]() | '{' should be on the previous line. | 1268 |
![]() | Line is longer than 80 characters. | 1269 |
![]() | Line is longer than 80 characters. | 1271 |
![]() | Line is longer than 80 characters. | 1272 |
![]() | Line is longer than 80 characters. | 1273 |
![]() | Line is longer than 80 characters. | 1274 |
![]() | Line is longer than 80 characters. | 1276 |
![]() | Line is longer than 80 characters. | 1277 |
![]() | ';' is not followed by whitespace. | 1277 |
![]() | Comment matches to-do format 'TODO:'. | 1280 |
![]() | Line is longer than 80 characters. | 1280 |
![]() | 'if' is not followed by whitespace. | 1284 |
![]() | '{' should be on the previous line. | 1285 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | '}' should be on the same line. | 1288 |
![]() | '{' should be on the previous line. | 1290 |
![]() | Line is longer than 80 characters. | 1294 |
![]() | Line is longer than 80 characters. | 1295 |
![]() | ';' is not followed by whitespace. | 1295 |
![]() | Line is longer than 80 characters. | 1297 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 1309 |
![]() | Parameter bot should be final. | 1310 |
![]() | '{' should be on the previous line. | 1311 |
![]() | Missing a Javadoc comment. | 1320 |
![]() | Missing a Javadoc comment. | 1321 |
![]() | Missing a Javadoc comment. | 1322 |
![]() | Missing a Javadoc comment. | 1323 |
![]() | Missing a Javadoc comment. | 1324 |
![]() | Missing a Javadoc comment. | 1325 |
![]() | Variable 'lf' must be private and have accessor methods. | 1325 |
![]() | Missing a Javadoc comment. | 1327 |
![]() | Parameter args should be final. | 1327 |
![]() | '{' should be on the previous line. | 1328 |
![]() | '{' should be on the previous line. | 1333 |
![]() | '{' should be on the previous line. | 1335 |
![]() | '}' should be on the same line. | 1340 |
![]() | 'catch' is not followed by whitespace. | 1341 |
![]() | '{' should be on the previous line. | 1342 |
![]() | '{' should be on the previous line. | 1349 |
![]() | Line is longer than 80 characters. | 1350 |
![]() | '3000' is a magic number. | 1350 |
![]() | '}' should be on the same line. | 1352 |
![]() | 'catch' is not followed by whitespace. | 1353 |
![]() | '{' should be on the previous line. | 1354 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.master.*. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.sensor.*. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 22 |
![]() | First sentence should end with a period. | 32 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter nfom should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter bot should be final. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Missing a Javadoc comment. | 74 |
![]() | ',' is not followed by whitespace. | 74 |
![]() | ';' is not followed by whitespace. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | ';' is not followed by whitespace. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | ';' is not followed by whitespace. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | ';' is not followed by whitespace. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | '{' is not followed by whitespace. | 83 |
![]() | '-0.95' is a magic number. | 84 |
![]() | '0.31' is a magic number. | 84 |
![]() | '-0.95' is a magic number. | 85 |
![]() | '-0.31' is a magic number. | 85 |
![]() | '-0.81' is a magic number. | 86 |
![]() | '0.59' is a magic number. | 86 |
![]() | '-0.81' is a magic number. | 87 |
![]() | '-0.59' is a magic number. | 87 |
![]() | '-0.59' is a magic number. | 88 |
![]() | '0.81' is a magic number. | 88 |
![]() | '-0.59' is a magic number. | 89 |
![]() | '-0.81' is a magic number. | 89 |
![]() | '-0.31' is a magic number. | 90 |
![]() | '0.95' is a magic number. | 90 |
![]() | '-0.31' is a magic number. | 91 |
![]() | '-0.95' is a magic number. | 91 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | '0.47d' is a magic number. | 99 |
![]() | '0.47d' is a magic number. | 100 |
![]() | '0.61d' is a magic number. | 101 |
![]() | '0.61d' is a magic number. | 102 |
![]() | '0.86d' is a magic number. | 103 |
![]() | '0.86d' is a magic number. | 104 |
![]() | '1.22d' is a magic number. | 105 |
![]() | '1.22d' is a magic number. | 106 |
![]() | '1.5d' is a magic number. | 107 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | '1.57d' is a magic number. | 114 |
![]() | '1.57d' is a magic number. | 115 |
![]() | '1.91d' is a magic number. | 116 |
![]() | '1.91d' is a magic number. | 117 |
![]() | '2.72d' is a magic number. | 118 |
![]() | '2.72d' is a magic number. | 119 |
![]() | '3.5d' is a magic number. | 120 |
![]() | '3.5d' is a magic number. | 121 |
![]() | '4.2d' is a magic number. | 122 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | ';' is not followed by whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | ';' is not followed by whitespace. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | ';' is not followed by whitespace. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | ';' is not followed by whitespace. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | ';' is not followed by whitespace. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | ';' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | ';' is not followed by whitespace. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | ';' is not followed by whitespace. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | '0.9d' is a magic number. | 152 |
![]() | ';' is not followed by whitespace. | 152 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | ';' is not followed by whitespace. | 166 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Expected @throws tag for 'PogamutException'. | 178 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Line is longer than 80 characters. | 188 |
![]() | 'while' is not followed by whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | ';' is not followed by whitespace. | 202 |
![]() | '}' should be on the same line. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | '}' should be on the same line. | 212 |
![]() | '{' should be on the previous line. | 214 |
![]() | '}' should be on the same line. | 220 |
![]() | 'catch' is not followed by whitespace. | 221 |
![]() | '{' should be on the previous line. | 222 |
![]() | '{' should be on the previous line. | 233 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 240 |
![]() | '{' should be on the previous line. | 252 |
![]() | 'if' is not followed by whitespace. | 254 |
![]() | '{' should be on the previous line. | 258 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | '{' should be on the previous line. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 278 |
![]() | 'for' is not followed by whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | '{' should be on the previous line. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | ';' is not followed by whitespace. | 296 |
![]() | ';' is not followed by whitespace. | 297 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Missing a Javadoc comment. | 318 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line is longer than 80 characters. | 337 |
![]() | 'if' is not followed by whitespace. | 337 |
![]() | '5' is a magic number. | 337 |
![]() | 'if' is not followed by whitespace. | 341 |
![]() | '0.85' is a magic number. | 341 |
![]() | '{' should be on the previous line. | 342 |
![]() | 'if' is not followed by whitespace. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | 'if' is not followed by whitespace. | 352 |
![]() | '{' should be on the previous line. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | ';' is not followed by whitespace. | 354 |
![]() | Line is longer than 80 characters. | 357 |
![]() | '15' is a magic number. | 357 |
![]() | '?' is not preceded with whitespace. | 357 |
![]() | Avoid inline conditionals. | 357 |
![]() | '?' is not followed by whitespace. | 357 |
![]() | ':' is not preceded with whitespace. | 357 |
![]() | ':' is not followed by whitespace. | 357 |
![]() | '}' should be on the same line. | 358 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | '15' is a magic number. | 364 |
![]() | '?' is not preceded with whitespace. | 364 |
![]() | Avoid inline conditionals. | 364 |
![]() | '?' is not followed by whitespace. | 364 |
![]() | ':' is not preceded with whitespace. | 364 |
![]() | ':' is not followed by whitespace. | 364 |
![]() | '1.5d' is a magic number. | 368 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Parameter center should be final. | 384 |
![]() | Parameter width should be final. | 384 |
![]() | Parameter height should be final. | 384 |
![]() | Parameter actual should be final. | 384 |
![]() | Line is longer than 80 characters. | 386 |
![]() | ';' is not followed by whitespace. | 386 |
![]() | Line is longer than 80 characters. | 387 |
![]() | ';' is not followed by whitespace. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | ';' is not followed by whitespace. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | ';' is not followed by whitespace. | 389 |
![]() | Line is longer than 80 characters. | 391 |
![]() | 'if' is not followed by whitespace. | 391 |
![]() | Line is longer than 80 characters. | 395 |
![]() | 'if' is not followed by whitespace. | 395 |
![]() | Line is longer than 80 characters. | 399 |
![]() | 'if' is not followed by whitespace. | 399 |
![]() | Parameter center should be final. | 412 |
![]() | Parameter corner should be final. | 412 |
![]() | '{' should be on the previous line. | 413 |
![]() | Line is longer than 80 characters. | 415 |
![]() | 'if' is not followed by whitespace. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line is longer than 80 characters. | 422 |
![]() | '}' should be on the same line. | 424 |
![]() | '{' should be on the previous line. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | '{' should be on the previous line. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | '?' is not preceded with whitespace. | 444 |
![]() | Avoid inline conditionals. | 444 |
![]() | '?' is not followed by whitespace. | 444 |
![]() | '360' is a magic number. | 444 |
![]() | '180' is a magic number. | 444 |
![]() | ':' is not preceded with whitespace. | 444 |
![]() | ':' is not followed by whitespace. | 444 |
![]() | '180' is a magic number. | 444 |
![]() | '{' should be on the previous line. | 454 |
![]() | 'if' is not followed by whitespace. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | Comment matches to-do format 'TODO:'. | 459 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line is longer than 80 characters. | 460 |
![]() | '10' is a magic number. | 460 |
![]() | ';' is not followed by whitespace. | 460 |
![]() | Line is longer than 80 characters. | 462 |
![]() | '4' is a magic number. | 462 |
![]() | 'if' is not followed by whitespace. | 463 |
![]() | '{' should be on the previous line. | 464 |
![]() | '{' should be on the previous line. | 476 |
![]() | 'if' is not followed by whitespace. | 478 |
![]() | '{' should be on the previous line. | 479 |
![]() | 'if' is not followed by whitespace. | 480 |
![]() | '{' should be on the previous line. | 481 |
![]() | Line is longer than 80 characters. | 486 |
![]() | '?' is not preceded with whitespace. | 486 |
![]() | Avoid inline conditionals. | 486 |
![]() | '?' is not followed by whitespace. | 486 |
![]() | ':' is not preceded with whitespace. | 486 |
![]() | ':' is not followed by whitespace. | 486 |
![]() | 'if' is not followed by whitespace. | 487 |
![]() | '{' should be on the previous line. | 488 |
![]() | 'if' is not followed by whitespace. | 489 |
![]() | '{' should be on the previous line. | 490 |
![]() | 'if' is not followed by whitespace. | 491 |
![]() | '{' should be on the previous line. | 492 |
![]() | '}' should be on the same line. | 494 |
![]() | 'if' is not followed by whitespace. | 495 |
![]() | '{' should be on the previous line. | 496 |
![]() | ';' is not followed by whitespace. | 500 |
![]() | Line is longer than 80 characters. | 502 |
![]() | 'if' is not followed by whitespace. | 502 |
![]() | Parameter state should be final. | 518 |
![]() | 'state' hides a field. | 518 |
![]() | '{' should be on the previous line. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Parameter actual should be final. | 533 |
![]() | Parameter target should be final. | 533 |
![]() | '{' should be on the previous line. | 534 |
![]() | 'if' is not followed by whitespace. | 535 |
![]() | '{' should be on the previous line. | 536 |
![]() | '{' should be on the previous line. | 547 |
![]() | Parameter state should be final. | 558 |
![]() | 'state' hides a field. | 558 |
![]() | '{' should be on the previous line. | 559 |
![]() | '{' should be on the previous line. | 561 |
![]() | 'if' is not followed by whitespace. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | Missing a Javadoc comment. | 594 |
![]() | Missing a Javadoc comment. | 595 |
![]() | '10' is a magic number. | 595 |
![]() | '{' should be on the previous line. | 604 |
![]() | switch without "default" clause. | 605 |
![]() | '{' should be on the previous line. | 606 |
![]() | Line is longer than 80 characters. | 608 |
![]() | Line is longer than 80 characters. | 611 |
![]() | '3' is a magic number. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | '4' is a magic number. | 616 |
![]() | 'if' is not followed by whitespace. | 620 |
![]() | '4' is a magic number. | 620 |
![]() | '{' should be on the previous line. | 621 |
![]() | Line is longer than 80 characters. | 623 |
![]() | '{' should be on the previous line. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | ';' is not followed by whitespace. | 638 |
![]() | Line is longer than 80 characters. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | First sentence should end with a period. | 643 |
![]() | Parameter timeSpan should be final. | 653 |
![]() | '{' should be on the previous line. | 654 |
![]() | 'if' is not followed by whitespace. | 655 |
![]() | '{' should be on the previous line. | 656 |
![]() | '}' should be on the same line. | 658 |
![]() | 'if' is not followed by whitespace. | 659 |
![]() | '{' should be on the previous line. | 660 |
![]() | '{' should be on the previous line. | 671 |
![]() | 'if' is not followed by whitespace. | 672 |
![]() | '{' should be on the previous line. | 673 |
![]() | '{' should be on the previous line. | 685 |
![]() | '0.9d' is a magic number. | 689 |
![]() | '{' should be on the previous line. | 699 |
![]() | '{' should be on the previous line. | 712 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | ';' is not followed by whitespace. | 718 |
![]() | ';' is not followed by whitespace. | 720 |
![]() | '{' should be on the previous line. | 729 |
![]() | Line is longer than 80 characters. | 734 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line is longer than 80 characters. | 736 |
![]() | Parameter sx should be final. | 746 |
![]() | Parameter cx should be final. | 746 |
![]() | '{' should be on the previous line. | 747 |
![]() | 'if' is not followed by whitespace. | 748 |
![]() | '{' should be on the previous line. | 749 |
![]() | '180' is a magic number. | 750 |
![]() | '}' should be on the same line. | 751 |
![]() | 'if' is not followed by whitespace. | 752 |
![]() | '{' should be on the previous line. | 753 |
![]() | '180' is a magic number. | 754 |
![]() | '180' is a magic number. | 754 |
![]() | '}' should be on the same line. | 755 |
![]() | 'if' is not followed by whitespace. | 756 |
![]() | '{' should be on the previous line. | 757 |
![]() | '180' is a magic number. | 758 |
![]() | '180' is a magic number. | 758 |
![]() | '}' should be on the same line. | 759 |
![]() | '{' should be on the previous line. | 761 |
![]() | '360' is a magic number. | 762 |
![]() | '180' is a magic number. | 762 |
![]() | '{' should be on the previous line. | 773 |
![]() | '?' is not preceded with whitespace. | 774 |
![]() | Avoid inline conditionals. | 774 |
![]() | '?' is not followed by whitespace. | 774 |
![]() | ':' is not preceded with whitespace. | 774 |
![]() | ':' is not followed by whitespace. | 774 |
![]() | '?' is not preceded with whitespace. | 775 |
![]() | Avoid inline conditionals. | 775 |
![]() | '?' is not followed by whitespace. | 775 |
![]() | ':' is not preceded with whitespace. | 775 |
![]() | ':' is not followed by whitespace. | 775 |
![]() | '3' is a magic number. | 775 |
![]() | Line has trailing spaces. | 782 |
![]() | Line is longer than 80 characters. | 782 |
![]() | Line is longer than 80 characters. | 783 |
![]() | '90' is a magic number. | 783 |
![]() | Line is longer than 80 characters. | 785 |
![]() | 'if' is not followed by whitespace. | 785 |
![]() | '6' is a magic number. | 787 |
![]() | '}' should be on the same line. | 788 |
![]() | '{' should be on the previous line. | 790 |
![]() | '5' is a magic number. | 791 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | 'if' is not followed by whitespace. | 795 |
![]() | '2.7' is a magic number. | 795 |
![]() | '?' is not preceded with whitespace. | 797 |
![]() | Avoid inline conditionals. | 797 |
![]() | '?' is not followed by whitespace. | 797 |
![]() | ':' is not preceded with whitespace. | 797 |
![]() | ':' is not followed by whitespace. | 797 |
![]() | '}' should be on the same line. | 798 |
![]() | '{' should be on the previous line. | 800 |
![]() | '?' is not preceded with whitespace. | 801 |
![]() | Avoid inline conditionals. | 801 |
![]() | '?' is not followed by whitespace. | 801 |
![]() | '3' is a magic number. | 801 |
![]() | '5' is a magic number. | 801 |
![]() | ':' is not preceded with whitespace. | 801 |
![]() | ':' is not followed by whitespace. | 801 |
![]() | 'if' is not followed by whitespace. | 804 |
![]() | '{' should be on the previous line. | 805 |
![]() | 'if' is not followed by whitespace. | 807 |
![]() | '{' should be on the previous line. | 808 |
![]() | 'if' is not followed by whitespace. | 813 |
![]() | '{' should be on the previous line. | 814 |
![]() | Line is longer than 80 characters. | 815 |
![]() | '6' is a magic number. | 815 |
![]() | 'if' is not followed by whitespace. | 818 |
![]() | '{' should be on the previous line. | 819 |
![]() | '}' should be on the same line. | 821 |
![]() | '{' should be on the previous line. | 823 |
![]() | '?' is not preceded with whitespace. | 824 |
![]() | Avoid inline conditionals. | 824 |
![]() | '?' is not followed by whitespace. | 824 |
![]() | ':' is not preceded with whitespace. | 824 |
![]() | ':' is not followed by whitespace. | 824 |
![]() | Missing a Javadoc comment. | 828 |
![]() | Variable 'tempNextLoc' must be private and have accessor methods. | 828 |
![]() | Missing a Javadoc comment. | 829 |
![]() | Variable 'tempState' must be private and have accessor methods. | 829 |
![]() | Missing a Javadoc comment. | 830 |
![]() | Variable 'sonarGeo' must be private and have accessor methods. | 830 |
![]() | Missing a Javadoc comment. | 831 |
![]() | Variable 'greatestRiskSonar' must be private and have accessor methods. | 831 |
![]() | ';' is not followed by whitespace. | 831 |
![]() | Line is longer than 80 characters. | 832 |
![]() | Missing a Javadoc comment. | 832 |
![]() | ';' is not followed by whitespace. | 832 |
![]() | Parameter sonars should be final. | 838 |
![]() | Expected @param tag for 'sonars'. | 838 |
![]() | '{' should be on the previous line. | 839 |
![]() | Line is longer than 80 characters. | 840 |
![]() | Line has trailing spaces. | 841 |
![]() | Line is longer than 80 characters. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | ';' is not followed by whitespace. | 844 |
![]() | ';' is not followed by whitespace. | 845 |
![]() | Line is longer than 80 characters. | 851 |
![]() | Line is longer than 80 characters. | 852 |
![]() | 'for' is not followed by whitespace. | 855 |
![]() | '{' should be on the previous line. | 856 |
![]() | Line is longer than 80 characters. | 857 |
![]() | ';' is not followed by whitespace. | 857 |
![]() | 'if' is not followed by whitespace. | 858 |
![]() | '{' should be on the previous line. | 859 |
![]() | 'if' is not followed by whitespace. | 866 |
![]() | '{' should be on the previous line. | 867 |
![]() | Line is longer than 80 characters. | 868 |
![]() | ';' is not followed by whitespace. | 868 |
![]() | Line is longer than 80 characters. | 869 |
![]() | 'if' is not followed by whitespace. | 869 |
![]() | '}' should be on the same line. | 874 |
![]() | '{' should be on the previous line. | 876 |
![]() | 'if' is not followed by whitespace. | 879 |
![]() | '{' should be on the previous line. | 880 |
![]() | 'if' is not followed by whitespace. | 886 |
![]() | '{' should be on the previous line. | 887 |
![]() | Line is longer than 80 characters. | 888 |
![]() | 'if' is not followed by whitespace. | 888 |
![]() | '7' is a magic number. | 888 |
![]() | '2.5d' is a magic number. | 888 |
![]() | Line is longer than 80 characters. | 890 |
![]() | 'if' is not followed by whitespace. | 891 |
![]() | '{' should be on the previous line. | 892 |
![]() | '}' should be on the same line. | 895 |
![]() | Line is longer than 80 characters. | 896 |
![]() | 'if' is not followed by whitespace. | 897 |
![]() | '8' is a magic number. | 899 |
![]() | Line is longer than 80 characters. | 900 |
![]() | '{' should be on the previous line. | 900 |
![]() | '{' is not followed by whitespace. | 900 |
![]() | Line is longer than 80 characters. | 901 |
![]() | 'if' is not followed by whitespace. | 902 |
![]() | '{' should be on the previous line. | 903 |
![]() | 'if' is not followed by whitespace. | 908 |
![]() | '8' is a magic number. | 908 |
![]() | '{' should be on the previous line. | 909 |
![]() | Line is longer than 80 characters. | 910 |
![]() | 'if' is not followed by whitespace. | 911 |
![]() | '{' should be on the previous line. | 912 |
![]() | '}' should be on the same line. | 920 |
![]() | '{' should be on the previous line. | 922 |
![]() | 'if' is not followed by whitespace. | 923 |
![]() | '1.5d' is a magic number. | 923 |
![]() | Line is longer than 80 characters. | 925 |
![]() | 'if' is not followed by whitespace. | 926 |
![]() | '{' should be on the previous line. | 927 |
![]() | '}' should be on the same line. | 930 |
![]() | 'if' is not followed by whitespace. | 931 |
![]() | '{' should be on the previous line. | 934 |
![]() | Line is longer than 80 characters. | 935 |
![]() | 'if' is not followed by whitespace. | 936 |
![]() | '{' should be on the previous line. | 937 |
![]() | 'if' is not followed by whitespace. | 942 |
![]() | '{' should be on the previous line. | 943 |
![]() | Line is longer than 80 characters. | 944 |
![]() | 'if' is not followed by whitespace. | 945 |
![]() | '{' should be on the previous line. | 946 |
![]() | Missing a Javadoc comment. | 955 |
![]() | Parameter index should be final. | 964 |
![]() | Parameter fittest should be final. | 964 |
![]() | '{' should be on the previous line. | 965 |
![]() | Line is longer than 80 characters. | 967 |
![]() | Line is longer than 80 characters. | 968 |
![]() | '?' is not preceded with whitespace. | 968 |
![]() | Avoid inline conditionals. | 968 |
![]() | '-0.3' is a magic number. | 968 |
![]() | '?' is not followed by whitespace. | 968 |
![]() | ':' is not preceded with whitespace. | 968 |
![]() | ':' is not followed by whitespace. | 968 |
![]() | '?' is not preceded with whitespace. | 968 |
![]() | Avoid inline conditionals. | 968 |
![]() | '0.3' is a magic number. | 968 |
![]() | '?' is not followed by whitespace. | 968 |
![]() | ':' is not preceded with whitespace. | 968 |
![]() | ':' is not followed by whitespace. | 968 |
![]() | Line is longer than 80 characters. | 969 |
![]() | 'if' is not followed by whitespace. | 972 |
![]() | '{' should be on the previous line. | 973 |
![]() | Parameter actual should be final. | 993 |
![]() | '{' should be on the previous line. | 994 |
![]() | 'if' is not followed by whitespace. | 998 |
![]() | '{' should be on the previous line. | 999 |
![]() | '}' should be on the same line. | 1002 |
![]() | '{' should be on the previous line. | 1004 |
![]() | '180' is a magic number. | 1014 |
![]() | '360' is a magic number. | 1014 |
![]() | ';' is not followed by whitespace. | 1014 |
![]() | '180' is a magic number. | 1015 |
![]() | ';' is not followed by whitespace. | 1015 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | ';' is not followed by whitespace. | 1016 |
![]() | 'if' is not followed by whitespace. | 1017 |
![]() | '180' is a magic number. | 1017 |
![]() | '{' should be on the previous line. | 1018 |
![]() | '360' is a magic number. | 1019 |
![]() | '}' should be on the same line. | 1020 |
![]() | 'if' is not followed by whitespace. | 1021 |
![]() | '-180' is a magic number. | 1021 |
![]() | '{' should be on the previous line. | 1022 |
![]() | '360' is a magic number. | 1023 |
![]() | '{' should be on the previous line. | 1035 |
![]() | '180' is a magic number. | 1038 |
![]() | '7' is a magic number. | 1039 |
![]() | ';' is not followed by whitespace. | 1039 |
![]() | 'for' is not followed by whitespace. | 1040 |
![]() | '{' should be on the previous line. | 1041 |
![]() | 'if' is not followed by whitespace. | 1042 |
![]() | '{' should be on the previous line. | 1043 |
![]() | '{' should be on the previous line. | 1057 |
![]() | Line is longer than 80 characters. | 1060 |
![]() | '40' is a magic number. | 1060 |
![]() | '40' is a magic number. | 1060 |
![]() | ';' is not followed by whitespace. | 1060 |
![]() | Line is longer than 80 characters. | 1061 |
![]() | Missing a Javadoc comment. | 1064 |
![]() | Variable 'noriskCount' must be private and have accessor methods. | 1064 |
![]() | Missing a Javadoc comment. | 1065 |
![]() | Variable 'riskCount' must be private and have accessor methods. | 1065 |
![]() | '{' should be on the previous line. | 1074 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Line is longer than 80 characters. | 1079 |
![]() | 'if' is not followed by whitespace. | 1079 |
![]() | switch without "default" clause. | 1084 |
![]() | '{' should be on the previous line. | 1085 |
![]() | 'if' is not followed by whitespace. | 1088 |
![]() | '6' is a magic number. | 1088 |
![]() | '{' should be on the previous line. | 1089 |
![]() | 'if' is not followed by whitespace. | 1092 |
![]() | '15' is a magic number. | 1092 |
![]() | '{' should be on the previous line. | 1093 |
![]() | 'if' is not followed by whitespace. | 1099 |
![]() | '{' should be on the previous line. | 1100 |
![]() | '{' should be on the previous line. | 1126 |
![]() | 'if' is not followed by whitespace. | 1127 |
![]() | '{' should be on the previous line. | 1128 |
![]() | Line is longer than 80 characters. | 1129 |
![]() | 'if' is not followed by whitespace. | 1129 |
![]() | Line is longer than 80 characters. | 1131 |
![]() | 'if' is not followed by whitespace. | 1135 |
![]() | '{' should be on the previous line. | 1136 |
![]() | '}' should be on the same line. | 1138 |
![]() | 'if' is not followed by whitespace. | 1139 |
![]() | '{' should be on the previous line. | 1140 |
![]() | Parameter sonars should be final. | 1156 |
![]() | '{' should be on the previous line. | 1157 |
![]() | 'for' is not followed by whitespace. | 1159 |
![]() | '{' should be on the previous line. | 1160 |
![]() | 'for' is not followed by whitespace. | 1168 |
![]() | '{' should be on the previous line. | 1169 |
![]() | Line is longer than 80 characters. | 1171 |
![]() | Line is longer than 80 characters. | 1172 |
![]() | 'if' is not followed by whitespace. | 1174 |
![]() | '{' should be on the previous line. | 1175 |
![]() | '}' should be on the same line. | 1179 |
![]() | 'if' is not followed by whitespace. | 1180 |
![]() | '{' should be on the previous line. | 1181 |
![]() | 'if' is not followed by whitespace. | 1182 |
![]() | '{' should be on the previous line. | 1183 |
![]() | Parameter sonar should be final. | 1201 |
![]() | 'sonar' hides a field. | 1201 |
![]() | '{' should be on the previous line. | 1202 |
![]() | Line is longer than 80 characters. | 1203 |
![]() | '?' is not preceded with whitespace. | 1203 |
![]() | Avoid inline conditionals. | 1203 |
![]() | '?' is not followed by whitespace. | 1203 |
![]() | '?' is not preceded with whitespace. | 1203 |
![]() | Avoid inline conditionals. | 1203 |
![]() | '?' is not followed by whitespace. | 1203 |
![]() | ':' is not preceded with whitespace. | 1203 |
![]() | ':' is not followed by whitespace. | 1203 |
![]() | ':' is not preceded with whitespace. | 1203 |
![]() | ':' is not followed by whitespace. | 1203 |
![]() | Parameter sonar should be final. | 1213 |
![]() | 'sonar' hides a field. | 1213 |
![]() | Parameter value should be final. | 1213 |
![]() | '{' should be on the previous line. | 1214 |
![]() | Line is longer than 80 characters. | 1215 |
![]() | '?' is not preceded with whitespace. | 1215 |
![]() | Avoid inline conditionals. | 1215 |
![]() | '?' is not followed by whitespace. | 1215 |
![]() | '?' is not preceded with whitespace. | 1215 |
![]() | Avoid inline conditionals. | 1215 |
![]() | '?' is not followed by whitespace. | 1215 |
![]() | ':' is not preceded with whitespace. | 1215 |
![]() | ':' is not followed by whitespace. | 1215 |
![]() | ':' is not preceded with whitespace. | 1215 |
![]() | ':' is not followed by whitespace. | 1215 |
![]() | '{' should be on the previous line. | 1225 |
![]() | '150' is a magic number. | 1226 |
![]() | '150' is a magic number. | 1226 |
![]() | Line has trailing spaces. | 1229 |
![]() | Line is longer than 80 characters. | 1232 |
![]() | Line is longer than 80 characters. | 1237 |
![]() | Line is longer than 80 characters. | 1240 |
![]() | Line is longer than 80 characters. | 1247 |
![]() | Line has trailing spaces. | 1251 |
![]() | Line has trailing spaces. | 1252 |
![]() | '{' should be on the previous line. | 1258 |
![]() | 'if' is not followed by whitespace. | 1259 |
![]() | '{' should be on the previous line. | 1260 |
![]() | '}' should be on the same line. | 1262 |
![]() | 'if' is not followed by whitespace. | 1263 |
![]() | '{' should be on the previous line. | 1264 |
![]() | '}' should be on the same line. | 1266 |
![]() | 'if' is not followed by whitespace. | 1267 |
![]() | '{' should be on the previous line. | 1268 |
![]() | Line is longer than 80 characters. | 1269 |
![]() | Line is longer than 80 characters. | 1271 |
![]() | Line is longer than 80 characters. | 1272 |
![]() | Line is longer than 80 characters. | 1273 |
![]() | Line is longer than 80 characters. | 1274 |
![]() | Line is longer than 80 characters. | 1276 |
![]() | Line is longer than 80 characters. | 1277 |
![]() | ';' is not followed by whitespace. | 1277 |
![]() | Comment matches to-do format 'TODO:'. | 1280 |
![]() | Line is longer than 80 characters. | 1280 |
![]() | 'if' is not followed by whitespace. | 1284 |
![]() | '{' should be on the previous line. | 1285 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | '}' should be on the same line. | 1288 |
![]() | '{' should be on the previous line. | 1290 |
![]() | Line is longer than 80 characters. | 1294 |
![]() | Line is longer than 80 characters. | 1295 |
![]() | ';' is not followed by whitespace. | 1295 |
![]() | Line is longer than 80 characters. | 1297 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 1309 |
![]() | Parameter bot should be final. | 1310 |
![]() | '{' should be on the previous line. | 1311 |
![]() | Missing a Javadoc comment. | 1320 |
![]() | Missing a Javadoc comment. | 1321 |
![]() | Missing a Javadoc comment. | 1322 |
![]() | Missing a Javadoc comment. | 1323 |
![]() | Missing a Javadoc comment. | 1324 |
![]() | Missing a Javadoc comment. | 1325 |
![]() | Variable 'lf' must be private and have accessor methods. | 1325 |
![]() | Missing a Javadoc comment. | 1327 |
![]() | Parameter args should be final. | 1327 |
![]() | '{' should be on the previous line. | 1328 |
![]() | '{' should be on the previous line. | 1333 |
![]() | '{' should be on the previous line. | 1335 |
![]() | '}' should be on the same line. | 1340 |
![]() | 'catch' is not followed by whitespace. | 1341 |
![]() | '{' should be on the previous line. | 1342 |
![]() | '{' should be on the previous line. | 1349 |
![]() | Line is longer than 80 characters. | 1350 |
![]() | '3000' is a magic number. | 1350 |
![]() | '}' should be on the same line. | 1352 |
![]() | 'catch' is not followed by whitespace. | 1353 |
![]() | '{' should be on the previous line. | 1354 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'obstacleSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'joinDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'maxExtendRatio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | '4' is a magic number. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'maxEdgeSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter corner should be final. | 23 |
![]() | 'corner' hides a field. | 23 |
![]() | Parameter width should be final. | 23 |
![]() | 'width' hides a field. | 23 |
![]() | Parameter height should be final. | 23 |
![]() | 'height' hides a field. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter center should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter centerX should be final. | 40 |
![]() | Parameter centerY should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Parameter x should be final. | 54 |
![]() | Parameter y should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getCorner' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'tryExtend' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter x should be final. | 110 |
![]() | Parameter y should be final. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'canExtend' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter x should be final. | 142 |
![]() | Parameter y should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 148 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Name 'MergeObstacles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() | Parameter blockA should be final. | 154 |
![]() | Parameter blockB should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'obstacleSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'joinDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'maxExtendRatio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | '4' is a magic number. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'maxEdgeSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter corner should be final. | 23 |
![]() | 'corner' hides a field. | 23 |
![]() | Parameter width should be final. | 23 |
![]() | 'width' hides a field. | 23 |
![]() | Parameter height should be final. | 23 |
![]() | 'height' hides a field. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Parameter center should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter centerX should be final. | 40 |
![]() | Parameter centerY should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Parameter x should be final. | 54 |
![]() | Parameter y should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getCorner' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'tryExtend' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter x should be final. | 110 |
![]() | Parameter y should be final. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'canExtend' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter x should be final. | 142 |
![]() | Parameter y should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 148 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Name 'MergeObstacles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() | Parameter blockA should be final. | 154 |
![]() | Parameter blockB should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'obstacleSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'joinDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'maxExtendRatio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'maxEdgeSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter corner should be final. | 22 |
![]() | Parameter width should be final. | 22 |
![]() | Parameter height should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter start should be final. | 28 |
![]() | 'start' hides a field. | 28 |
![]() | Parameter stop should be final. | 28 |
![]() | 'stop' hides a field. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter center should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter centerX should be final. | 46 |
![]() | Parameter centerY should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Parameter x should be final. | 59 |
![]() | Parameter y should be final. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getCorner' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'tryExtend' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter x should be final. | 115 |
![]() | Parameter y should be final. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Method 'canExtend' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '<' is not preceded with whitespace. | 139 |
![]() | '3' is a magic number. | 139 |
![]() | '<' is not followed by whitespace. | 139 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter x should be final. | 154 |
![]() | Parameter y should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '{' should be on the previous line. | 160 |
![]() | Method 'isWithin' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter x should be final. | 166 |
![]() | Parameter y should be final. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Name 'MergeObstacles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() | Parameter blockA should be final. | 178 |
![]() | Parameter blockB should be final. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'obstacleSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'joinDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Name 'maxExtendRatio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Name 'maxEdgeSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter corner should be final. | 22 |
![]() | Parameter width should be final. | 22 |
![]() | Parameter height should be final. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter start should be final. | 28 |
![]() | 'start' hides a field. | 28 |
![]() | Parameter stop should be final. | 28 |
![]() | 'stop' hides a field. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter center should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter centerX should be final. | 46 |
![]() | Parameter centerY should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Parameter x should be final. | 59 |
![]() | Parameter y should be final. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getCorner' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'tryExtend' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter x should be final. | 115 |
![]() | Parameter y should be final. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Method 'canExtend' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '<' is not preceded with whitespace. | 139 |
![]() | '3' is a magic number. | 139 |
![]() | '<' is not followed by whitespace. | 139 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter x should be final. | 154 |
![]() | Parameter y should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '{' should be on the previous line. | 160 |
![]() | Method 'isWithin' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter x should be final. | 166 |
![]() | Parameter y should be final. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Name 'MergeObstacles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() | Parameter blockA should be final. | 178 |
![]() | Parameter blockB should be final. | 178 |
![]() | '{' should be on the previous line. | 179 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'xOrder' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'yOrder' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter obstacle should be final. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter at should be final. | 27 |
![]() | Parameter start should be final. | 27 |
![]() | Parameter stop should be final. | 27 |
![]() | Parameter obstacle should be final. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'xOrder' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'yOrder' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter obstacle should be final. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter at should be final. | 27 |
![]() | Parameter start should be final. | 27 |
![]() | Parameter stop should be final. | 27 |
![]() | Parameter obstacle should be final. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter ranges should be final. | 17 |
![]() | 'ranges' hides a field. | 17 |
![]() | Parameter position should be final. | 17 |
![]() | 'position' hides a field. | 17 |
![]() | Parameter FOV should be final. | 17 |
![]() | 'FOV' hides a field. | 17 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | '{' should be on the previous line. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter ranges should be final. | 17 |
![]() | 'ranges' hides a field. | 17 |
![]() | Parameter position should be final. | 17 |
![]() | 'position' hides a field. | 17 |
![]() | Parameter FOV should be final. | 17 |
![]() | 'FOV' hides a field. | 17 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'FOV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Method 'getFOV' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getRanges' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter risk should be final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter lvlA should be final. | 25 |
![]() | Parameter lvlB should be final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '?' is not preceded with whitespace. | 27 |
![]() | Avoid inline conditionals. | 27 |
![]() | '?' is not followed by whitespace. | 27 |
![]() | ':' is not preceded with whitespace. | 27 |
![]() | ':' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter than should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter than should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter risk should be final. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter lvlA should be final. | 25 |
![]() | Parameter lvlB should be final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '?' is not preceded with whitespace. | 27 |
![]() | Avoid inline conditionals. | 27 |
![]() | '?' is not followed by whitespace. | 27 |
![]() | ':' is not preceded with whitespace. | 27 |
![]() | ':' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter than should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter than should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 3 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
![]() | Using the '.*' form of import should be avoided - java.io.*. | 9 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 12 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'runScanPreview' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter x should be final. | 51 |
![]() | Parameter y should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '}' should be on the same line. | 60 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '}' should be on the same line. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter tmp should be final. | 92 |
![]() | 'tmp' hides a field. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '51' is a magic number. | 117 |
![]() | '51' is a magic number. | 117 |
![]() | '51' is a magic number. | 117 |
![]() | Parameter evt should be final. | 120 |
![]() | Parameter evt should be final. | 125 |
![]() | '255' is a magic number. | 130 |
![]() | '255' is a magic number. | 130 |
![]() | '255' is a magic number. | 130 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '796' is a magic number. | 138 |
![]() | '227' is a magic number. | 140 |
![]() | '227' is a magic number. | 140 |
![]() | '227' is a magic number. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | '717' is a magic number. | 147 |
![]() | '}' is not followed by whitespace. | 151 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter evt should be final. | 153 |
![]() | '{' is not followed by whitespace. | 154 |
![]() | switch without "default" clause. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '37' is a magic number. | 157 |
![]() | '10' is a magic number. | 158 |
![]() | '39' is a magic number. | 160 |
![]() | '10' is a magic number. | 161 |
![]() | '40' is a magic number. | 163 |
![]() | '10' is a magic number. | 164 |
![]() | '38' is a magic number. | 166 |
![]() | '10' is a magic number. | 167 |
![]() | '}' is not followed by whitespace. | 170 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Parameter evt should be final. | 177 |
![]() | Expected @param tag for 'evt'. | 177 |
![]() | '{' is not followed by whitespace. | 178 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '10' is a magic number. | 188 |
![]() | '?' is not preceded with whitespace. | 188 |
![]() | Avoid inline conditionals. | 188 |
![]() | '?' is not followed by whitespace. | 188 |
![]() | ':' is not preceded with whitespace. | 188 |
![]() | ':' is not followed by whitespace. | 188 |
![]() | '}' is not followed by whitespace. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | '{' should be on the previous line. | 202 |
![]() | 'for' is not followed by whitespace. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | 'for' is not followed by whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | 'if' is not followed by whitespace. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | '{' should be on the previous line. | 222 |
![]() | 'for' is not followed by whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | 'for' is not followed by whitespace. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | '{' should be on the previous line. | 242 |
![]() | 'for' is not followed by whitespace. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | 'for' is not followed by whitespace. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | '{' should be on the previous line. | 262 |
![]() | 'for' is not followed by whitespace. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | 'if' is not followed by whitespace. | 267 |
![]() | '{' should be on the previous line. | 268 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Expected an @return tag. | 294 |
![]() | Parameter path should be final. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | Line is longer than 80 characters. | 302 |
![]() | ';' is not followed by whitespace. | 302 |
![]() | '8' is a magic number. | 311 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | '255' is a magic number. | 315 |
![]() | ';' is not followed by whitespace. | 315 |
![]() | 'for' is not followed by whitespace. | 316 |
![]() | '{' should be on the previous line. | 317 |
![]() | 'for' is not followed by whitespace. | 318 |
![]() | '{' should be on the previous line. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | 'if' is not followed by whitespace. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | '}' should be on the same line. | 324 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | 'if' is not followed by whitespace. | 330 |
![]() | '{' should be on the previous line. | 331 |
![]() | 'if' is not followed by whitespace. | 336 |
![]() | '{' should be on the previous line. | 337 |
![]() | ';' is not followed by whitespace. | 338 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | '{' should be on the previous line. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | '3' is a magic number. | 352 |
![]() | '}' should be on the same line. | 358 |
![]() | 'catch' is not followed by whitespace. | 359 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Parameter g should be final. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | '9' is a magic number. | 379 |
![]() | '9' is a magic number. | 379 |
![]() | '257' is a magic number. | 379 |
![]() | '102' is a magic number. | 379 |
![]() | 'for' is not followed by whitespace. | 381 |
![]() | '{' should be on the previous line. | 382 |
![]() | Line is longer than 80 characters. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '100' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | Parameter g should be final. | 393 |
![]() | '{' should be on the previous line. | 394 |
![]() | '20' is a magic number. | 395 |
![]() | '140' is a magic number. | 395 |
![]() | '20' is a magic number. | 396 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | '25' is a magic number. | 400 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | '25' is a magic number. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | '25' is a magic number. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | Line is longer than 80 characters. | 408 |
![]() | '25' is a magic number. | 409 |
![]() | Line is longer than 80 characters. | 411 |
![]() | '25' is a magic number. | 412 |
![]() | Line is longer than 80 characters. | 414 |
![]() | '25' is a magic number. | 415 |
![]() | Parameter g should be final. | 428 |
![]() | Parameter x should be final. | 428 |
![]() | Parameter y should be final. | 428 |
![]() | '{' should be on the previous line. | 429 |
![]() | 'for' is not followed by whitespace. | 431 |
![]() | '{' should be on the previous line. | 432 |
![]() | Inner assignments should be avoided. | 433 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Parameter g should be final. | 453 |
![]() | Parameter offsetX should be final. | 453 |
![]() | 'offsetX' hides a field. | 453 |
![]() | Parameter offsetY should be final. | 453 |
![]() | 'offsetY' hides a field. | 453 |
![]() | '{' should be on the previous line. | 454 |
![]() | 'for' is not followed by whitespace. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | 'for' is not followed by whitespace. | 459 |
![]() | '{' should be on the previous line. | 460 |
![]() | 'for' is not followed by whitespace. | 463 |
![]() | '{' should be on the previous line. | 464 |
![]() | 'for' is not followed by whitespace. | 467 |
![]() | '{' should be on the previous line. | 468 |
![]() | 'for' is not followed by whitespace. | 471 |
![]() | '{' should be on the previous line. | 472 |
![]() | First sentence should end with a period. | 477 |
![]() | Parameter g should be final. | 484 |
![]() | Parameter offsetX should be final. | 484 |
![]() | 'offsetX' hides a field. | 484 |
![]() | Parameter offsetY should be final. | 484 |
![]() | 'offsetY' hides a field. | 484 |
![]() | '{' should be on the previous line. | 485 |
![]() | 'for' is not followed by whitespace. | 486 |
![]() | '{' should be on the previous line. | 487 |
![]() | Unused @param tag for 'path'. | 496 |
![]() | Method 'saveImage' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() | Parameter img should be final. | 498 |
![]() | Parameter outputfile should be final. | 498 |
![]() | Expected @param tag for 'outputfile'. | 498 |
![]() | '{' should be on the previous line. | 499 |
![]() | '{' should be on the previous line. | 501 |
![]() | 'if' is not followed by whitespace. | 502 |
![]() | '{' should be on the previous line. | 503 |
![]() | '}' should be on the same line. | 505 |
![]() | '{' should be on the previous line. | 507 |
![]() | '}' should be on the same line. | 510 |
![]() | 'catch' is not followed by whitespace. | 511 |
![]() | '{' should be on the previous line. | 512 |
![]() | Missing a Javadoc comment. | 516 |
![]() | Missing a Javadoc comment. | 517 |
![]() | Missing a Javadoc comment. | 518 |
![]() | Variable 'histogram' must be private and have accessor methods. | 518 |
![]() | '256' is a magic number. | 518 |
![]() | Missing a Javadoc comment. | 519 |
![]() | Variable 'dMax' must be private and have accessor methods. | 519 |
![]() | Missing a Javadoc comment. | 520 |
![]() | Variable 'dMin' must be private and have accessor methods. | 520 |
![]() | Missing a Javadoc comment. | 521 |
![]() | Variable 'translate' must be private and have accessor methods. | 521 |
![]() | Missing a Javadoc comment. | 522 |
![]() | Variable 'record' must be private and have accessor methods. | 522 |
![]() | Missing a Javadoc comment. | 523 |
![]() | Variable 'recordPrev' must be private and have accessor methods. | 523 |
![]() | Missing a Javadoc comment. | 524 |
![]() | Variable 'rot' must be private and have accessor methods. | 524 |
![]() | ';' is not followed by whitespace. | 524 |
![]() | Missing a Javadoc comment. | 525 |
![]() | Variable 'rotPrev' must be private and have accessor methods. | 525 |
![]() | ';' is not followed by whitespace. | 525 |
![]() | Missing a Javadoc comment. | 526 |
![]() | Variable 'loc' must be private and have accessor methods. | 526 |
![]() | ';' is not followed by whitespace. | 526 |
![]() | Missing a Javadoc comment. | 527 |
![]() | Variable 'locPrev' must be private and have accessor methods. | 527 |
![]() | ';' is not followed by whitespace. | 527 |
![]() | Missing a Javadoc comment. | 528 |
![]() | Variable 'offset' must be private and have accessor methods. | 528 |
![]() | Missing a Javadoc comment. | 529 |
![]() | Variable 'obstacles' must be private and have accessor methods. | 529 |
![]() | Missing a Javadoc comment. | 530 |
![]() | Variable 'robotPath' must be private and have accessor methods. | 530 |
![]() | Missing a Javadoc comment. | 531 |
![]() | Variable 'robotDiversions' must be private and have accessor methods. | 531 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Variable 'robotRechargePoints' must be private and have accessor methods. | 532 |
![]() | Missing a Javadoc comment. | 533 |
![]() | Variable 'robotStartPoints' must be private and have accessor methods. | 533 |
![]() | Missing a Javadoc comment. | 534 |
![]() | Variable 'robotHighRiskPoints' must be private and have accessor methods. | 534 |
![]() | Missing a Javadoc comment. | 535 |
![]() | Variable 'robotLowRiskPoints' must be private and have accessor methods. | 535 |
![]() | Missing a Javadoc comment. | 536 |
![]() | Variable 'sonars' must be private and have accessor methods. | 536 |
![]() | Missing a Javadoc comment. | 537 |
![]() | Missing a Javadoc comment. | 538 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Missing a Javadoc comment. | 541 |
![]() | Missing a Javadoc comment. | 543 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Line has trailing spaces. | 546 |
![]() | '0.47d' is a magic number. | 548 |
![]() | '0.61d' is a magic number. | 549 |
![]() | '0.86d' is a magic number. | 550 |
![]() | '1.22d' is a magic number. | 551 |
![]() | '1.5d' is a magic number. | 552 |
![]() | '1.22d' is a magic number. | 553 |
![]() | '0.86d' is a magic number. | 554 |
![]() | '0.61d' is a magic number. | 555 |
![]() | '0.47d' is a magic number. | 556 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Line has trailing spaces. | 561 |
![]() | '1.57d' is a magic number. | 563 |
![]() | '1.91d' is a magic number. | 564 |
![]() | '2.72d' is a magic number. | 565 |
![]() | '3.5d' is a magic number. | 566 |
![]() | '4.5d' is a magic number. | 567 |
![]() | '3.5d' is a magic number. | 568 |
![]() | '2.72d' is a magic number. | 569 |
![]() | '1.91d' is a magic number. | 570 |
![]() | '1.57d' is a magic number. | 571 |
![]() | Missing a Javadoc comment. | 574 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Missing a Javadoc comment. | 575 |
![]() | Variable 'tmp' must be private and have accessor methods. | 575 |
![]() | Missing a Javadoc comment. | 576 |
![]() | Variable 'tmpG' must be private and have accessor methods. | 576 |
![]() | Missing a Javadoc comment. | 577 |
![]() | Variable 'data' must be private and have accessor methods. | 577 |
![]() | Parameter range should be final. | 588 |
![]() | Parameter index should be final. | 588 |
![]() | '{' should be on the previous line. | 589 |
![]() | 'if' is not followed by whitespace. | 590 |
![]() | '85' is a magic number. | 590 |
![]() | '95' is a magic number. | 590 |
![]() | '{' should be on the previous line. | 591 |
![]() | '}' should be on the same line. | 593 |
![]() | 'if' is not followed by whitespace. | 594 |
![]() | '{' should be on the previous line. | 595 |
![]() | '}' should be on the same line. | 597 |
![]() | '{' should be on the previous line. | 599 |
![]() | Missing a Javadoc comment. | 603 |
![]() | Variable 'backBuffer' must be private and have accessor methods. | 603 |
![]() | '{' should be on the previous line. | 609 |
![]() | 'if' is not followed by whitespace. | 611 |
![]() | '{' should be on the previous line. | 613 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() | Parameter sharpGraphics should be final. | 624 |
![]() | '{' should be on the previous line. | 625 |
![]() | Parameter g should be final. | 647 |
![]() | '{' should be on the previous line. | 648 |
![]() | 'if' is not followed by whitespace. | 649 |
![]() | '{' should be on the previous line. | 650 |
![]() | Line is longer than 80 characters. | 657 |
![]() | ';' is not followed by whitespace. | 657 |
![]() | '20' is a magic number. | 660 |
![]() | '450' is a magic number. | 660 |
![]() | Line is longer than 80 characters. | 663 |
![]() | '90' is a magic number. | 663 |
![]() | '180' is a magic number. | 663 |
![]() | ';' is not followed by whitespace. | 663 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '90' is a magic number. | 664 |
![]() | '180' is a magic number. | 664 |
![]() | ';' is not followed by whitespace. | 664 |
![]() | Line is longer than 80 characters. | 666 |
![]() | 'if' is not followed by whitespace. | 666 |
![]() | '180' is a magic number. | 666 |
![]() | 'for' is not followed by whitespace. | 671 |
![]() | '{' should be on the previous line. | 672 |
![]() | 'if' is not followed by whitespace. | 676 |
![]() | '{' should be on the previous line. | 677 |
![]() | '}' should be on the same line. | 679 |
![]() | 'if' is not followed by whitespace. | 680 |
![]() | '{' should be on the previous line. | 681 |
![]() | '}' should be on the same line. | 683 |
![]() | '{' should be on the previous line. | 685 |
![]() | Line is longer than 80 characters. | 690 |
![]() | Line is longer than 80 characters. | 691 |
![]() | '180' is a magic number. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | '180' is a magic number. | 692 |
![]() | 'if' is not followed by whitespace. | 694 |
![]() | '{' should be on the previous line. | 695 |
![]() | Line is longer than 80 characters. | 699 |
![]() | '180' is a magic number. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | '180' is a magic number. | 700 |
![]() | Line is longer than 80 characters. | 702 |
![]() | Line is longer than 80 characters. | 703 |
![]() | Line is longer than 80 characters. | 706 |
![]() | Line is longer than 80 characters. | 710 |
![]() | Line is longer than 80 characters. | 711 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Method 'issueRay' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() | Parameter g should be final. | 738 |
![]() | Parameter index should be final. | 738 |
![]() | Parameter range should be final. | 738 |
![]() | Parameter angle should be final. | 738 |
![]() | Parameter loc should be final. | 738 |
![]() | 'loc' hides a field. | 738 |
![]() | Parameter rot should be final. | 738 |
![]() | 'rot' hides a field. | 738 |
![]() | Comment matches to-do format 'TODO:'. | 740 |
![]() | Line is longer than 80 characters. | 741 |
![]() | '180' is a magic number. | 741 |
![]() | ';' is not followed by whitespace. | 741 |
![]() | Line is longer than 80 characters. | 742 |
![]() | '180' is a magic number. | 742 |
![]() | ';' is not followed by whitespace. | 742 |
![]() | Line is longer than 80 characters. | 743 |
![]() | ';' is not followed by whitespace. | 743 |
![]() | Line has trailing spaces. | 744 |
![]() | ';' is not followed by whitespace. | 744 |
![]() | Line is longer than 80 characters. | 745 |
![]() | '10' is a magic number. | 745 |
![]() | '255' is a magic number. | 745 |
![]() | '20' is a magic number. | 745 |
![]() | Line is longer than 80 characters. | 749 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Line is longer than 80 characters. | 755 |
![]() | Line is longer than 80 characters. | 756 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Line is longer than 80 characters. | 758 |
![]() | Line is longer than 80 characters. | 759 |
![]() | '255' is a magic number. | 762 |
![]() | 'if' is not followed by whitespace. | 764 |
![]() | '{' should be on the previous line. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | '40' is a magic number. | 766 |
![]() | '40' is a magic number. | 766 |
![]() | Line is longer than 80 characters. | 768 |
![]() | Line is longer than 80 characters. | 769 |
![]() | Line is longer than 80 characters. | 772 |
![]() | Line is longer than 80 characters. | 774 |
![]() | Line is longer than 80 characters. | 775 |
![]() | Line is longer than 80 characters. | 776 |
![]() | Line is longer than 80 characters. | 777 |
![]() | Line is longer than 80 characters. | 778 |
![]() | Line is longer than 80 characters. | 779 |
![]() | Parameter locA should be final. | 791 |
![]() | Parameter locB should be final. | 791 |
![]() | '{' should be on the previous line. | 792 |
![]() | Parameter value1 should be final. | 807 |
![]() | Parameter value2 should be final. | 807 |
![]() | '{' should be on the previous line. | 808 |
![]() | 'if' is not followed by whitespace. | 810 |
![]() | '6' is a magic number. | 810 |
![]() | '0.28' is a magic number. | 810 |
![]() | '{' should be on the previous line. | 811 |
![]() | '}' should be on the same line. | 813 |
![]() | 'if' is not followed by whitespace. | 814 |
![]() | '6' is a magic number. | 814 |
![]() | '0.28' is a magic number. | 814 |
![]() | '{' should be on the previous line. | 815 |
![]() | '}' should be on the same line. | 817 |
![]() | '{' should be on the previous line. | 819 |
![]() | 'if' is not followed by whitespace. | 823 |
![]() | '{' should be on the previous line. | 824 |
![]() | Parameter rotA should be final. | 837 |
![]() | Parameter rotB should be final. | 837 |
![]() | '{' should be on the previous line. | 838 |
![]() | Parameter g should be final. | 852 |
![]() | Parameter x should be final. | 852 |
![]() | Parameter y should be final. | 852 |
![]() | '{' should be on the previous line. | 853 |
![]() | 'for' is not followed by whitespace. | 855 |
![]() | '{' should be on the previous line. | 856 |
![]() | Inner assignments should be avoided. | 857 |
![]() | Expected an @return tag. | 869 |
![]() | Parameter data should be final. | 869 |
![]() | 'data' hides a field. | 869 |
![]() | Parameter offset should be final. | 869 |
![]() | 'offset' hides a field. | 869 |
![]() | Parameter scale should be final. | 869 |
![]() | '{' should be on the previous line. | 870 |
![]() | '255' is a magic number. | 873 |
![]() | Parameter x should be final. | 886 |
![]() | Parameter y should be final. | 886 |
![]() | Parameter data should be final. | 886 |
![]() | 'data' hides a field. | 886 |
![]() | '{' should be on the previous line. | 887 |
![]() | 'if' is not followed by whitespace. | 888 |
![]() | '{' should be on the previous line. | 889 |
![]() | 'if' is not followed by whitespace. | 892 |
![]() | '{' should be on the previous line. | 893 |
![]() | 'if' is not followed by whitespace. | 898 |
![]() | '{' should be on the previous line. | 899 |
![]() | '}' should be on the same line. | 901 |
![]() | '{' should be on the previous line. | 903 |
![]() | Line is longer than 80 characters. | 904 |
![]() | Parameter g should be final. | 917 |
![]() | Parameter text should be final. | 917 |
![]() | Parameter x should be final. | 917 |
![]() | Parameter y should be final. | 917 |
![]() | '{' should be on the previous line. | 918 |
![]() | Line is longer than 80 characters. | 919 |
![]() | '4' is a magic number. | 919 |
![]() | Line is longer than 80 characters. | 931 |
![]() | Parameter g should be final. | 931 |
![]() | Parameter diversion should be final. | 931 |
![]() | Parameter offsetX should be final. | 931 |
![]() | 'offsetX' hides a field. | 931 |
![]() | Parameter offsetY should be final. | 931 |
![]() | 'offsetY' hides a field. | 931 |
![]() | Line is longer than 80 characters. | 934 |
![]() | '5' is a magic number. | 934 |
![]() | '5' is a magic number. | 934 |
![]() | Line is longer than 80 characters. | 945 |
![]() | Parameter g should be final. | 945 |
![]() | Parameter startPose should be final. | 945 |
![]() | Parameter offsetX should be final. | 945 |
![]() | 'offsetX' hides a field. | 945 |
![]() | Parameter offsetY should be final. | 945 |
![]() | 'offsetY' hides a field. | 945 |
![]() | Line is longer than 80 characters. | 948 |
![]() | '10' is a magic number. | 948 |
![]() | '10' is a magic number. | 948 |
![]() | '20' is a magic number. | 948 |
![]() | '20' is a magic number. | 948 |
![]() | Line is longer than 80 characters. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line is longer than 80 characters. | 951 |
![]() | Line is longer than 80 characters. | 963 |
![]() | Parameter g should be final. | 963 |
![]() | Parameter rechargePoint should be final. | 963 |
![]() | Parameter offsetX should be final. | 963 |
![]() | 'offsetX' hides a field. | 963 |
![]() | Parameter offsetY should be final. | 963 |
![]() | 'offsetY' hides a field. | 963 |
![]() | Line is longer than 80 characters. | 966 |
![]() | '3' is a magic number. | 966 |
![]() | '3' is a magic number. | 966 |
![]() | '6' is a magic number. | 966 |
![]() | '6' is a magic number. | 966 |
![]() | Line is longer than 80 characters. | 967 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Parameter g should be final. | 979 |
![]() | Parameter lowRisk should be final. | 979 |
![]() | 'lowRisk' hides a field. | 979 |
![]() | Parameter offsetX should be final. | 979 |
![]() | 'offsetX' hides a field. | 979 |
![]() | Parameter offsetY should be final. | 979 |
![]() | 'offsetY' hides a field. | 979 |
![]() | Line is longer than 80 characters. | 982 |
![]() | '3' is a magic number. | 982 |
![]() | '3' is a magic number. | 982 |
![]() | Line is longer than 80 characters. | 983 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Parameter g should be final. | 995 |
![]() | Parameter highRisk should be final. | 995 |
![]() | 'highRisk' hides a field. | 995 |
![]() | Parameter offsetX should be final. | 995 |
![]() | 'offsetX' hides a field. | 995 |
![]() | Parameter offsetY should be final. | 995 |
![]() | 'offsetY' hides a field. | 995 |
![]() | Line is longer than 80 characters. | 998 |
![]() | '4' is a magic number. | 998 |
![]() | '4' is a magic number. | 998 |
![]() | Line is longer than 80 characters. | 999 |
![]() | Parameter g should be final. | 1010 |
![]() | Parameter dot should be final. | 1010 |
![]() | Parameter offsetX should be final. | 1010 |
![]() | 'offsetX' hides a field. | 1010 |
![]() | Parameter offsetY should be final. | 1010 |
![]() | 'offsetY' hides a field. | 1010 |
![]() | Line is longer than 80 characters. | 1013 |
![]() | '3' is a magic number. | 1013 |
![]() | '3' is a magic number. | 1013 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Parameter g should be final. | 1024 |
![]() | '{' should be on the previous line. | 1025 |
![]() | 'if' is not followed by whitespace. | 1026 |
![]() | '{' should be on the previous line. | 1027 |
![]() | 'for' is not followed by whitespace. | 1032 |
![]() | '{' should be on the previous line. | 1033 |
![]() | 'if' is not followed by whitespace. | 1034 |
![]() | '{' should be on the previous line. | 1035 |
![]() | '}' should be on the same line. | 1037 |
![]() | 'if' is not followed by whitespace. | 1038 |
![]() | '{' should be on the previous line. | 1039 |
![]() | '}' should be on the same line. | 1041 |
![]() | '{' should be on the previous line. | 1043 |
![]() | Line is longer than 80 characters. | 1046 |
![]() | '350' is a magic number. | 1046 |
![]() | Line is longer than 80 characters. | 1061 |
![]() | Parameter x1 should be final. | 1061 |
![]() | Parameter y1 should be final. | 1061 |
![]() | Parameter x2 should be final. | 1061 |
![]() | Parameter y2 should be final. | 1061 |
![]() | Parameter c should be final. | 1061 |
![]() | Parameter g should be final. | 1061 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Parameter g should be final. | 1078 |
![]() | Parameter c should be final. | 1078 |
![]() | Parameter x1 should be final. | 1078 |
![]() | Parameter y1 should be final. | 1078 |
![]() | Parameter x2 should be final. | 1078 |
![]() | Parameter y2 should be final. | 1078 |
![]() | Parameter g should be final. | 1092 |
![]() | Parameter c should be final. | 1092 |
![]() | Parameter x should be final. | 1092 |
![]() | Parameter y should be final. | 1092 |
![]() | '{' should be on the previous line. | 1093 |
![]() | 'if' is not followed by whitespace. | 1097 |
![]() | '{' should be on the previous line. | 1098 |
![]() | '{' is not followed by whitespace. | 1098 |
![]() | '}' should be on the same line. | 1100 |
![]() | '{' should be on the previous line. | 1102 |
![]() | First sentence should end with a period. | 1107 |
![]() | Parameter x should be final. | 1115 |
![]() | Parameter y should be final. | 1115 |
![]() | '{' should be on the previous line. | 1116 |
![]() | 'for' is not followed by whitespace. | 1117 |
![]() | '{' should be on the previous line. | 1118 |
![]() | 'if' is not followed by whitespace. | 1119 |
![]() | '{' should be on the previous line. | 1120 |
![]() | 'if' is not followed by whitespace. | 1123 |
![]() | '{' should be on the previous line. | 1124 |
![]() | 'if' is not followed by whitespace. | 1128 |
![]() | '{' should be on the previous line. | 1129 |
![]() | Line is longer than 80 characters. | 1135 |
![]() | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 1146 |
![]() | Parameter offset should be final. | 1146 |
![]() | 'offset' hides a field. | 1146 |
![]() | '{' should be on the previous line. | 1147 |
![]() | Method 'setSonars' is not designed for extension - needs to be abstract, final or empty. | 1157 |
![]() | Parameter sonars should be final. | 1157 |
![]() | 'sonars' hides a field. | 1157 |
![]() | '{' should be on the previous line. | 1158 |
![]() | Method 'setDivPoint' is not designed for extension - needs to be abstract, final or empty. | 1168 |
![]() | Parameter diversion should be final. | 1168 |
![]() | '{' should be on the previous line. | 1169 |
![]() | Method 'setStartLocation' is not designed for extension - needs to be abstract, final or empty. | 1179 |
![]() | Parameter start should be final. | 1179 |
![]() | '{' should be on the previous line. | 1180 |
![]() | Method 'setRechargeBreakPoint' is not designed for extension - needs to be abstract, final or empty. | 1192 |
![]() | Parameter breakPoint should be final. | 1192 |
![]() | '{' should be on the previous line. | 1193 |
![]() | Method 'setHighRiskPoint' is not designed for extension - needs to be abstract, final or empty. | 1204 |
![]() | Parameter highRisk should be final. | 1204 |
![]() | 'highRisk' hides a field. | 1204 |
![]() | '{' should be on the previous line. | 1205 |
![]() | Method 'setLowRiskPoint' is not designed for extension - needs to be abstract, final or empty. | 1216 |
![]() | Parameter lowRisk should be final. | 1216 |
![]() | 'lowRisk' hides a field. | 1216 |
![]() | '{' should be on the previous line. | 1217 |
![]() | Line is longer than 80 characters. | 1228 |
![]() | Method 'setRecord' is not designed for extension - needs to be abstract, final or empty. | 1228 |
![]() | Parameter rec should be final. | 1228 |
![]() | Method 'setPostInfo' is not designed for extension - needs to be abstract, final or empty. | 1239 |
![]() | Parameter info should be final. | 1239 |
![]() | '{' should be on the previous line. | 1240 |
![]() | First sentence should end with a period. | 1244 |
![]() | Method 'setDatFile' is not designed for extension - needs to be abstract, final or empty. | 1249 |
![]() | Parameter write should be final. | 1249 |
![]() | '{' should be on the previous line. | 1250 |
![]() | Method 'refreshGraphics' is not designed for extension - needs to be abstract, final or empty. | 1257 |
![]() | '{' should be on the previous line. | 1258 |
![]() | Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 1269 |
![]() | Parameter text should be final. | 1269 |
![]() | '{' should be on the previous line. | 1270 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 1279 |
![]() | Parameter rot should be final. | 1279 |
![]() | 'rot' hides a field. | 1279 |
![]() | '{' should be on the previous line. | 1280 |
![]() | Missing a Javadoc comment. | 1284 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 1291 |
![]() | Parameter loc should be final. | 1291 |
![]() | 'loc' hides a field. | 1291 |
![]() | '{' should be on the previous line. | 1292 |
![]() | 'if' is not followed by whitespace. | 1296 |
![]() | '10' is a magic number. | 1296 |
![]() | '{' should be on the previous line. | 1297 |
![]() | '}' should be on the same line. | 1300 |
![]() | '{' should be on the previous line. | 1302 |
![]() | Missing a Javadoc comment. | 1308 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 3 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
![]() | Using the '.*' form of import should be avoided - java.io.*. | 9 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 12 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Method 'runScanPreview' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '{' should be on the previous line. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter x should be final. | 51 |
![]() | Parameter y should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '}' should be on the same line. | 60 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '}' should be on the same line. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter tmp should be final. | 92 |
![]() | 'tmp' hides a field. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '51' is a magic number. | 117 |
![]() | '51' is a magic number. | 117 |
![]() | '51' is a magic number. | 117 |
![]() | Parameter evt should be final. | 120 |
![]() | Parameter evt should be final. | 125 |
![]() | '255' is a magic number. | 130 |
![]() | '255' is a magic number. | 130 |
![]() | '255' is a magic number. | 130 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '796' is a magic number. | 138 |
![]() | '227' is a magic number. | 140 |
![]() | '227' is a magic number. | 140 |
![]() | '227' is a magic number. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | '717' is a magic number. | 147 |
![]() | '}' is not followed by whitespace. | 151 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter evt should be final. | 153 |
![]() | '{' is not followed by whitespace. | 154 |
![]() | switch without "default" clause. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '37' is a magic number. | 157 |
![]() | '10' is a magic number. | 158 |
![]() | '39' is a magic number. | 160 |
![]() | '10' is a magic number. | 161 |
![]() | '40' is a magic number. | 163 |
![]() | '10' is a magic number. | 164 |
![]() | '38' is a magic number. | 166 |
![]() | '10' is a magic number. | 167 |
![]() | '}' is not followed by whitespace. | 170 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Parameter evt should be final. | 177 |
![]() | Expected @param tag for 'evt'. | 177 |
![]() | '{' is not followed by whitespace. | 178 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '10' is a magic number. | 188 |
![]() | '?' is not preceded with whitespace. | 188 |
![]() | Avoid inline conditionals. | 188 |
![]() | '?' is not followed by whitespace. | 188 |
![]() | ':' is not preceded with whitespace. | 188 |
![]() | ':' is not followed by whitespace. | 188 |
![]() | '}' is not followed by whitespace. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | '{' should be on the previous line. | 202 |
![]() | 'for' is not followed by whitespace. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | 'for' is not followed by whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | 'if' is not followed by whitespace. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | '{' should be on the previous line. | 222 |
![]() | 'for' is not followed by whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | 'for' is not followed by whitespace. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | '{' should be on the previous line. | 242 |
![]() | 'for' is not followed by whitespace. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | 'for' is not followed by whitespace. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | '{' should be on the previous line. | 262 |
![]() | 'for' is not followed by whitespace. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | 'if' is not followed by whitespace. | 267 |
![]() | '{' should be on the previous line. | 268 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Expected an @return tag. | 294 |
![]() | Parameter path should be final. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | Line is longer than 80 characters. | 302 |
![]() | ';' is not followed by whitespace. | 302 |
![]() | '8' is a magic number. | 311 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | '255' is a magic number. | 315 |
![]() | ';' is not followed by whitespace. | 315 |
![]() | 'for' is not followed by whitespace. | 316 |
![]() | '{' should be on the previous line. | 317 |
![]() | 'for' is not followed by whitespace. | 318 |
![]() | '{' should be on the previous line. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | 'if' is not followed by whitespace. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | '}' should be on the same line. | 324 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | 'if' is not followed by whitespace. | 330 |
![]() | '{' should be on the previous line. | 331 |
![]() | 'if' is not followed by whitespace. | 336 |
![]() | '{' should be on the previous line. | 337 |
![]() | ';' is not followed by whitespace. | 338 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '{' should be on the previous line. | 349 |
![]() | '{' should be on the previous line. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | '3' is a magic number. | 352 |
![]() | '}' should be on the same line. | 358 |
![]() | 'catch' is not followed by whitespace. | 359 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Parameter g should be final. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | '9' is a magic number. | 379 |
![]() | '9' is a magic number. | 379 |
![]() | '257' is a magic number. | 379 |
![]() | '102' is a magic number. | 379 |
![]() | 'for' is not followed by whitespace. | 381 |
![]() | '{' should be on the previous line. | 382 |
![]() | Line is longer than 80 characters. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | '100' is a magic number. | 384 |
![]() | '10' is a magic number. | 384 |
![]() | Parameter g should be final. | 393 |
![]() | '{' should be on the previous line. | 394 |
![]() | '20' is a magic number. | 395 |
![]() | '140' is a magic number. | 395 |
![]() | '20' is a magic number. | 396 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | '25' is a magic number. | 400 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | '25' is a magic number. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | '25' is a magic number. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | Line is longer than 80 characters. | 408 |
![]() | '25' is a magic number. | 409 |
![]() | Line is longer than 80 characters. | 411 |
![]() | '25' is a magic number. | 412 |
![]() | Line is longer than 80 characters. | 414 |
![]() | '25' is a magic number. | 415 |
![]() | Parameter g should be final. | 428 |
![]() | Parameter x should be final. | 428 |
![]() | Parameter y should be final. | 428 |
![]() | '{' should be on the previous line. | 429 |
![]() | 'for' is not followed by whitespace. | 431 |
![]() | '{' should be on the previous line. | 432 |
![]() | Inner assignments should be avoided. | 433 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Parameter g should be final. | 453 |
![]() | Parameter offsetX should be final. | 453 |
![]() | 'offsetX' hides a field. | 453 |
![]() | Parameter offsetY should be final. | 453 |
![]() | 'offsetY' hides a field. | 453 |
![]() | '{' should be on the previous line. | 454 |
![]() | 'for' is not followed by whitespace. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | 'for' is not followed by whitespace. | 459 |
![]() | '{' should be on the previous line. | 460 |
![]() | 'for' is not followed by whitespace. | 463 |
![]() | '{' should be on the previous line. | 464 |
![]() | 'for' is not followed by whitespace. | 467 |
![]() | '{' should be on the previous line. | 468 |
![]() | 'for' is not followed by whitespace. | 471 |
![]() | '{' should be on the previous line. | 472 |
![]() | First sentence should end with a period. | 477 |
![]() | Parameter g should be final. | 484 |
![]() | Parameter offsetX should be final. | 484 |
![]() | 'offsetX' hides a field. | 484 |
![]() | Parameter offsetY should be final. | 484 |
![]() | 'offsetY' hides a field. | 484 |
![]() | '{' should be on the previous line. | 485 |
![]() | 'for' is not followed by whitespace. | 486 |
![]() | '{' should be on the previous line. | 487 |
![]() | Unused @param tag for 'path'. | 496 |
![]() | Method 'saveImage' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() | Parameter img should be final. | 498 |
![]() | Parameter outputfile should be final. | 498 |
![]() | Expected @param tag for 'outputfile'. | 498 |
![]() | '{' should be on the previous line. | 499 |
![]() | '{' should be on the previous line. | 501 |
![]() | 'if' is not followed by whitespace. | 502 |
![]() | '{' should be on the previous line. | 503 |
![]() | '}' should be on the same line. | 505 |
![]() | '{' should be on the previous line. | 507 |
![]() | '}' should be on the same line. | 510 |
![]() | 'catch' is not followed by whitespace. | 511 |
![]() | '{' should be on the previous line. | 512 |
![]() | Missing a Javadoc comment. | 516 |
![]() | Missing a Javadoc comment. | 517 |
![]() | Missing a Javadoc comment. | 518 |
![]() | Variable 'histogram' must be private and have accessor methods. | 518 |
![]() | '256' is a magic number. | 518 |
![]() | Missing a Javadoc comment. | 519 |
![]() | Variable 'dMax' must be private and have accessor methods. | 519 |
![]() | Missing a Javadoc comment. | 520 |
![]() | Variable 'dMin' must be private and have accessor methods. | 520 |
![]() | Missing a Javadoc comment. | 521 |
![]() | Variable 'translate' must be private and have accessor methods. | 521 |
![]() | Missing a Javadoc comment. | 522 |
![]() | Variable 'record' must be private and have accessor methods. | 522 |
![]() | Missing a Javadoc comment. | 523 |
![]() | Variable 'recordPrev' must be private and have accessor methods. | 523 |
![]() | Missing a Javadoc comment. | 524 |
![]() | Variable 'rot' must be private and have accessor methods. | 524 |
![]() | ';' is not followed by whitespace. | 524 |
![]() | Missing a Javadoc comment. | 525 |
![]() | Variable 'rotPrev' must be private and have accessor methods. | 525 |
![]() | ';' is not followed by whitespace. | 525 |
![]() | Missing a Javadoc comment. | 526 |
![]() | Variable 'loc' must be private and have accessor methods. | 526 |
![]() | ';' is not followed by whitespace. | 526 |
![]() | Missing a Javadoc comment. | 527 |
![]() | Variable 'locPrev' must be private and have accessor methods. | 527 |
![]() | ';' is not followed by whitespace. | 527 |
![]() | Missing a Javadoc comment. | 528 |
![]() | Variable 'offset' must be private and have accessor methods. | 528 |
![]() | Missing a Javadoc comment. | 529 |
![]() | Variable 'obstacles' must be private and have accessor methods. | 529 |
![]() | Missing a Javadoc comment. | 530 |
![]() | Variable 'robotPath' must be private and have accessor methods. | 530 |
![]() | Missing a Javadoc comment. | 531 |
![]() | Variable 'robotDiversions' must be private and have accessor methods. | 531 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Variable 'robotRechargePoints' must be private and have accessor methods. | 532 |
![]() | Missing a Javadoc comment. | 533 |
![]() | Variable 'robotStartPoints' must be private and have accessor methods. | 533 |
![]() | Missing a Javadoc comment. | 534 |
![]() | Variable 'robotHighRiskPoints' must be private and have accessor methods. | 534 |
![]() | Missing a Javadoc comment. | 535 |
![]() | Variable 'robotLowRiskPoints' must be private and have accessor methods. | 535 |
![]() | Missing a Javadoc comment. | 536 |
![]() | Variable 'sonars' must be private and have accessor methods. | 536 |
![]() | Missing a Javadoc comment. | 537 |
![]() | Missing a Javadoc comment. | 538 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Missing a Javadoc comment. | 541 |
![]() | Missing a Javadoc comment. | 543 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Line has trailing spaces. | 546 |
![]() | '0.47d' is a magic number. | 548 |
![]() | '0.61d' is a magic number. | 549 |
![]() | '0.86d' is a magic number. | 550 |
![]() | '1.22d' is a magic number. | 551 |
![]() | '1.5d' is a magic number. | 552 |
![]() | '1.22d' is a magic number. | 553 |
![]() | '0.86d' is a magic number. | 554 |
![]() | '0.61d' is a magic number. | 555 |
![]() | '0.47d' is a magic number. | 556 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Line has trailing spaces. | 561 |
![]() | '1.57d' is a magic number. | 563 |
![]() | '1.91d' is a magic number. | 564 |
![]() | '2.72d' is a magic number. | 565 |
![]() | '3.5d' is a magic number. | 566 |
![]() | '4.5d' is a magic number. | 567 |
![]() | '3.5d' is a magic number. | 568 |
![]() | '2.72d' is a magic number. | 569 |
![]() | '1.91d' is a magic number. | 570 |
![]() | '1.57d' is a magic number. | 571 |
![]() | Missing a Javadoc comment. | 574 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Missing a Javadoc comment. | 575 |
![]() | Variable 'tmp' must be private and have accessor methods. | 575 |
![]() | Missing a Javadoc comment. | 576 |
![]() | Variable 'tmpG' must be private and have accessor methods. | 576 |
![]() | Missing a Javadoc comment. | 577 |
![]() | Variable 'data' must be private and have accessor methods. | 577 |
![]() | Parameter range should be final. | 588 |
![]() | Parameter index should be final. | 588 |
![]() | '{' should be on the previous line. | 589 |
![]() | 'if' is not followed by whitespace. | 590 |
![]() | '85' is a magic number. | 590 |
![]() | '95' is a magic number. | 590 |
![]() | '{' should be on the previous line. | 591 |
![]() | '}' should be on the same line. | 593 |
![]() | 'if' is not followed by whitespace. | 594 |
![]() | '{' should be on the previous line. | 595 |
![]() | '}' should be on the same line. | 597 |
![]() | '{' should be on the previous line. | 599 |
![]() | Missing a Javadoc comment. | 603 |
![]() | Variable 'backBuffer' must be private and have accessor methods. | 603 |
![]() | '{' should be on the previous line. | 609 |
![]() | 'if' is not followed by whitespace. | 611 |
![]() | '{' should be on the previous line. | 613 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() | Parameter sharpGraphics should be final. | 624 |
![]() | '{' should be on the previous line. | 625 |
![]() | Parameter g should be final. | 647 |
![]() | '{' should be on the previous line. | 648 |
![]() | 'if' is not followed by whitespace. | 649 |
![]() | '{' should be on the previous line. | 650 |
![]() | Line is longer than 80 characters. | 657 |
![]() | ';' is not followed by whitespace. | 657 |
![]() | '20' is a magic number. | 660 |
![]() | '450' is a magic number. | 660 |
![]() | Line is longer than 80 characters. | 663 |
![]() | '90' is a magic number. | 663 |
![]() | '180' is a magic number. | 663 |
![]() | ';' is not followed by whitespace. | 663 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '90' is a magic number. | 664 |
![]() | '180' is a magic number. | 664 |
![]() | ';' is not followed by whitespace. | 664 |
![]() | Line is longer than 80 characters. | 666 |
![]() | 'if' is not followed by whitespace. | 666 |
![]() | '180' is a magic number. | 666 |
![]() | 'for' is not followed by whitespace. | 671 |
![]() | '{' should be on the previous line. | 672 |
![]() | 'if' is not followed by whitespace. | 676 |
![]() | '{' should be on the previous line. | 677 |
![]() | '}' should be on the same line. | 679 |
![]() | 'if' is not followed by whitespace. | 680 |
![]() | '{' should be on the previous line. | 681 |
![]() | '}' should be on the same line. | 683 |
![]() | '{' should be on the previous line. | 685 |
![]() | Line is longer than 80 characters. | 690 |
![]() | Line is longer than 80 characters. | 691 |
![]() | '180' is a magic number. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | '180' is a magic number. | 692 |
![]() | 'if' is not followed by whitespace. | 694 |
![]() | '{' should be on the previous line. | 695 |
![]() | Line is longer than 80 characters. | 699 |
![]() | '180' is a magic number. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | '180' is a magic number. | 700 |
![]() | Line is longer than 80 characters. | 702 |
![]() | Line is longer than 80 characters. | 703 |
![]() | Line is longer than 80 characters. | 706 |
![]() | Line is longer than 80 characters. | 710 |
![]() | Line is longer than 80 characters. | 711 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Method 'issueRay' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() | Parameter g should be final. | 738 |
![]() | Parameter index should be final. | 738 |
![]() | Parameter range should be final. | 738 |
![]() | Parameter angle should be final. | 738 |
![]() | Parameter loc should be final. | 738 |
![]() | 'loc' hides a field. | 738 |
![]() | Parameter rot should be final. | 738 |
![]() | 'rot' hides a field. | 738 |
![]() | Comment matches to-do format 'TODO:'. | 740 |
![]() | Line is longer than 80 characters. | 741 |
![]() | '180' is a magic number. | 741 |
![]() | ';' is not followed by whitespace. | 741 |
![]() | Line is longer than 80 characters. | 742 |
![]() | '180' is a magic number. | 742 |
![]() | ';' is not followed by whitespace. | 742 |
![]() | Line is longer than 80 characters. | 743 |
![]() | ';' is not followed by whitespace. | 743 |
![]() | Line has trailing spaces. | 744 |
![]() | ';' is not followed by whitespace. | 744 |
![]() | Line is longer than 80 characters. | 745 |
![]() | '10' is a magic number. | 745 |
![]() | '255' is a magic number. | 745 |
![]() | '20' is a magic number. | 745 |
![]() | Line is longer than 80 characters. | 749 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Line is longer than 80 characters. | 755 |
![]() | Line is longer than 80 characters. | 756 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Line is longer than 80 characters. | 758 |
![]() | Line is longer than 80 characters. | 759 |
![]() | '255' is a magic number. | 762 |
![]() | 'if' is not followed by whitespace. | 764 |
![]() | '{' should be on the previous line. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | '40' is a magic number. | 766 |
![]() | '40' is a magic number. | 766 |
![]() | Line is longer than 80 characters. | 768 |
![]() | Line is longer than 80 characters. | 769 |
![]() | Line is longer than 80 characters. | 772 |
![]() | Line is longer than 80 characters. | 774 |
![]() | Line is longer than 80 characters. | 775 |
![]() | Line is longer than 80 characters. | 776 |
![]() | Line is longer than 80 characters. | 777 |
![]() | Line is longer than 80 characters. | 778 |
![]() | Line is longer than 80 characters. | 779 |
![]() | Parameter locA should be final. | 791 |
![]() | Parameter locB should be final. | 791 |
![]() | '{' should be on the previous line. | 792 |
![]() | Parameter value1 should be final. | 807 |
![]() | Parameter value2 should be final. | 807 |
![]() | '{' should be on the previous line. | 808 |
![]() | 'if' is not followed by whitespace. | 810 |
![]() | '6' is a magic number. | 810 |
![]() | '0.28' is a magic number. | 810 |
![]() | '{' should be on the previous line. | 811 |
![]() | '}' should be on the same line. | 813 |
![]() | 'if' is not followed by whitespace. | 814 |
![]() | '6' is a magic number. | 814 |
![]() | '0.28' is a magic number. | 814 |
![]() | '{' should be on the previous line. | 815 |
![]() | '}' should be on the same line. | 817 |
![]() | '{' should be on the previous line. | 819 |
![]() | 'if' is not followed by whitespace. | 823 |
![]() | '{' should be on the previous line. | 824 |
![]() | Parameter rotA should be final. | 837 |
![]() | Parameter rotB should be final. | 837 |
![]() | '{' should be on the previous line. | 838 |
![]() | Parameter g should be final. | 852 |
![]() | Parameter x should be final. | 852 |
![]() | Parameter y should be final. | 852 |
![]() | '{' should be on the previous line. | 853 |
![]() | 'for' is not followed by whitespace. | 855 |
![]() | '{' should be on the previous line. | 856 |
![]() | Inner assignments should be avoided. | 857 |
![]() | Expected an @return tag. | 869 |
![]() | Parameter data should be final. | 869 |
![]() | 'data' hides a field. | 869 |
![]() | Parameter offset should be final. | 869 |
![]() | 'offset' hides a field. | 869 |
![]() | Parameter scale should be final. | 869 |
![]() | '{' should be on the previous line. | 870 |
![]() | '255' is a magic number. | 873 |
![]() | Parameter x should be final. | 886 |
![]() | Parameter y should be final. | 886 |
![]() | Parameter data should be final. | 886 |
![]() | 'data' hides a field. | 886 |
![]() | '{' should be on the previous line. | 887 |
![]() | 'if' is not followed by whitespace. | 888 |
![]() | '{' should be on the previous line. | 889 |
![]() | 'if' is not followed by whitespace. | 892 |
![]() | '{' should be on the previous line. | 893 |
![]() | 'if' is not followed by whitespace. | 898 |
![]() | '{' should be on the previous line. | 899 |
![]() | '}' should be on the same line. | 901 |
![]() | '{' should be on the previous line. | 903 |
![]() | Line is longer than 80 characters. | 904 |
![]() | Parameter g should be final. | 917 |
![]() | Parameter text should be final. | 917 |
![]() | Parameter x should be final. | 917 |
![]() | Parameter y should be final. | 917 |
![]() | '{' should be on the previous line. | 918 |
![]() | Line is longer than 80 characters. | 919 |
![]() | '4' is a magic number. | 919 |
![]() | Line is longer than 80 characters. | 931 |
![]() | Parameter g should be final. | 931 |
![]() | Parameter diversion should be final. | 931 |
![]() | Parameter offsetX should be final. | 931 |
![]() | 'offsetX' hides a field. | 931 |
![]() | Parameter offsetY should be final. | 931 |
![]() | 'offsetY' hides a field. | 931 |
![]() | Line is longer than 80 characters. | 934 |
![]() | '5' is a magic number. | 934 |
![]() | '5' is a magic number. | 934 |
![]() | Line is longer than 80 characters. | 945 |
![]() | Parameter g should be final. | 945 |
![]() | Parameter startPose should be final. | 945 |
![]() | Parameter offsetX should be final. | 945 |
![]() | 'offsetX' hides a field. | 945 |
![]() | Parameter offsetY should be final. | 945 |
![]() | 'offsetY' hides a field. | 945 |
![]() | Line is longer than 80 characters. | 948 |
![]() | '10' is a magic number. | 948 |
![]() | '10' is a magic number. | 948 |
![]() | '20' is a magic number. | 948 |
![]() | '20' is a magic number. | 948 |
![]() | Line is longer than 80 characters. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line is longer than 80 characters. | 951 |
![]() | Line is longer than 80 characters. | 963 |
![]() | Parameter g should be final. | 963 |
![]() | Parameter rechargePoint should be final. | 963 |
![]() | Parameter offsetX should be final. | 963 |
![]() | 'offsetX' hides a field. | 963 |
![]() | Parameter offsetY should be final. | 963 |
![]() | 'offsetY' hides a field. | 963 |
![]() | Line is longer than 80 characters. | 966 |
![]() | '3' is a magic number. | 966 |
![]() | '3' is a magic number. | 966 |
![]() | '6' is a magic number. | 966 |
![]() | '6' is a magic number. | 966 |
![]() | Line is longer than 80 characters. | 967 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Parameter g should be final. | 979 |
![]() | Parameter lowRisk should be final. | 979 |
![]() | 'lowRisk' hides a field. | 979 |
![]() | Parameter offsetX should be final. | 979 |
![]() | 'offsetX' hides a field. | 979 |
![]() | Parameter offsetY should be final. | 979 |
![]() | 'offsetY' hides a field. | 979 |
![]() | Line is longer than 80 characters. | 982 |
![]() | '3' is a magic number. | 982 |
![]() | '3' is a magic number. | 982 |
![]() | Line is longer than 80 characters. | 983 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Parameter g should be final. | 995 |
![]() | Parameter highRisk should be final. | 995 |
![]() | 'highRisk' hides a field. | 995 |
![]() | Parameter offsetX should be final. | 995 |
![]() | 'offsetX' hides a field. | 995 |
![]() | Parameter offsetY should be final. | 995 |
![]() | 'offsetY' hides a field. | 995 |
![]() | Line is longer than 80 characters. | 998 |
![]() | '4' is a magic number. | 998 |
![]() | '4' is a magic number. | 998 |
![]() | Line is longer than 80 characters. | 999 |
![]() | Parameter g should be final. | 1010 |
![]() | Parameter dot should be final. | 1010 |
![]() | Parameter offsetX should be final. | 1010 |
![]() | 'offsetX' hides a field. | 1010 |
![]() | Parameter offsetY should be final. | 1010 |
![]() | 'offsetY' hides a field. | 1010 |
![]() | Line is longer than 80 characters. | 1013 |
![]() | '3' is a magic number. | 1013 |
![]() | '3' is a magic number. | 1013 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Parameter g should be final. | 1024 |
![]() | '{' should be on the previous line. | 1025 |
![]() | 'if' is not followed by whitespace. | 1026 |
![]() | '{' should be on the previous line. | 1027 |
![]() | 'for' is not followed by whitespace. | 1032 |
![]() | '{' should be on the previous line. | 1033 |
![]() | 'if' is not followed by whitespace. | 1034 |
![]() | '{' should be on the previous line. | 1035 |
![]() | '}' should be on the same line. | 1037 |
![]() | 'if' is not followed by whitespace. | 1038 |
![]() | '{' should be on the previous line. | 1039 |
![]() | '}' should be on the same line. | 1041 |
![]() | '{' should be on the previous line. | 1043 |
![]() | Line is longer than 80 characters. | 1046 |
![]() | '350' is a magic number. | 1046 |
![]() | Line is longer than 80 characters. | 1061 |
![]() | Parameter x1 should be final. | 1061 |
![]() | Parameter y1 should be final. | 1061 |
![]() | Parameter x2 should be final. | 1061 |
![]() | Parameter y2 should be final. | 1061 |
![]() | Parameter c should be final. | 1061 |
![]() | Parameter g should be final. | 1061 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Parameter g should be final. | 1078 |
![]() | Parameter c should be final. | 1078 |
![]() | Parameter x1 should be final. | 1078 |
![]() | Parameter y1 should be final. | 1078 |
![]() | Parameter x2 should be final. | 1078 |
![]() | Parameter y2 should be final. | 1078 |
![]() | Parameter g should be final. | 1092 |
![]() | Parameter c should be final. | 1092 |
![]() | Parameter x should be final. | 1092 |
![]() | Parameter y should be final. | 1092 |
![]() | '{' should be on the previous line. | 1093 |
![]() | 'if' is not followed by whitespace. | 1097 |
![]() | '{' should be on the previous line. | 1098 |
![]() | '{' is not followed by whitespace. | 1098 |
![]() | '}' should be on the same line. | 1100 |
![]() | '{' should be on the previous line. | 1102 |
![]() | First sentence should end with a period. | 1107 |
![]() | Parameter x should be final. | 1115 |
![]() | Parameter y should be final. | 1115 |
![]() | '{' should be on the previous line. | 1116 |
![]() | 'for' is not followed by whitespace. | 1117 |
![]() | '{' should be on the previous line. | 1118 |
![]() | 'if' is not followed by whitespace. | 1119 |
![]() | '{' should be on the previous line. | 1120 |
![]() | 'if' is not followed by whitespace. | 1123 |
![]() | '{' should be on the previous line. | 1124 |
![]() | 'if' is not followed by whitespace. | 1128 |
![]() | '{' should be on the previous line. | 1129 |
![]() | Line is longer than 80 characters. | 1135 |
![]() | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 1146 |
![]() | Parameter offset should be final. | 1146 |
![]() | 'offset' hides a field. | 1146 |
![]() | '{' should be on the previous line. | 1147 |
![]() | Method 'setSonars' is not designed for extension - needs to be abstract, final or empty. | 1157 |
![]() | Parameter sonars should be final. | 1157 |
![]() | 'sonars' hides a field. | 1157 |
![]() | '{' should be on the previous line. | 1158 |
![]() | Method 'setDivPoint' is not designed for extension - needs to be abstract, final or empty. | 1168 |
![]() | Parameter diversion should be final. | 1168 |
![]() | '{' should be on the previous line. | 1169 |
![]() | Method 'setStartLocation' is not designed for extension - needs to be abstract, final or empty. | 1179 |
![]() | Parameter start should be final. | 1179 |
![]() | '{' should be on the previous line. | 1180 |
![]() | Method 'setRechargeBreakPoint' is not designed for extension - needs to be abstract, final or empty. | 1192 |
![]() | Parameter breakPoint should be final. | 1192 |
![]() | '{' should be on the previous line. | 1193 |
![]() | Method 'setHighRiskPoint' is not designed for extension - needs to be abstract, final or empty. | 1204 |
![]() | Parameter highRisk should be final. | 1204 |
![]() | 'highRisk' hides a field. | 1204 |
![]() | '{' should be on the previous line. | 1205 |
![]() | Method 'setLowRiskPoint' is not designed for extension - needs to be abstract, final or empty. | 1216 |
![]() | Parameter lowRisk should be final. | 1216 |
![]() | 'lowRisk' hides a field. | 1216 |
![]() | '{' should be on the previous line. | 1217 |
![]() | Line is longer than 80 characters. | 1228 |
![]() | Method 'setRecord' is not designed for extension - needs to be abstract, final or empty. | 1228 |
![]() | Parameter rec should be final. | 1228 |
![]() | Method 'setPostInfo' is not designed for extension - needs to be abstract, final or empty. | 1239 |
![]() | Parameter info should be final. | 1239 |
![]() | '{' should be on the previous line. | 1240 |
![]() | First sentence should end with a period. | 1244 |
![]() | Method 'setDatFile' is not designed for extension - needs to be abstract, final or empty. | 1249 |
![]() | Parameter write should be final. | 1249 |
![]() | '{' should be on the previous line. | 1250 |
![]() | Method 'refreshGraphics' is not designed for extension - needs to be abstract, final or empty. | 1257 |
![]() | '{' should be on the previous line. | 1258 |
![]() | Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 1269 |
![]() | Parameter text should be final. | 1269 |
![]() | '{' should be on the previous line. | 1270 |
![]() | Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 1279 |
![]() | Parameter rot should be final. | 1279 |
![]() | 'rot' hides a field. | 1279 |
![]() | '{' should be on the previous line. | 1280 |
![]() | Missing a Javadoc comment. | 1284 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 1291 |
![]() | Parameter loc should be final. | 1291 |
![]() | 'loc' hides a field. | 1291 |
![]() | '{' should be on the previous line. | 1292 |
![]() | 'if' is not followed by whitespace. | 1296 |
![]() | '10' is a magic number. | 1296 |
![]() | '{' should be on the previous line. | 1297 |
![]() | '}' should be on the same line. | 1300 |
![]() | '{' should be on the previous line. | 1302 |
![]() | Missing a Javadoc comment. | 1308 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | ',' is not followed by whitespace. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | ',' is not followed by whitespace. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | ',' is not followed by whitespace. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | ',' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | ',' is not followed by whitespace. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | ',' is not followed by whitespace. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | ',' is not followed by whitespace. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | ',' is not followed by whitespace. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | ';' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter current should be final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '{' should be on the previous line. | 32 |
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | ',' is not followed by whitespace. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | ',' is not followed by whitespace. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | ',' is not followed by whitespace. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | ',' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | ',' is not followed by whitespace. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | ',' is not followed by whitespace. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | ',' is not followed by whitespace. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | ',' is not followed by whitespace. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | ';' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter current should be final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '{' should be on the previous line. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Parameter array should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'for' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter elapsed should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter i should be final. | 62 |
![]() | Parameter j should be final. | 62 |
![]() | Parameter k should be final. | 62 |
![]() | Parameter l should be final. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Parameter sx should be final. | 74 |
![]() | Parameter cx should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '180' is a magic number. | 78 |
![]() | '}' should be on the same line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '180' is a magic number. | 82 |
![]() | '180' is a magic number. | 82 |
![]() | '}' should be on the same line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '180' is a magic number. | 86 |
![]() | '180' is a magic number. | 86 |
![]() | '}' should be on the same line. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | '360' is a magic number. | 90 |
![]() | '180' is a magic number. | 90 |
![]() | Parameter value should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Parameter original should be final. | 118 |
![]() | Parameter x should be final. | 118 |
![]() | Parameter y should be final. | 118 |
![]() | Parameter offsetX should be final. | 118 |
![]() | Parameter offsetY should be final. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Parameter original should be final. | 139 |
![]() | Parameter x should be final. | 139 |
![]() | Parameter y should be final. | 139 |
![]() | Parameter offsetX should be final. | 139 |
![]() | Parameter offsetY should be final. | 139 |
![]() | Line is longer than 80 characters. | 141 |
![]() | 'for' is not followed by whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Expected an @return tag. | 154 |
![]() | Parameter width should be final. | 154 |
![]() | Expected @param tag for 'width'. | 154 |
![]() | Parameter height should be final. | 154 |
![]() | Expected @param tag for 'height'. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Array brackets at illegal position. | 156 |
![]() | 'for' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | 'for' is not followed by whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Utility classes should not have a public or default constructor. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | Parameter array should be final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | 'for' is not followed by whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter elapsed should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter i should be final. | 62 |
![]() | Parameter j should be final. | 62 |
![]() | Parameter k should be final. | 62 |
![]() | Parameter l should be final. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Parameter sx should be final. | 74 |
![]() | Parameter cx should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '180' is a magic number. | 78 |
![]() | '}' should be on the same line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '180' is a magic number. | 82 |
![]() | '180' is a magic number. | 82 |
![]() | '}' should be on the same line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '180' is a magic number. | 86 |
![]() | '180' is a magic number. | 86 |
![]() | '}' should be on the same line. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | '360' is a magic number. | 90 |
![]() | '180' is a magic number. | 90 |
![]() | Parameter value should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Parameter original should be final. | 118 |
![]() | Parameter x should be final. | 118 |
![]() | Parameter y should be final. | 118 |
![]() | Parameter offsetX should be final. | 118 |
![]() | Parameter offsetY should be final. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Parameter original should be final. | 139 |
![]() | Parameter x should be final. | 139 |
![]() | Parameter y should be final. | 139 |
![]() | Parameter offsetX should be final. | 139 |
![]() | Parameter offsetY should be final. | 139 |
![]() | Line is longer than 80 characters. | 141 |
![]() | 'for' is not followed by whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Expected an @return tag. | 154 |
![]() | Parameter width should be final. | 154 |
![]() | Expected @param tag for 'width'. | 154 |
![]() | Parameter height should be final. | 154 |
![]() | Expected @param tag for 'height'. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Array brackets at illegal position. | 156 |
![]() | 'for' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | 'for' is not followed by whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 17 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter nfom should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | ';' is not followed by whitespace. | 44 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter bot should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | ';' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | ';' is not followed by whitespace. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | ';' is not followed by whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | ';' is not followed by whitespace. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '0.01f' is a magic number. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Expected @throws tag for 'PogamutException'. | 93 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | 'if' is not followed by whitespace. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '}' should be on the same line. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | ';' is not followed by whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '100' is a magic number. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '}' should be on the same line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter value should be final. | 141 |
![]() | Expected @param tag for 'value'. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '100' is a magic number. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '0.05f' is a magic number. | 145 |
![]() | '}' should be on the same line. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | '0.05f' is a magic number. | 149 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 167 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 185 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter dir should be final. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | ';' is not followed by whitespace. | 230 |
![]() | '}' should be on the same line. | 231 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | ';' is not followed by whitespace. | 234 |
![]() | '}' should be on the same line. | 235 |
![]() | '{' should be on the previous line. | 237 |
![]() | ';' is not followed by whitespace. | 238 |
![]() | '{' should be on the previous line. | 245 |
![]() | '3' is a magic number. | 254 |
![]() | '6' is a magic number. | 257 |
![]() | '5' is a magic number. | 258 |
![]() | '4' is a magic number. | 268 |
![]() | '3' is a magic number. | 269 |
![]() | Line is longer than 80 characters. | 272 |
![]() | '8' is a magic number. | 279 |
![]() | '7' is a magic number. | 280 |
![]() | Line is longer than 80 characters. | 283 |
![]() | 'if' is not followed by whitespace. | 303 |
![]() | '7' is a magic number. | 303 |
![]() | '{' should be on the previous line. | 304 |
![]() | Missing a Javadoc comment. | 308 |
![]() | '{' should be on the previous line. | 314 |
![]() | Comment matches to-do format 'TODO:'. | 319 |
![]() | '{' should be on the previous line. | 322 |
![]() | '6' is a magic number. | 334 |
![]() | '5' is a magic number. | 335 |
![]() | '4' is a magic number. | 345 |
![]() | '3' is a magic number. | 346 |
![]() | Line is longer than 80 characters. | 349 |
![]() | '8' is a magic number. | 356 |
![]() | '7' is a magic number. | 357 |
![]() | Line is longer than 80 characters. | 360 |
![]() | 'if' is not followed by whitespace. | 380 |
![]() | '7' is a magic number. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'if' is not followed by whitespace. | 392 |
![]() | '{' should be on the previous line. | 393 |
![]() | Line has trailing spaces. | 397 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | '{' should be on the previous line. | 418 |
![]() | 'if' is not followed by whitespace. | 419 |
![]() | '{' should be on the previous line. | 420 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | Parameter bot should be final. | 434 |
![]() | '{' should be on the previous line. | 435 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Missing a Javadoc comment. | 455 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Missing a Javadoc comment. | 460 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Missing a Javadoc comment. | 462 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Parameter args should be final. | 464 |
![]() | '{' should be on the previous line. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | '3000' is a magic number. | 466 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 17 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter nfom should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | ';' is not followed by whitespace. | 44 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter bot should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | ';' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | ';' is not followed by whitespace. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | ';' is not followed by whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | ';' is not followed by whitespace. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '0.01f' is a magic number. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Expected @throws tag for 'PogamutException'. | 93 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | 'if' is not followed by whitespace. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '}' should be on the same line. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | ';' is not followed by whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '100' is a magic number. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '}' should be on the same line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter value should be final. | 141 |
![]() | Expected @param tag for 'value'. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '100' is a magic number. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '0.05f' is a magic number. | 145 |
![]() | '}' should be on the same line. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | '0.05f' is a magic number. | 149 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 167 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 185 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter dir should be final. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | ';' is not followed by whitespace. | 230 |
![]() | '}' should be on the same line. | 231 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | ';' is not followed by whitespace. | 234 |
![]() | '}' should be on the same line. | 235 |
![]() | '{' should be on the previous line. | 237 |
![]() | ';' is not followed by whitespace. | 238 |
![]() | '{' should be on the previous line. | 245 |
![]() | '3' is a magic number. | 254 |
![]() | '6' is a magic number. | 257 |
![]() | '5' is a magic number. | 258 |
![]() | '4' is a magic number. | 268 |
![]() | '3' is a magic number. | 269 |
![]() | Line is longer than 80 characters. | 272 |
![]() | '8' is a magic number. | 279 |
![]() | '7' is a magic number. | 280 |
![]() | Line is longer than 80 characters. | 283 |
![]() | 'if' is not followed by whitespace. | 303 |
![]() | '7' is a magic number. | 303 |
![]() | '{' should be on the previous line. | 304 |
![]() | Missing a Javadoc comment. | 308 |
![]() | '{' should be on the previous line. | 314 |
![]() | Comment matches to-do format 'TODO:'. | 319 |
![]() | '{' should be on the previous line. | 322 |
![]() | '6' is a magic number. | 334 |
![]() | '5' is a magic number. | 335 |
![]() | '4' is a magic number. | 345 |
![]() | '3' is a magic number. | 346 |
![]() | Line is longer than 80 characters. | 349 |
![]() | '8' is a magic number. | 356 |
![]() | '7' is a magic number. | 357 |
![]() | Line is longer than 80 characters. | 360 |
![]() | 'if' is not followed by whitespace. | 380 |
![]() | '7' is a magic number. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | '{' should be on the previous line. | 391 |
![]() | 'if' is not followed by whitespace. | 392 |
![]() | '{' should be on the previous line. | 393 |
![]() | Line has trailing spaces. | 397 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | '{' should be on the previous line. | 418 |
![]() | 'if' is not followed by whitespace. | 419 |
![]() | '{' should be on the previous line. | 420 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | Parameter bot should be final. | 434 |
![]() | '{' should be on the previous line. | 435 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Missing a Javadoc comment. | 455 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Missing a Javadoc comment. | 460 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Missing a Javadoc comment. | 462 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Parameter args should be final. | 464 |
![]() | '{' should be on the previous line. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | '3000' is a magic number. | 466 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 14 |
![]() | '{' should be on the previous line. | 26 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter nfom should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter bot should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter bot should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Variable 'statList' must be private and have accessor methods. | 78 |
![]() | Parameter t should be final. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Variable 'nfoList' must be private and have accessor methods. | 87 |
![]() | Parameter t should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '}' is not followed by whitespace. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 103 |
![]() | Parameter t should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Variable 'first' must be private and have accessor methods. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Variable 'left' must be private and have accessor methods. | 117 |
![]() | Variable 'right' must be private and have accessor methods. | 117 |
![]() | '{' should be on the previous line. | 123 |
![]() | '15' is a magic number. | 125 |
![]() | '5' is a magic number. | 126 |
![]() | '{' should be on the previous line. | 133 |
![]() | '4' is a magic number. | 135 |
![]() | '15' is a magic number. | 136 |
![]() | '{' should be on the previous line. | 143 |
![]() | '15' is a magic number. | 145 |
![]() | '15' is a magic number. | 146 |
![]() | '{' should be on the previous line. | 154 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '10' is a magic number. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '-3' is a magic number. | 158 |
![]() | '-3' is a magic number. | 159 |
![]() | '}' should be on the same line. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | '-3' is a magic number. | 163 |
![]() | '3' is a magic number. | 164 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | '20' is a magic number. | 169 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '20' is a magic number. | 174 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 175 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Parameter Ranges should be final. | 177 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | '3' is a magic number. | 180 |
![]() | 'for' is not followed by whitespace. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '}' should be on the same line. | 187 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '}' should be on the same line. | 191 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '200' is a magic number. | 197 |
![]() | '200' is a magic number. | 197 |
![]() | '}' should be on the same line. | 201 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | '}' should be on the same line. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | '}' should be on the same line. | 214 |
![]() | '{' should be on the previous line. | 216 |
![]() | 'if' is not followed by whitespace. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | '}' should be on the same line. | 221 |
![]() | '{' should be on the previous line. | 223 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Parameter args should be final. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | '3000' is a magic number. | 232 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 14 |
![]() | '{' should be on the previous line. | 26 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter nfom should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter bot should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter bot should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Variable 'statList' must be private and have accessor methods. | 78 |
![]() | Parameter t should be final. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Variable 'nfoList' must be private and have accessor methods. | 87 |
![]() | Parameter t should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '}' is not followed by whitespace. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 103 |
![]() | Parameter t should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Variable 'first' must be private and have accessor methods. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Variable 'left' must be private and have accessor methods. | 117 |
![]() | Variable 'right' must be private and have accessor methods. | 117 |
![]() | '{' should be on the previous line. | 123 |
![]() | '15' is a magic number. | 125 |
![]() | '5' is a magic number. | 126 |
![]() | '{' should be on the previous line. | 133 |
![]() | '4' is a magic number. | 135 |
![]() | '15' is a magic number. | 136 |
![]() | '{' should be on the previous line. | 143 |
![]() | '15' is a magic number. | 145 |
![]() | '15' is a magic number. | 146 |
![]() | '{' should be on the previous line. | 154 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '10' is a magic number. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '-3' is a magic number. | 158 |
![]() | '-3' is a magic number. | 159 |
![]() | '}' should be on the same line. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | '-3' is a magic number. | 163 |
![]() | '3' is a magic number. | 164 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | '20' is a magic number. | 169 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '20' is a magic number. | 174 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 175 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Parameter Ranges should be final. | 177 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | '3' is a magic number. | 180 |
![]() | 'for' is not followed by whitespace. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '}' should be on the same line. | 187 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '}' should be on the same line. | 191 |
![]() | '{' should be on the previous line. | 193 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '200' is a magic number. | 197 |
![]() | '200' is a magic number. | 197 |
![]() | '}' should be on the same line. | 201 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | '}' should be on the same line. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | '}' should be on the same line. | 214 |
![]() | '{' should be on the previous line. | 216 |
![]() | 'if' is not followed by whitespace. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | '}' should be on the same line. | 221 |
![]() | '{' should be on the previous line. | 223 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Parameter args should be final. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | '3000' is a magic number. | 232 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 11 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter nfom should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter bot should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter bot should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 68 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 72 |
![]() | Parameter t should be final. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Variable 'left' must be private and have accessor methods. | 85 |
![]() | Variable 'right' must be private and have accessor methods. | 85 |
![]() | '{' should be on the previous line. | 91 |
![]() | '15' is a magic number. | 92 |
![]() | '5' is a magic number. | 93 |
![]() | '{' should be on the previous line. | 100 |
![]() | '4' is a magic number. | 101 |
![]() | '15' is a magic number. | 102 |
![]() | '{' should be on the previous line. | 109 |
![]() | '15' is a magic number. | 110 |
![]() | '15' is a magic number. | 111 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '10' is a magic number. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '-3' is a magic number. | 122 |
![]() | '-3' is a magic number. | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | '-3' is a magic number. | 127 |
![]() | '3' is a magic number. | 128 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | '20' is a magic number. | 133 |
![]() | Missing a Javadoc comment. | 138 |
![]() | '20' is a magic number. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 139 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Parameter Ranges should be final. | 146 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | '3' is a magic number. | 149 |
![]() | 'for' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '}' should be on the same line. | 156 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | '}' should be on the same line. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '200' is a magic number. | 166 |
![]() | '200' is a magic number. | 166 |
![]() | '}' should be on the same line. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | '}' should be on the same line. | 178 |
![]() | '{' should be on the previous line. | 180 |
![]() | '}' should be on the same line. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | '}' should be on the same line. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Parameter args should be final. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '3000' is a magic number. | 201 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 11 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Parameter nfom should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter bot should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter bot should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 68 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 72 |
![]() | Parameter t should be final. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Variable 'left' must be private and have accessor methods. | 85 |
![]() | Variable 'right' must be private and have accessor methods. | 85 |
![]() | '{' should be on the previous line. | 91 |
![]() | '15' is a magic number. | 92 |
![]() | '5' is a magic number. | 93 |
![]() | '{' should be on the previous line. | 100 |
![]() | '4' is a magic number. | 101 |
![]() | '15' is a magic number. | 102 |
![]() | '{' should be on the previous line. | 109 |
![]() | '15' is a magic number. | 110 |
![]() | '15' is a magic number. | 111 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '10' is a magic number. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '-3' is a magic number. | 122 |
![]() | '-3' is a magic number. | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | '-3' is a magic number. | 127 |
![]() | '3' is a magic number. | 128 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | '20' is a magic number. | 133 |
![]() | Missing a Javadoc comment. | 138 |
![]() | '20' is a magic number. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 139 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Parameter Ranges should be final. | 146 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | '3' is a magic number. | 149 |
![]() | 'for' is not followed by whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '}' should be on the same line. | 156 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | '}' should be on the same line. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '200' is a magic number. | 166 |
![]() | '200' is a magic number. | 166 |
![]() | '}' should be on the same line. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | '}' should be on the same line. | 178 |
![]() | '{' should be on the previous line. | 180 |
![]() | '}' should be on the same line. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | '}' should be on the same line. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Parameter args should be final. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '3000' is a magic number. | 201 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 20 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Parameter nfom should be final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | '229.31' is a magic number. | 42 |
![]() | '-651.48' is a magic number. | 42 |
![]() | '12.42' is a magic number. | 42 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter bot should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | ';' is not followed by whitespace. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | ';' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | ';' is not followed by whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | ';' is not followed by whitespace. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '0.01f' is a magic number. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '200' is a magic number. | 94 |
![]() | '100' is a magic number. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '}' should be on the same line. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' is not followed by whitespace. | 107 |
![]() | Line is longer than 80 characters. | 111 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '0.5' is a magic number. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | '}' should be on the same line. | 125 |
![]() | '{' should be on the previous line. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 135 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '}' should be on the same line. | 140 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 153 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Line is longer than 80 characters. | 211 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | '}' should be on the same line. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | '{' should be on the previous line. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '}' should be on the same line. | 224 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | '3' is a magic number. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | '}' should be on the same line. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | 'else' is not followed by whitespace. | 229 |
![]() | Line is longer than 80 characters. | 231 |
![]() | 'for' is not followed by whitespace. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | 'for' is not followed by whitespace. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 257 |
![]() | ';' is not followed by whitespace. | 259 |
![]() | ';' is not followed by whitespace. | 260 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Parameter bot should be final. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Parameter args should be final. | 312 |
![]() | '{' should be on the previous line. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | '3000' is a magic number. | 314 |
![]() | File does not end with a newline. | 0 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*. | 4 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 5 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.configuration.*. | 6 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.*. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.*. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 20 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'robotInitialized' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Parameter nfom should be final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | '229.31' is a magic number. | 42 |
![]() | '-651.48' is a magic number. | 42 |
![]() | '12.42' is a magic number. | 42 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter bot should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | ';' is not followed by whitespace. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | ';' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | ';' is not followed by whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | ';' is not followed by whitespace. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '0.01f' is a magic number. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '200' is a magic number. | 94 |
![]() | '100' is a magic number. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '}' should be on the same line. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' is not followed by whitespace. | 107 |
![]() | Line is longer than 80 characters. | 111 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '0.5' is a magic number. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | '}' should be on the same line. | 125 |
![]() | '{' should be on the previous line. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 135 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '}' should be on the same line. | 140 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 153 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Line is longer than 80 characters. | 211 |
![]() | '{' should be on the previous line. | 214 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | '}' should be on the same line. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | '{' should be on the previous line. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '}' should be on the same line. | 224 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | '3' is a magic number. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | '}' should be on the same line. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | 'else' is not followed by whitespace. | 229 |
![]() | Line is longer than 80 characters. | 231 |
![]() | 'for' is not followed by whitespace. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | 'for' is not followed by whitespace. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 257 |
![]() | ';' is not followed by whitespace. | 259 |
![]() | ';' is not followed by whitespace. | 260 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Parameter bot should be final. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Parameter args should be final. | 312 |
![]() | '{' should be on the previous line. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | '3000' is a magic number. | 314 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter bot should be final. | 31 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter bot should be final. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'nfoList' must be private and have accessor methods. | 68 |
![]() | Parameter t should be final. | 71 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '0.6903' is a magic number. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '4.7984' is a magic number. | 76 |
![]() | '7.8320' is a magic number. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | '}' is not followed by whitespace. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Variable 'geoList' must be private and have accessor methods. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Parameter t should be final. | 85 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Variable 'missList' must be private and have accessor methods. | 90 |
![]() | Parameter t should be final. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Variable 'respList' must be private and have accessor methods. | 101 |
![]() | Parameter t should be final. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 110 |
![]() | Parameter t should be final. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '>' is not preceded with whitespace. | 115 |
![]() | '>' is not followed by whitespace. | 115 |
![]() | '{' is not preceded with whitespace. | 115 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | '{' is not preceded with whitespace. | 125 |
![]() | '=' is not preceded with whitespace. | 127 |
![]() | '15' is a magic number. | 127 |
![]() | '=' is not followed by whitespace. | 127 |
![]() | '=' is not preceded with whitespace. | 128 |
![]() | '5' is a magic number. | 128 |
![]() | '=' is not followed by whitespace. | 128 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | '=' is not preceded with whitespace. | 132 |
![]() | '4' is a magic number. | 132 |
![]() | '=' is not followed by whitespace. | 132 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '15' is a magic number. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '{' is not preceded with whitespace. | 137 |
![]() | '=' is not preceded with whitespace. | 139 |
![]() | '15' is a magic number. | 139 |
![]() | '=' is not followed by whitespace. | 139 |
![]() | '=' is not preceded with whitespace. | 140 |
![]() | '15' is a magic number. | 140 |
![]() | '=' is not followed by whitespace. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '{' is not preceded with whitespace. | 142 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '>' is not preceded with whitespace. | 144 |
![]() | '10' is a magic number. | 144 |
![]() | '>' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '=' is not preceded with whitespace. | 146 |
![]() | '-3' is a magic number. | 146 |
![]() | '=' is not followed by whitespace. | 146 |
![]() | '=' is not preceded with whitespace. | 147 |
![]() | '-3' is a magic number. | 147 |
![]() | '=' is not followed by whitespace. | 147 |
![]() | '}' should be on the same line. | 148 |
![]() | 'else' is not followed by whitespace. | 149 |
![]() | '{' is not preceded with whitespace. | 149 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '-3' is a magic number. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | '=' is not preceded with whitespace. | 151 |
![]() | '3' is a magic number. | 151 |
![]() | '=' is not followed by whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '==' is not preceded with whitespace. | 154 |
![]() | '==' is not followed by whitespace. | 154 |
![]() | '{' is not preceded with whitespace. | 154 |
![]() | '=' is not preceded with whitespace. | 155 |
![]() | '20' is a magic number. | 155 |
![]() | '=' is not followed by whitespace. | 155 |
![]() | '=' is not preceded with whitespace. | 156 |
![]() | '=' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '=' is not preceded with whitespace. | 161 |
![]() | '20' is a magic number. | 161 |
![]() | '=' is not followed by whitespace. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() | Parameter Ranges should be final. | 163 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | '/' is not preceded with whitespace. | 165 |
![]() | '/' is not followed by whitespace. | 165 |
![]() | '3' is a magic number. | 165 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | ',' is not followed by whitespace. | 166 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '<' is not preceded with whitespace. | 168 |
![]() | '<' is not followed by whitespace. | 168 |
![]() | '{' is not preceded with whitespace. | 168 |
![]() | '+=' is not preceded with whitespace. | 169 |
![]() | '}' should be on the same line. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | '*' is not preceded with whitespace. | 171 |
![]() | '*' is not followed by whitespace. | 171 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | '+=' is not preceded with whitespace. | 172 |
![]() | '}' should be on the same line. | 173 |
![]() | '{' should be on the previous line. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | '+=' is not preceded with whitespace. | 176 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '||' is not preceded with whitespace. | 180 |
![]() | '||' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '200' is a magic number. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | '||' is not preceded with whitespace. | 180 |
![]() | '||' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '200' is a magic number. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | '{' is not preceded with whitespace. | 180 |
![]() | '=' is not preceded with whitespace. | 181 |
![]() | '=' is not followed by whitespace. | 181 |
![]() | '}' should be on the same line. | 183 |
![]() | 'else' is not followed by whitespace. | 184 |
![]() | '{' is not preceded with whitespace. | 184 |
![]() | Avoid nested blocks. | 186 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '==' is not preceded with whitespace. | 187 |
![]() | '==' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '==' is not preceded with whitespace. | 189 |
![]() | '==' is not followed by whitespace. | 189 |
![]() | 'else' construct must use '{}'s. | 191 |
![]() | '}' should be on the same line. | 193 |
![]() | 'else' is not followed by whitespace. | 194 |
![]() | '{' is not preceded with whitespace. | 194 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '==' is not preceded with whitespace. | 196 |
![]() | '==' is not followed by whitespace. | 196 |
![]() | 'else' construct must use '{}'s. | 198 |
![]() | Line has trailing spaces. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Variable 'statList' must be private and have accessor methods. | 207 |
![]() | Parameter t should be final. | 210 |
![]() | Line has trailing spaces. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Variable 'confList' must be private and have accessor methods. | 216 |
![]() | Parameter t should be final. | 219 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter args should be final. | 225 |
![]() | Line is longer than 80 characters. | 228 |
![]() | ',' is not followed by whitespace. | 228 |
![]() | '3000' is a magic number. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line has trailing spaces. | 231 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Variable 'first' must be private and have accessor methods. | 232 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Variable 'left' must be private and have accessor methods. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Variable 'right' must be private and have accessor methods. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '{' is not preceded with whitespace. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | ',' is not followed by whitespace. | 238 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line has trailing spaces. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line has trailing spaces. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Line has trailing spaces. | 261 |
![]() | Line has trailing spaces. | 265 |
![]() | Line has trailing spaces. | 268 |
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.agent.*. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.usar2004.utils.*. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Method 'initializeController' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter bot should be final. | 31 |
![]() | Method 'prepareBot' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter bot should be final. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'nfoList' must be private and have accessor methods. | 68 |
![]() | Parameter t should be final. | 71 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '0.6903' is a magic number. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '4.7984' is a magic number. | 76 |
![]() | '7.8320' is a magic number. | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | '}' is not followed by whitespace. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Variable 'geoList' must be private and have accessor methods. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Parameter t should be final. | 85 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Variable 'missList' must be private and have accessor methods. | 90 |
![]() | Parameter t should be final. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Variable 'respList' must be private and have accessor methods. | 101 |
![]() | Parameter t should be final. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Variable 'sensorList' must be private and have accessor methods. | 110 |
![]() | Parameter t should be final. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '>' is not preceded with whitespace. | 115 |
![]() | '>' is not followed by whitespace. | 115 |
![]() | '{' is not preceded with whitespace. | 115 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | '{' is not preceded with whitespace. | 125 |
![]() | '=' is not preceded with whitespace. | 127 |
![]() | '15' is a magic number. | 127 |
![]() | '=' is not followed by whitespace. | 127 |
![]() | '=' is not preceded with whitespace. | 128 |
![]() | '5' is a magic number. | 128 |
![]() | '=' is not followed by whitespace. | 128 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | '=' is not preceded with whitespace. | 132 |
![]() | '4' is a magic number. | 132 |
![]() | '=' is not followed by whitespace. | 132 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '15' is a magic number. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '{' is not preceded with whitespace. | 137 |
![]() | '=' is not preceded with whitespace. | 139 |
![]() | '15' is a magic number. | 139 |
![]() | '=' is not followed by whitespace. | 139 |
![]() | '=' is not preceded with whitespace. | 140 |
![]() | '15' is a magic number. | 140 |
![]() | '=' is not followed by whitespace. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '{' is not preceded with whitespace. | 142 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '>' is not preceded with whitespace. | 144 |
![]() | '10' is a magic number. | 144 |
![]() | '>' is not followed by whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '=' is not preceded with whitespace. | 146 |
![]() | '-3' is a magic number. | 146 |
![]() | '=' is not followed by whitespace. | 146 |
![]() | '=' is not preceded with whitespace. | 147 |
![]() | '-3' is a magic number. | 147 |
![]() | '=' is not followed by whitespace. | 147 |
![]() | '}' should be on the same line. | 148 |
![]() | 'else' is not followed by whitespace. | 149 |
![]() | '{' is not preceded with whitespace. | 149 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '-3' is a magic number. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | '=' is not preceded with whitespace. | 151 |
![]() | '3' is a magic number. | 151 |
![]() | '=' is not followed by whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '==' is not preceded with whitespace. | 154 |
![]() | '==' is not followed by whitespace. | 154 |
![]() | '{' is not preceded with whitespace. | 154 |
![]() | '=' is not preceded with whitespace. | 155 |
![]() | '20' is a magic number. | 155 |
![]() | '=' is not followed by whitespace. | 155 |
![]() | '=' is not preceded with whitespace. | 156 |
![]() | '=' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '=' is not preceded with whitespace. | 161 |
![]() | '20' is a magic number. | 161 |
![]() | '=' is not followed by whitespace. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Variable 'reversActive' must be private and have accessor methods. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Method 'RangesReady' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Name 'RangesReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() | Parameter Ranges should be final. | 163 |
![]() | Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | '/' is not preceded with whitespace. | 165 |
![]() | '/' is not followed by whitespace. | 165 |
![]() | '3' is a magic number. | 165 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | ',' is not followed by whitespace. | 166 |
![]() | '=' is not preceded with whitespace. | 166 |
![]() | '=' is not followed by whitespace. | 166 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '<' is not preceded with whitespace. | 168 |
![]() | '<' is not followed by whitespace. | 168 |
![]() | '{' is not preceded with whitespace. | 168 |
![]() | '+=' is not preceded with whitespace. | 169 |
![]() | '}' should be on the same line. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | '*' is not preceded with whitespace. | 171 |
![]() | '*' is not followed by whitespace. | 171 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | '+=' is not preceded with whitespace. | 172 |
![]() | '}' should be on the same line. | 173 |
![]() | '{' should be on the previous line. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | '+=' is not preceded with whitespace. | 176 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '||' is not preceded with whitespace. | 180 |
![]() | '||' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '200' is a magic number. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | '||' is not preceded with whitespace. | 180 |
![]() | '||' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '200' is a magic number. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | '{' is not preceded with whitespace. | 180 |
![]() | '=' is not preceded with whitespace. | 181 |
![]() | '=' is not followed by whitespace. | 181 |
![]() | '}' should be on the same line. | 183 |
![]() | 'else' is not followed by whitespace. | 184 |
![]() | '{' is not preceded with whitespace. | 184 |
![]() | Avoid nested blocks. | 186 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '==' is not preceded with whitespace. | 187 |
![]() | '==' is not followed by whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '==' is not preceded with whitespace. | 189 |
![]() | '==' is not followed by whitespace. | 189 |
![]() | 'else' construct must use '{}'s. | 191 |
![]() | '}' should be on the same line. | 193 |
![]() | 'else' is not followed by whitespace. | 194 |
![]() | '{' is not preceded with whitespace. | 194 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '==' is not preceded with whitespace. | 196 |
![]() | '==' is not followed by whitespace. | 196 |
![]() | 'else' construct must use '{}'s. | 198 |
![]() | Line has trailing spaces. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Variable 'statList' must be private and have accessor methods. | 207 |
![]() | Parameter t should be final. | 210 |
![]() | Line has trailing spaces. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Variable 'confList' must be private and have accessor methods. | 216 |
![]() | Parameter t should be final. | 219 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter args should be final. | 225 |
![]() | Line is longer than 80 characters. | 228 |
![]() | ',' is not followed by whitespace. | 228 |
![]() | '3000' is a magic number. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line has trailing spaces. | 231 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Variable 'first' must be private and have accessor methods. | 232 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Variable 'left' must be private and have accessor methods. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Variable 'right' must be private and have accessor methods. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Method 'logic' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '{' is not preceded with whitespace. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | ',' is not followed by whitespace. | 238 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line has trailing spaces. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line has trailing spaces. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Line has trailing spaces. | 261 |
![]() | Line has trailing spaces. | 265 |
![]() | Line has trailing spaces. | 268 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgentId. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.Pogamut. | 10 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform. | 11 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty. | 12 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Unused import - javax.vecmath.Point4f. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Variable 'host' must be private and have accessor methods. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Variable 'port' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Variable 'name' must be private and have accessor methods. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Parameter factory should be final. | 61 |
![]() | Parameter name should be final. | 61 |
![]() | 'name' hides a field. | 61 |
![]() | Parameter host should be final. | 61 |
![]() | 'host' hides a field. | 61 |
![]() | Parameter port should be final. | 61 |
![]() | 'port' hides a field. | 61 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Parameter module should be final. | 102 |
![]() | Parameter name should be final. | 102 |
![]() | 'name' hides a field. | 102 |
![]() | Parameter host should be final. | 102 |
![]() | 'host' hides a field. | 102 |
![]() | Parameter port should be final. | 102 |
![]() | 'port' hides a field. | 102 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Parameter botControllerClass should be final. | 139 |
![]() | Parameter name should be final. | 139 |
![]() | 'name' hides a field. | 139 |
![]() | Parameter host should be final. | 139 |
![]() | 'host' hides a field. | 139 |
![]() | Parameter port should be final. | 139 |
![]() | 'port' hides a field. | 139 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 156 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Method 'startAgent' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Method 'startAgents' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter count should be final. | 174 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Method 'startAgents' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Parameter agentParameters should be final. | 179 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 200 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter name should be final. | 200 |
![]() | 'name' hides a field. | 200 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 221 |
![]() | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Parameter host should be final. | 221 |
![]() | 'host' hides a field. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 232 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 242 |
![]() | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter port should be final. | 242 |
![]() | 'port' hides a field. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Expected an @return tag. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | File does not end with a newline. | 0 |
![]() | Unused import - cz.cuni.amis.pogamut.base.agent.IAgentId. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.Pogamut. | 10 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform. | 11 |
![]() | Unused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty. | 12 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Unused import - javax.vecmath.Point4f. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Variable 'host' must be private and have accessor methods. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Variable 'port' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Variable 'name' must be private and have accessor methods. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Parameter factory should be final. | 61 |
![]() | Parameter name should be final. | 61 |
![]() | 'name' hides a field. | 61 |
![]() | Parameter host should be final. | 61 |
![]() | 'host' hides a field. | 61 |
![]() | Parameter port should be final. | 61 |
![]() | 'port' hides a field. | 61 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Parameter module should be final. | 102 |
![]() | Parameter name should be final. | 102 |
![]() | 'name' hides a field. | 102 |
![]() | Parameter host should be final. | 102 |
![]() | 'host' hides a field. | 102 |
![]() | Parameter port should be final. | 102 |
![]() | 'port' hides a field. | 102 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Parameter botControllerClass should be final. | 139 |
![]() | Parameter name should be final. | 139 |
![]() | 'name' hides a field. | 139 |
![]() | Parameter host should be final. | 139 |
![]() | 'host' hides a field. | 139 |
![]() | Parameter port should be final. | 139 |
![]() | 'port' hides a field. | 139 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 156 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Method 'startAgent' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Method 'startAgents' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter count should be final. | 174 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Method 'startAgents' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Parameter agentParameters should be final. | 179 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 200 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter name should be final. | 200 |
![]() | 'name' hides a field. | 200 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 221 |
![]() | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Parameter host should be final. | 221 |
![]() | 'host' hides a field. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 232 |
![]() | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 242 |
![]() | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter port should be final. | 242 |
![]() | 'port' hides a field. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Expected an @return tag. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |