The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 5 | Error |
NewlineAtEndOfFile | 32 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 240 | Error |
RegexpSingleline
| 217 | Error |
JavadocMethod | 522 | Error |
JavadocType | 3 | Error |
JavadocVariable | 237 | Error |
JavadocStyle | 19 | Error |
ConstantName | 10 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 12 | Error |
MemberName | 6 | Error |
MethodName | 26 | Error |
PackageName | 48 | Error |
ParameterName | 7 | Error |
StaticVariableName | 19 | Error |
TypeName | 5 | Error |
AvoidStarImport | 2 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 12 | Error |
LineLength | 1094 | Error |
MethodLength | 6 | Error |
ParameterNumber | 2 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 2 | Error |
OperatorWrap | 3 | Error |
ParenPad | 39 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 268 | Error |
WhitespaceAround | 536 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 4 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
LeftCurly | 24 | Error |
NeedBraces | 156 | Error |
RightCurly | 6 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 121 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 224 | Error |
MissingSwitchDefault | 4 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 298 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 159 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 438 | Error |
TodoComment | 1 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 19 | |
Expected @param tag for 'bot'. | 19 | |
Expected @param tag for 'loop'. | 19 | |
Expected @param tag for 'direction'. | 19 | |
Line has trailing spaces. | 20 | |
First sentence should end with a period. | 21 | |
Expected @param tag for 'animationID'. | 24 | |
Expected @param tag for 'bot'. | 24 | |
Expected @param tag for 'loop'. | 24 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - cz.cuni.amis.pogamut.base3d.worldview.object.Location. | 5 | |
'{' should be on the previous line. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 10 | |
Parameter mn should be final. | 10 | |
Parameter mx should be final. | 10 | |
Method 'in' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter x should be final. | 15 | |
Line has trailing spaces. | 18 | |
Method 'in' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter x should be final. | 19 | |
',' is not followed by whitespace. | 19 | |
Parameter tolerance should be final. | 19 | |
'+' is not preceded with whitespace. | 20 | |
'+' is not followed by whitespace. | 20 | |
'-' is not preceded with whitespace. | 20 | |
'-' is not followed by whitespace. | 20 | |
Method 'avg' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 30 | |
Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 5 | |
Missing a Javadoc comment. | 14 | |
Variable 'data' must be private and have accessor methods. | 14 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Utility classes should not have a public or default constructor. | 17 | |
Name 'SOC_STEER_LOG' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
Variable 'DEBUG' must be private and have accessor methods. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'logFlags' must be private and have accessor methods. | 23 | |
',' is not followed by whitespace. | 23 | |
Missing a Javadoc comment. | 26 | |
Name 'KDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
Missing a Javadoc comment. | 28 | |
Name 'KPath' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
Missing a Javadoc comment. | 30 | |
Name 'KParse' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Missing a Javadoc comment. | 31 | |
Name 'KError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
Missing a Javadoc comment. | 32 | |
Name 'KAnimation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Variable 'KAnimation' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Name 'KMinibeatChain' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
Variable 'KMinibeatChain' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Name 'KSync' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Variable 'KSync' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Name 'AddLogLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Parameter s should be final. | 37 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 44 | |
Name 'AddLogLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Parameter message should be final. | 46 | |
Expected @param tag for 'message'. | 46 | |
Parameter file should be final. | 46 | |
Missing a Javadoc comment. | 55 | |
Name 'AddLogLineWithDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Parameter mes should be final. | 56 | |
First sentence should end with a period. | 60 | |
Line is longer than 80 characters. | 65 | |
Name 'AddLogLineWithDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Parameter mes should be final. | 65 | |
Expected @param tag for 'mes'. | 65 | |
Parameter file should be final. | 65 | |
Expected @param tag for 'file'. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 70 | |
Missing a Javadoc comment. | 71 | |
Name 'PrintLog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Missing a Javadoc comment. | 75 | |
Name 'PrintLog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
Parameter file should be final. | 75 | |
Missing a Javadoc comment. | 85 | |
Name 'DiscardLog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
Missing a Javadoc comment. | 89 | |
Name 'DiscardLog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
Parameter file should be final. | 89 | |
Name 'DumpToFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Parameter file should be final. | 97 | |
Expected @param tag for 'file'. | 97 | |
'+' is not preceded with whitespace. | 102 | |
'if' is not followed by whitespace. | 106 | |
'{' should be on the previous line. | 107 | |
'else' is not preceded with whitespace. | 109 | |
'}' is not followed by whitespace. | 109 | |
'{' should be on the previous line. | 110 | |
Missing a Javadoc comment. | 124 | |
Name 'DumpAllContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
'{' should be on the previous line. | 125 | |
'for' is not followed by whitespace. | 126 | |
'{' should be on the previous line. | 127 | |
Missing a Javadoc comment. | 132 | |
Name 'Date' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
'{' should be on the previous line. | 133 | |
Line is longer than 80 characters. | 140 | |
Missing a Javadoc comment. | 144 | |
Name 'DumpToFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
Missing a Javadoc comment. | 154 | |
Parameter name should be final. | 154 | |
Parameter place should be final. | 154 | |
'{' should be on the previous line. | 155 | |
Line has trailing spaces. | 165 | |
Missing a Javadoc comment. | 167 | |
Parameter name should be final. | 167 | |
'{' should be on the previous line. | 168 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 23 | |
Variable 'animationEngine' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter bot should be final. | 26 | |
Parameter raycasting should be final. | 26 | |
Parameter locomotion should be final. | 26 | |
Parameter engine should be final. | 26 | |
Parameter multiplier should be final. | 26 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter bot should be final. | 31 | |
Parameter raycasting should be final. | 31 | |
Parameter locomotion should be final. | 31 | |
Parameter engine should be final. | 31 | |
First sentence should end with a period. | 36 | |
Method 'moveTheBot' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method length is 187 lines (max allowed is 150). | 47 | |
Line is longer than 80 characters. | 48 | |
Parameter nextVelocity should be final. | 48 | |
Expected @param tag for 'nextVelocity'. | 48 | |
Parameter everyoneWantsToGoFaster should be final. | 48 | |
Expected @param tag for 'everyoneWantsToGoFaster'. | 48 | |
Parameter focusLocation should be final. | 48 | |
Expected @param tag for 'focusLocation'. | 48 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 51 | |
'0.001' is a magic number. | 51 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 54 | |
'if' is not followed by whitespace. | 55 | |
'0.001' is a magic number. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
'else' is not preceded with whitespace. | 66 | |
'}' is not followed by whitespace. | 66 | |
'{' should be on the previous line. | 67 | |
Line is longer than 80 characters. | 70 | |
'else' is not preceded with whitespace. | 76 | |
'}' is not followed by whitespace. | 76 | |
'{' should be on the previous line. | 77 | |
Line has trailing spaces. | 80 | |
'if' construct must use '{}'s. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 90 | |
'3' is a magic number. | 90 | |
'100' is a magic number. | 92 | |
'{' should be on the previous line. | 93 | |
'{' should be on the previous line. | 96 | |
'3' is a magic number. | 97 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 117 | |
'if' construct must use '{}'s. | 119 | |
Line is longer than 80 characters. | 119 | |
'+' is not preceded with whitespace. | 119 | |
'+' is not followed by whitespace. | 119 | |
switch without "default" clause. | 122 | |
Line is longer than 80 characters. | 126 | |
'(' is followed by whitespace. | 129 | |
'if' construct must use '{}'s. | 130 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
'if' is not followed by whitespace. | 141 | |
'4' is a magic number. | 141 | |
'{' should be on the previous line. | 142 | |
'else' is not preceded with whitespace. | 144 | |
'}' is not followed by whitespace. | 144 | |
'(' is followed by whitespace. | 144 | |
'4' is a magic number. | 144 | |
'3' is a magic number. | 144 | |
')' is preceded with whitespace. | 144 | |
'{' should be on the previous line. | 145 | |
Line has trailing spaces. | 147 | |
'else' is not preceded with whitespace. | 147 | |
'}' 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. | 149 | |
'3' is a magic number. | 151 | |
'else' is not preceded with whitespace. | 152 | |
'}' is not followed by whitespace. | 152 | |
'{' should be on the previous line. | 153 | |
Line has trailing spaces. | 161 | |
'0.4' is a magic number. | 162 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 166 | |
'20' is a magic number. | 171 | |
Line is longer than 80 characters. | 172 | |
'if' construct must use '{}'s. | 173 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 177 | |
'}' is not followed by whitespace. | 180 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 186 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 191 | |
Line is longer than 80 characters. | 192 | |
Line has trailing spaces. | 199 | |
'0.8' is a magic number. | 200 | |
Line has trailing spaces. | 202 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 208 | |
',' is not followed by whitespace. | 208 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 214 | |
'3' is a magic number. | 216 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 225 | |
'if' construct must use '{}'s. | 227 | |
Line has trailing spaces. | 228 | |
Line has trailing spaces. | 233 | |
Missing a Javadoc comment. | 236 | |
Parameter focusLocation should be final. | 236 | |
Line has trailing spaces. | 237 | |
';' is not followed by whitespace. | 239 | |
',' is not followed by whitespace. | 241 | |
',' is not followed by whitespace. | 241 | |
'if' construct must use '{}'s. | 244 | |
Line is longer than 80 characters. | 244 | |
'+' is not preceded with whitespace. | 244 | |
'+' is not followed by whitespace. | 244 | |
'+' is not preceded with whitespace. | 244 | |
'+' is not followed by whitespace. | 244 | |
'if' is not followed by whitespace. | 245 | |
'{' is not preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 246 | |
Method 'setFocusSpecific' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Line is longer than 80 characters. | 251 | |
Parameter steeringType should be final. | 251 | |
Parameter wantsToStop should be final. | 251 | |
Parameter newFocus should be final. | 251 | |
Parameter focusLoc should be final. | 251 | |
Line is longer than 80 characters. | 255 | |
Method 'setVelocitySpecific' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Line is longer than 80 characters. | 259 | |
Parameter steering should be final. | 259 | |
Parameter wantsToGoFaster should be final. | 259 | |
Parameter wantsToStop should be final. | 259 | |
Parameter newFocus should be final. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 |
Violation | Message | Line |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Parameter force should be final. | 16 | |
Parameter accurancyMPL should be final. | 16 | |
'{' should be on the previous line. | 17 | |
Method 'getForce' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
'cast' is not followed by whitespace. | 25 | |
Method 'getAccurancyMultiplier' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
'{' should be on the previous line. | 28 | |
Method 'setMult' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter d should be final. | 32 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 18 | |
Variable 'botself' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 19 | |
Variable 'properties' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 20 | |
Name 'KDefaultAttraction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
Missing a Javadoc comment. | 21 | |
Name 'K90deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
Missing a Javadoc comment. | 22 | |
Name 'K360deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
Missing a Javadoc comment. | 23 | |
Name 'K180deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
Missing a Javadoc comment. | 24 | |
Name 'KMinimalDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
Missing a Javadoc comment. | 25 | |
Name 'KTowards' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
Missing a Javadoc comment. | 27 | |
Parameter botself should be final. | 27 | |
'botself' hides a field. | 27 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters. | 33 | |
Parameter scaledActualVelocity should be final. | 33 | |
Parameter wantsToGoFaster should be final. | 33 | |
Parameter wantsToStop should be final. | 33 | |
Parameter focus should be final. | 33 | |
Line is longer than 80 characters. | 37 | |
'}' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
'100' is a magic number. | 63 | |
Line is longer than 80 characters. | 69 | |
';' is not followed by whitespace. | 69 | |
'else' is not preceded with whitespace. | 74 | |
'}' is not followed by whitespace. | 74 | |
'{' should be on the previous line. | 75 | |
Line has trailing spaces. | 78 | |
'6' is a magic number. | 80 | |
Line is longer than 80 characters. | 82 | |
'1.3' is a magic number. | 82 | |
Line is longer than 80 characters. | 83 | |
'1.3' is a magic number. | 83 | |
Line has trailing spaces. | 84 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Parameter newProperties should be final. | 98 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 109 | |
Method length is 371 lines (max allowed is 150). | 109 | |
Name 'WhereToGo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
Parameter me should be final. | 109 | |
Expected @param tag for 'me'. | 109 | |
Parameter propers should be final. | 109 | |
Expected @param tag for 'propers'. | 109 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 119 | |
Name 'S1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
Name 'S2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 142 | |
';' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 158 | |
'}' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Avoid inline conditionals. | 161 | |
Avoid inline conditionals. | 162 | |
'}' is not followed by whitespace. | 173 | |
Name 'S3max1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Name 'S3min1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
Name 'S3max2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
Name 'S3min2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
';' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 290 | |
'}' is not followed by whitespace. | 291 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 341 | |
'}' is not followed by whitespace. | 342 | |
Line is longer than 80 characters. | 383 | |
Line is longer than 80 characters. | 384 | |
Line is longer than 80 characters. | 392 | |
'}' is not followed by whitespace. | 393 | |
Line is longer than 80 characters. | 434 | |
Line is longer than 80 characters. | 435 | |
Line is longer than 80 characters. | 442 | |
'}' is not followed by whitespace. | 443 | |
'8' is a magic number. | 450 | |
Line is longer than 80 characters. | 458 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 462 | |
'}' is not followed by whitespace. | 463 | |
Line is longer than 80 characters. | 465 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 468 | |
';' is not followed by whitespace. | 468 | |
Line is longer than 80 characters. | 474 | |
Line is longer than 80 characters. | 484 | |
Parameter point should be final. | 484 | |
Expected @param tag for 'point'. | 484 | |
Parameter fst should be final. | 484 | |
Expected @param tag for 'fst'. | 484 | |
Parameter snd should be final. | 484 | |
Expected @param tag for 'snd'. | 484 | |
Parameter props should be final. | 484 | |
Expected @param tag for 'props'. | 484 | |
Parameter tolerance should be final. | 484 | |
Expected @param tag for 'tolerance'. | 484 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 490 | |
'-2' is a magic number. | 490 | |
'180' is a magic number. | 490 | |
'5' is a magic number. | 491 | |
Must have at least one statement. | 493 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Parameter edgePoints should be final. | 510 | |
Expected @param tag for 'edgePoints'. | 510 | |
Parameter me should be final. | 510 | |
Expected @param tag for 'me'. | 510 | |
Parameter props should be final. | 510 | |
Expected @param tag for 'props'. | 510 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 517 | |
Line is longer than 80 characters. | 522 | |
Name 'Lsuit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
Line is longer than 80 characters. | 535 | |
Line is longer than 80 characters. | 538 | |
Name 'Rsuit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 544 | |
Line is longer than 80 characters. | 547 | |
Line is longer than 80 characters. | 550 | |
Line is longer than 80 characters. | 558 | |
Line is longer than 80 characters. | 560 | |
Line is longer than 80 characters. | 580 | |
First sentence should end with a period. | 587 | |
Unused @param tag for 'treshhold'. | 590 | |
Expected an @return tag. | 592 | |
Line is longer than 80 characters. | 592 | |
Parameter botself should be final. | 592 | |
'botself' hides a field. | 592 | |
Expected @param tag for 'botself'. | 592 | |
Parameter other should be final. | 592 | |
Expected @param tag for 'other'. | 592 | |
Parameter trashhold should be final. | 592 | |
Expected @param tag for 'trashhold'. | 592 | |
Avoid inline conditionals. | 593 | |
Line is longer than 80 characters. | 596 | |
Line is longer than 80 characters. | 599 | |
Line is longer than 80 characters. | 605 | |
Line is longer than 80 characters. | 610 | |
Line is longer than 80 characters. | 616 | |
Line has trailing spaces. | 622 | |
Missing a Javadoc comment. | 623 | |
'100' is a magic number. | 637 | |
'100' is a magic number. | 647 | |
Method 'runSocial' is not designed for extension - needs to be abstract, final or empty. | 659 | |
Line is longer than 80 characters. | 660 | |
Parameter scaledActualVelocity should be final. | 660 | |
Parameter wantsToGoFaster should be final. | 660 | |
Parameter wantsToStop should be final. | 660 | |
Parameter focus should be final. | 660 | |
Line is longer than 80 characters. | 661 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 13 | |
Variable 'fstDistance' must be private and have accessor methods. | 13 | |
Missing a Javadoc comment. | 14 | |
Variable 'sndDistance' must be private and have accessor methods. | 14 | |
Missing a Javadoc comment. | 15 | |
Variable 'angle' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 16 | |
Variable 'fst' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'snd' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 19 | |
Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'getFstDistance' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Method 'getSndDistance' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'SetAngle' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'SetAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Parameter angle should be final. | 36 | |
'angle' hides a field. | 36 | |
Method 'SetFstDistance' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'SetFstDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Parameter fstDistance should be final. | 40 | |
'fstDistance' hides a field. | 40 | |
Method 'SetSndDistance' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Name 'SetSndDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Parameter sndDistance should be final. | 44 | |
'sndDistance' hides a field. | 44 | |
Method 'getFstBot' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'getSndBot' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'setBasicProperties' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter bln should be final. | 61 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter sp should be final. | 66 | |
Missing a Javadoc comment. | 71 | |
Variable 'headingType' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'headingValue' must be private and have accessor methods. | 72 | |
Method 'getHeadingType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setHeadingType' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter headingType should be final. | 78 | |
'headingType' hides a field. | 78 | |
Method 'getHeadingValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setHeadingValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter headingValue should be final. | 86 | |
'headingValue' hides a field. | 86 | |
Method 'SetOtherAgents' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Name 'SetOtherAgents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
Parameter fst should be final. | 90 | |
'fst' hides a field. | 90 | |
Parameter snd should be final. | 90 | |
'snd' hides a field. | 90 | |
Parameter behaviorType should be final. | 96 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 6 | |
Variable 'distance' must be private and have accessor methods. | 12 | |
Variable 'forceValue' must be private and have accessor methods. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
Variable 'continues' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Parameter distance should be final. | 20 | |
'distance' hides a field. | 20 | |
Parameter forceValue should be final. | 20 | |
'forceValue' hides a field. | 20 | |
Parameter continues should be final. | 20 | |
'continues' hides a field. | 20 | |
Missing a Javadoc comment. | 26 | |
Parameter xml should be final. | 26 | |
Missing a Javadoc comment. | 32 | |
Parameter fPoint should be final. | 32 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'getXMLForcePoint' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Name 'Force_packet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Name 'LAST_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
'4000' is a magic number. | 17 | |
Missing a Javadoc comment. | 21 | |
Parameter forcePoints should be final. | 21 | |
'forcePoints' hides a field. | 21 | |
Missing a Javadoc comment. | 25 | |
Parameter forceValue should be final. | 25 | |
Missing a Javadoc comment. | 30 | |
Parameter firstForceValue should be final. | 30 | |
Parameter lastForceValue should be final. | 30 | |
Missing a Javadoc comment. | 36 | |
Parameter xmlPacket should be final. | 36 | |
'for' is not followed by whitespace. | 38 | |
Parameter force_packet should be final. | 44 | |
Expected @param tag for 'force_packet'. | 44 | |
Name 'force_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Method 'setForcePacket' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter f_packet should be final. | 53 | |
Name 'f_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
'for' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 60 | |
Method 'getForcePoints' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'getLAST_DISTANCE' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Name 'getLAST_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'addForcePoint' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter forcePoint should be final. | 70 | |
Expected @param tag for 'forcePoint'. | 70 | |
'for' is not followed by whitespace. | 72 | |
'if' construct must use '{}'s. | 73 | |
Method 'deleteForcePoint' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter forcePoint should be final. | 79 | |
Expected @param tag for 'forcePoint'. | 79 | |
'if' construct must use '{}'s. | 80 | |
Line is longer than 80 characters. | 80 | |
Method 'getValueOfTheDistance' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter distance should be final. | 83 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 94 | |
'cast' is not followed by whitespace. | 94 | |
'/' is not preceded with whitespace. | 94 | |
'/' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 98 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
'for' is not followed by whitespace. | 106 | |
Method 'getXMLForce_packet' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Name 'getXMLForce_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
'for' is not followed by whitespace. | 115 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 125 | |
Expected an @return tag. | 126 | |
Method 'getLowerFP' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter distance should be final. | 126 | |
Expected @param tag for 'distance'. | 126 | |
'for' is not followed by whitespace. | 128 | |
'if' construct must use '{}'s. | 129 | |
Line is longer than 80 characters. | 134 | |
Expected an @return tag. | 135 | |
Method 'getHigherFP' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter distance should be final. | 135 | |
Expected @param tag for 'distance'. | 135 | |
'for' is not followed by whitespace. | 137 | |
'-' is not preceded with whitespace. | 137 | |
'-' is not followed by whitespace. | 137 | |
'>=' is not preceded with whitespace. | 137 | |
'if' construct must use '{}'s. | 139 | |
Expected an @return tag. | 145 | |
Line is longer than 80 characters. | 145 | |
Method 'getValueOfTheLine' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Parameter fromDistance should be final. | 145 | |
Expected @param tag for 'fromDistance'. | 145 | |
Parameter fromValue should be final. | 145 | |
Expected @param tag for 'fromValue'. | 145 | |
Parameter toDistance should be final. | 145 | |
Expected @param tag for 'toDistance'. | 145 | |
Parameter direction should be final. | 145 | |
Expected @param tag for 'direction'. | 145 | |
Line is longer than 80 characters. | 146 | |
'cast' is not followed by whitespace. | 146 | |
'*' is not preceded with whitespace. | 146 | |
'*' is not followed by whitespace. | 146 | |
';' is preceded with whitespace. | 146 | |
Expected an @return tag. | 151 | |
Method 'getInifinityPoint' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Line is longer than 80 characters. | 164 | |
Expected an @return tag. | 165 | |
Method 'getInifinityPoint' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter fp1 should be final. | 165 | |
Expected @param tag for 'fp1'. | 165 | |
Parameter fp2 should be final. | 165 | |
Expected @param tag for 'fp2'. | 165 | |
Line is longer than 80 characters. | 169 | |
'cast' is not followed by whitespace. | 169 | |
'/' is not preceded with whitespace. | 169 | |
'/' is not followed by whitespace. | 169 | |
';' is preceded with whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 174 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 12 | |
'{' is not followed by whitespace. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
'}' is not preceded with whitespace. | 12 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 51 | |
'200' is a magic number. | 53 | |
'300' is a magic number. | 55 | |
'50' is a magic number. | 56 | |
'5' is a magic number. | 63 | |
Missing a Javadoc comment. | 67 | |
Parameter behaviorType should be final. | 67 | |
'200' is a magic number. | 69 | |
'300' is a magic number. | 71 | |
'50' is a magic number. | 72 | |
'5' is a magic number. | 79 | |
Missing a Javadoc comment. | 84 | |
Parameter xml should be final. | 84 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 99 | |
Line is longer than 80 characters. | 111 | |
More than 7 parameters. | 111 | |
Parameter leaderForce should be final. | 111 | |
'leaderForce' hides a field. | 111 | |
Expected @param tag for 'leaderForce'. | 111 | |
Parameter leaderName should be final. | 111 | |
'leaderName' hides a field. | 111 | |
Expected @param tag for 'leaderName'. | 111 | |
Parameter distanceFromTheLeader should be final. | 111 | |
Expected @param tag for 'distanceFromTheLeader'. | 111 | |
Parameter forceDistance should be final. | 111 | |
'forceDistance' hides a field. | 111 | |
Expected @param tag for 'forceDistance'. | 111 | |
Parameter myLFtype should be final. | 111 | |
'myLFtype' hides a field. | 111 | |
Expected @param tag for 'myLFtype'. | 111 | |
Parameter deceleration should be final. | 111 | |
'deceleration' hides a field. | 111 | |
Expected @param tag for 'deceleration'. | 111 | |
Parameter angleFromTheLeader should be final. | 111 | |
'angleFromTheLeader' hides a field. | 111 | |
Expected @param tag for 'angleFromTheLeader'. | 111 | |
Parameter velocityMemory should be final. | 111 | |
'velocityMemory' hides a field. | 111 | |
Expected @param tag for 'velocityMemory'. | 111 | |
Parameter sizeOfMemory should be final. | 111 | |
'sizeOfMemory' hides a field. | 111 | |
Expected @param tag for 'sizeOfMemory'. | 111 | |
Parameter goRound should be final. | 111 | |
Expected @param tag for 'goRound'. | 111 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter behaviorType should be final. | 125 | |
'5' is a magic number. | 134 | |
Method 'getAngleFromTheLeader' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line is longer than 80 characters. | 145 | |
Method 'setAngleFromTheLeader' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Parameter angleFromTheLeader should be final. | 146 | |
'angleFromTheLeader' hides a field. | 146 | |
Expected @param tag for 'angleFromTheLeader'. | 146 | |
Method 'getDistanceFromTheLeader' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Method 'setDistanceFromTheLeader' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter distanceFromTheLeader should be final. | 154 | |
Method 'getForceDistance' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Method 'setForceDistance' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter forceDistance should be final. | 162 | |
'forceDistance' hides a field. | 162 | |
Method 'getLeaderName' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Method 'setLeaderName' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter leaderName should be final. | 170 | |
'leaderName' hides a field. | 170 | |
Method 'getSizeOfMemory' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Method 'setSizeOfMemory' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter sizeOfMemory should be final. | 178 | |
'sizeOfMemory' hides a field. | 178 | |
Method 'isVelocityMemory' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Method 'setVelocityMemory' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter velocityMemory should be final. | 186 | |
'velocityMemory' hides a field. | 186 | |
Method 'isDeceleration' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Method 'setDeceleration' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter deceleration should be final. | 194 | |
'deceleration' hides a field. | 194 | |
Method 'isCircumvention' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Method 'setCircumvention' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter circumvention should be final. | 202 | |
'circumvention' hides a field. | 202 | |
Method 'getLeaderForce' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Method 'setLeaderForce' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Parameter leaderForce should be final. | 210 | |
'leaderForce' hides a field. | 210 | |
Method 'getMyLFtype' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Missing a Javadoc comment. | 214 | |
Method 'setMyLFtype' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter myLFtype should be final. | 218 | |
'myLFtype' hides a field. | 218 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Parameter newProperties should be final. | 244 | |
Line is longer than 80 characters. | 245 | |
'cast' is not followed by whitespace. | 245 | |
Line is longer than 80 characters. | 246 | |
'cast' is not followed by whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
'cast' is not followed by whitespace. | 247 | |
Line is longer than 80 characters. | 248 | |
'cast' is not followed by whitespace. | 248 | |
Line is longer than 80 characters. | 249 | |
'cast' is not followed by whitespace. | 249 | |
Line is longer than 80 characters. | 250 | |
'cast' is not followed by whitespace. | 250 | |
Line is longer than 80 characters. | 251 | |
'cast' is not followed by whitespace. | 251 | |
Line is longer than 80 characters. | 252 | |
'cast' is not followed by whitespace. | 252 | |
Line is longer than 80 characters. | 253 | |
'cast' is not followed by whitespace. | 253 | |
Line is longer than 80 characters. | 254 | |
'cast' is not followed by whitespace. | 254 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Line is longer than 80 characters. | 258 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
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. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
'240' is a magic number. | 36 | |
Parameter behaviorType should be final. | 43 | |
Expected @param tag for 'behaviorType'. | 43 | |
'240' is a magic number. | 45 | |
Line is longer than 80 characters. | 52 | |
Parameter xml should be final. | 53 | |
Expected @param tag for 'xml'. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 77 | |
Parameter repulsiveForce should be final. | 77 | |
'repulsiveForce' hides a field. | 77 | |
Parameter orderOfTheForce should be final. | 77 | |
Parameter frontCollisions should be final. | 77 | |
'frontCollisions' hides a field. | 77 | |
Parameter treeCollisions should be final. | 77 | |
'treeCollisions' hides a field. | 77 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter behaviorType should be final. | 85 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter repulsiveForce should be final. | 99 | |
'repulsiveForce' hides a field. | 99 | |
Method 'getForceOrder' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Method 'setForceOrder' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter orderOfTheForce should be final. | 107 | |
Method 'isFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Method 'setFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter frontCollisions should be final. | 115 | |
'frontCollisions' hides a field. | 115 | |
Method 'isTreeCollisions' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Method 'setTreeCollisions' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter treeCollisions should be final. | 123 | |
'treeCollisions' hides a field. | 123 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter newProperties should be final. | 138 | |
Line is longer than 80 characters. | 139 | |
'cast' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
'cast' is not followed by whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
'cast' is not followed by whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
'cast' is not followed by whitespace. | 142 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Line is longer than 80 characters. | 146 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 8 | |
Unused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint. | 8 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Variable 'path' must be private and have accessor methods. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 35 | |
'200' is a magic number. | 37 | |
'400' is a magic number. | 38 | |
'9440' is a magic number. | 39 | |
',' is not followed by whitespace. | 39 | |
'-9500' is a magic number. | 39 | |
',' is not followed by whitespace. | 39 | |
'-3446.65' is a magic number. | 39 | |
'50' is a magic number. | 41 | |
'5' is a magic number. | 42 | |
Missing a Javadoc comment. | 45 | |
Parameter behaviorType should be final. | 45 | |
'200' is a magic number. | 47 | |
'400' is a magic number. | 48 | |
'9440' is a magic number. | 49 | |
',' is not followed by whitespace. | 49 | |
'-9500' is a magic number. | 49 | |
',' is not followed by whitespace. | 49 | |
'-3446.65' is a magic number. | 49 | |
'50' is a magic number. | 51 | |
'5' is a magic number. | 52 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Parameter xml should be final. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 60 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 60 | |
Missing a Javadoc comment. | 76 | |
Parameter path should be final. | 76 | |
'path' hides a field. | 76 | |
'200' is a magic number. | 78 | |
'400' is a magic number. | 79 | |
'50' is a magic number. | 82 | |
'5' is a magic number. | 83 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
Parameter repulsiveForce should be final. | 95 | |
'repulsiveForce' hides a field. | 95 | |
Parameter distanceFromThePath should be final. | 95 | |
Parameter path should be final. | 95 | |
'path' hides a field. | 95 | |
Parameter targetLocation should be final. | 95 | |
'targetLocation' hides a field. | 95 | |
Parameter regulatingForce should be final. | 95 | |
'regulatingForce' hides a field. | 95 | |
Parameter projection should be final. | 95 | |
'projection' hides a field. | 95 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter behaviorType should be final. | 105 | |
'5' is a magic number. | 108 | |
'50' is a magic number. | 110 | |
'5' is a magic number. | 111 | |
Line has trailing spaces. | 112 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter orderOfTheForce should be final. | 120 | |
Method 'getDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Method 'setDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter distanceFromThePath should be final. | 129 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter path should be final. | 137 | |
'path' hides a field. | 137 | |
Method 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter targetLocation should be final. | 145 | |
'targetLocation' hides a field. | 145 | |
Method 'getRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Method 'setRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter regulatingForce should be final. | 153 | |
'regulatingForce' hides a field. | 153 | |
Method 'getProjection' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Method 'setProjection' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter projection should be final. | 161 | |
'projection' hides a field. | 161 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Parameter newProperties should be final. | 177 | |
Line is longer than 80 characters. | 178 | |
'cast' is not followed by whitespace. | 178 | |
Line is longer than 80 characters. | 179 | |
'cast' is not followed by whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
'cast' is not followed by whitespace. | 180 | |
'cast' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
'cast' is not followed by whitespace. | 183 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 34 | |
'200' is a magic number. | 36 | |
'300' is a magic number. | 37 | |
'16' is a magic number. | 41 | |
Missing a Javadoc comment. | 44 | |
Parameter behaviorType should be final. | 44 | |
'200' is a magic number. | 46 | |
'300' is a magic number. | 47 | |
'16' is a magic number. | 51 | |
Missing a Javadoc comment. | 55 | |
Parameter xml should be final. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter forceFromOtherPeople should be final. | 65 | |
Parameter distanceFromOtherPeople should be final. | 65 | |
Parameter goRoundPartner should be final. | 65 | |
Parameter deceleration should be final. | 65 | |
'deceleration' hides a field. | 65 | |
Parameter acceleration should be final. | 65 | |
'acceleration' hides a field. | 65 | |
Parameter visionInTicks should be final. | 65 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter behaviorType should be final. | 75 | |
'}' should be on the same line. | 81 | |
'16' is a magic number. | 86 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter orderOfTheForce should be final. | 94 | |
Method 'getDistanceFromOtherPeople' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'setDistanceFromOtherPeople' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter distanceFromOtherPeople should be final. | 102 | |
Method 'isCircumvention' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Method 'setCircumvention' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter goRoundPartner should be final. | 110 | |
Method 'getProjection' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setProjection' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter projection should be final. | 126 | |
'projection' hides a field. | 126 | |
Expected @param tag for 'projection'. | 126 | |
Method 'isAcceleration' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'setAcceleration' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter acceleration should be final. | 134 | |
'acceleration' hides a field. | 134 | |
Method 'isDeceleration' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Method 'setDeceleration' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter deceleration should be final. | 142 | |
'deceleration' hides a field. | 142 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Parameter newProperties should be final. | 159 | |
Line is longer than 80 characters. | 160 | |
'cast' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
'cast' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 162 | |
'cast' is not followed by whitespace. | 162 | |
Line is longer than 80 characters. | 163 | |
'cast' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
'cast' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 165 | |
'cast' is not followed by whitespace. | 165 | |
Line has trailing spaces. | 167 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Line is longer than 80 characters. | 169 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
'{' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Variable 'type' must be private and have accessor methods. | 21 | |
Line is longer than 80 characters. | 23 | |
Variable 'active' must be private and have accessor methods. | 24 | |
Line is longer than 80 characters. | 26 | |
Variable 'weight' must be private and have accessor methods. | 27 | |
Line is longer than 80 characters. | 29 | |
Variable 'behaviorType' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Parameter type should be final. | 32 | |
'type' hides a field. | 32 | |
Missing a Javadoc comment. | 39 | |
Parameter type should be final. | 39 | |
'type' hides a field. | 39 | |
Parameter behaviorType should be final. | 39 | |
'behaviorType' hides a field. | 39 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter type should be final. | 46 | |
'type' hides a field. | 46 | |
Parameter active should be final. | 46 | |
'active' hides a field. | 46 | |
Parameter weight should be final. | 46 | |
'weight' hides a field. | 46 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter type should be final. | 53 | |
'type' hides a field. | 53 | |
Parameter active should be final. | 53 | |
'active' hides a field. | 53 | |
Parameter weight should be final. | 53 | |
'weight' hides a field. | 53 | |
Parameter behaviorType should be final. | 53 | |
'behaviorType' hides a field. | 53 | |
Line has trailing spaces. | 59 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter type should be final. | 64 | |
'type' hides a field. | 64 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter active should be final. | 72 | |
'active' hides a field. | 72 | |
Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter weight should be final. | 80 | |
'weight' hides a field. | 80 | |
Method 'getBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter behaviorType should be final. | 88 | |
'behaviorType' hides a field. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 102 | |
'behaviorType' hides a field. | 102 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphHelper. | 8 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 25 | |
Variable 'path' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 40 | |
'200' is a magic number. | 42 | |
'400' is a magic number. | 43 | |
'9440' is a magic number. | 44 | |
',' is not followed by whitespace. | 44 | |
'-9500' is a magic number. | 44 | |
',' is not followed by whitespace. | 44 | |
'-3446.65' is a magic number. | 44 | |
'50' is a magic number. | 46 | |
'5' is a magic number. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Parameter values should be final. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter behaviorType should be final. | 60 | |
'5' is a magic number. | 63 | |
'50' is a magic number. | 65 | |
'5' is a magic number. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 70 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter orderOfTheForce should be final. | 74 | |
Method 'getDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Method 'setDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter distanceFromThePath should be final. | 83 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter path should be final. | 91 | |
'path' hides a field. | 91 | |
Method 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter targetLocation should be final. | 99 | |
'targetLocation' hides a field. | 99 | |
Method 'getRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Method 'setRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter regulatingForce should be final. | 107 | |
'regulatingForce' hides a field. | 107 | |
Method 'getProjection' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Method 'setProjection' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter projection should be final. | 115 | |
'projection' hides a field. | 115 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter newProperties should be final. | 131 | |
Line is longer than 80 characters. | 132 | |
'cast' is not followed by whitespace. | 132 | |
Line is longer than 80 characters. | 133 | |
'cast' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
'cast' is not followed by whitespace. | 134 | |
'cast' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
'cast' is not followed by whitespace. | 136 | |
Line is longer than 80 characters. | 137 | |
'cast' is not followed by whitespace. | 137 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
First sentence should end with a period. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 24 | |
Parameter behaviorType should be final. | 24 | |
Missing a Javadoc comment. | 30 | |
Parameter xml should be final. | 30 | |
Line is longer than 80 characters. | 31 | |
'for' is not followed by whitespace. | 32 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter attractiveForce should be final. | 37 | |
Parameter endLocation should be final. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter behaviorType should be final. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Method 'getAttractiveForce' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
'else' construct must use '{}'s. | 55 | |
'100' is a magic number. | 55 | |
Line has trailing spaces. | 58 | |
Method 'setAttractiveForce' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter attractiveForce should be final. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Method 'getTargets' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setTargets' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter targets should be final. | 68 | |
'targets' hides a field. | 68 | |
Method 'getTarget_packet' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Name 'getTarget_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Parameter index should be final. | 72 | |
Method 'setTarget_packet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Name 'setTarget_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
Parameter index should be final. | 77 | |
Expected @param tag for 'index'. | 77 | |
Parameter tp should be final. | 77 | |
Expected @param tag for 'tp'. | 77 | |
First sentence should end with a period. | 84 | |
Method 'removeTarget_packet' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Name 'removeTarget_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Parameter index should be final. | 85 | |
Expected @param tag for 'index'. | 85 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter index should be final. | 91 | |
Parameter loc should be final. | 91 | |
Method 'addTarget_packet' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Name 'addTarget_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Parameter tp should be final. | 97 | |
Line has trailing spaces. | 100 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 101 | |
'for' is not followed by whitespace. | 105 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Parameter newProperties should be final. | 113 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 114 | |
'cast' is not followed by whitespace. | 114 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 118 | |
'for' is not followed by whitespace. | 120 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 7 | |
Name 'Target_packet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 14 | |
Name 'force_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Missing a Javadoc comment. | 18 | |
'100' is a magic number. | 19 | |
'9440' is a magic number. | 20 | |
',' is not followed by whitespace. | 20 | |
'-10500' is a magic number. | 20 | |
',' is not followed by whitespace. | 20 | |
'-3446.65' is a magic number. | 20 | |
Missing a Javadoc comment. | 23 | |
Parameter xml_packet should be final. | 23 | |
Name 'xml_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
',' is not followed by whitespace. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 28 | |
Parameter targetLocation should be final. | 28 | |
'targetLocation' hides a field. | 28 | |
Parameter force_packet should be final. | 28 | |
'force_packet' hides a field. | 28 | |
Name 'force_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Method 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter endLocation should be final. | 37 | |
Method 'setTarget_Packet' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Name 'setTarget_Packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Parameter tp should be final. | 41 | |
Method 'getForce_packet' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Name 'getForce_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Method 'setForce_packet' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Name 'setForce_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Parameter f_packet should be final. | 54 | |
Name 'f_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Method 'getAttractiveForce' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter distance should be final. | 60 | |
Method 'setAttractiveForce' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter force should be final. | 65 | |
Expected @param tag for 'force'. | 65 | |
Expected an @return tag. | 70 | |
Method 'getAttractiveForce' is not designed for extension - needs to be abstract, final or empty. | 70 | |
'if' construct must use '{}'s. | 71 | |
Line is longer than 80 characters. | 71 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 |
Violation | Message | Line |
---|---|---|
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 31 | |
'200' is a magic number. | 33 | |
'9440' is a magic number. | 35 | |
',' is not followed by whitespace. | 35 | |
'-10500' is a magic number. | 35 | |
',' is not followed by whitespace. | 35 | |
'-3446.65' is a magic number. | 35 | |
';' is not followed by whitespace. | 35 | |
'500' is a magic number. | 36 | |
Missing a Javadoc comment. | 41 | |
Parameter behaviorType should be final. | 41 | |
'200' is a magic number. | 43 | |
'9440' is a magic number. | 45 | |
',' is not followed by whitespace. | 45 | |
'-10500' is a magic number. | 45 | |
',' is not followed by whitespace. | 45 | |
'-3446.65' is a magic number. | 45 | |
';' is not followed by whitespace. | 45 | |
'500' is a magic number. | 46 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Parameter xml should be final. | 52 | |
Line is longer than 80 characters. | 56 | |
',' is not followed by whitespace. | 56 | |
',' is not followed by whitespace. | 56 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter partnerForce should be final. | 62 | |
'partnerForce' hides a field. | 62 | |
Parameter partnerName should be final. | 62 | |
'partnerName' hides a field. | 62 | |
Parameter targetLocation should be final. | 62 | |
'targetLocation' hides a field. | 62 | |
Parameter distanceFromThePartner should be final. | 62 | |
Parameter giveWayToPartner should be final. | 62 | |
'giveWayToPartner' hides a field. | 62 | |
Parameter waitForPartner should be final. | 62 | |
'waitForPartner' hides a field. | 62 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter behaviorType should be final. | 72 | |
Method 'getPartnerForce' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setPartnerForce' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter attractiveForce should be final. | 86 | |
Method 'getDistanceFromThePartner' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'setDistanceFromThePartner' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter distanceFromThePartner should be final. | 94 | |
Method 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter targetLocation should be final. | 102 | |
'targetLocation' hides a field. | 102 | |
Method 'getPartnerName' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Method 'setPartnerName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter partnerName should be final. | 110 | |
'partnerName' hides a field. | 110 | |
Method 'isGiveWayToPartner' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setGiveWayToPartner' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter giveWayToPartner should be final. | 118 | |
'giveWayToPartner' hides a field. | 118 | |
Method 'isWaitForPartner' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'setWaitForPartner' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter waitForPartner should be final. | 126 | |
'waitForPartner' hides a field. | 126 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter newProperties should be final. | 143 | |
Line is longer than 80 characters. | 144 | |
'cast' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
'cast' is not followed by whitespace. | 145 | |
Line is longer than 80 characters. | 146 | |
'cast' is not followed by whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
'cast' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
'cast' is not followed by whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
'cast' is not followed by whitespace. | 149 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 32 | |
'100' is a magic number. | 34 | |
Missing a Javadoc comment. | 45 | |
Parameter behaviorType should be final. | 45 | |
'100' is a magic number. | 47 | |
Missing a Javadoc comment. | 59 | |
Parameter xml should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
More than 7 parameters. | 72 | |
Parameter wallForce should be final. | 72 | |
'wallForce' hides a field. | 72 | |
Parameter orderOfTheForce should be final. | 72 | |
Parameter attractiveForceWeight should be final. | 72 | |
'attractiveForceWeight' hides a field. | 72 | |
Line is longer than 80 characters. | 73 | |
Parameter repulsiveForceWeight should be final. | 73 | |
'repulsiveForceWeight' hides a field. | 73 | |
Parameter concaveEdgesForceWeight should be final. | 73 | |
'concaveEdgesForceWeight' hides a field. | 73 | |
Parameter convexEdgesForceWeight should be final. | 73 | |
'convexEdgesForceWeight' hides a field. | 73 | |
Line is longer than 80 characters. | 74 | |
Parameter justMySide should be final. | 74 | |
'justMySide' hides a field. | 74 | |
Parameter specialDetection should be final. | 74 | |
'specialDetection' hides a field. | 74 | |
Parameter frontCollisions should be final. | 74 | |
'frontCollisions' hides a field. | 74 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter behaviorType should be final. | 87 | |
Method 'getWallForce' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Method 'setWallForce' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter force should be final. | 107 | |
Method 'getOrderOfTheForce' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Method 'setOrderOfTheForce' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter orderOfTheForce should be final. | 115 | |
Method 'getAttractiveForceWeight' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Method 'setAttractiveForceWeight' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter attractiveForceWeight should be final. | 123 | |
'attractiveForceWeight' hides a field. | 123 | |
Method 'getConcaveEdgesForceWeight' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'setConcaveEdgesForceWeight' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter concaveEdgesForceWeight should be final. | 131 | |
'concaveEdgesForceWeight' hides a field. | 131 | |
Method 'getConvexEdgesForceWeight' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setConvexEdgesForceWeight' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter convexEdgesForceWeight should be final. | 139 | |
'convexEdgesForceWeight' hides a field. | 139 | |
Method 'getRepulsiveForceWeight' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Method 'setRepulsiveForceWeight' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter repulsiveForceWeight should be final. | 147 | |
'repulsiveForceWeight' hides a field. | 147 | |
Method 'isFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Method 'setFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter frontCollisions should be final. | 155 | |
'frontCollisions' hides a field. | 155 | |
Method 'isJustMySide' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Method 'setJustMySide' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter justMySide should be final. | 163 | |
'justMySide' hides a field. | 163 | |
Method 'isSpecialDetection' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Method 'setSpecialDetection' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter specialDetection should be final. | 171 | |
'specialDetection' hides a field. | 171 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter newProperties should be final. | 190 | |
Line is longer than 80 characters. | 191 | |
'cast' is not followed by whitespace. | 191 | |
Line is longer than 80 characters. | 192 | |
'cast' is not followed by whitespace. | 192 | |
Line is longer than 80 characters. | 193 | |
'cast' is not followed by whitespace. | 193 | |
Line is longer than 80 characters. | 194 | |
'cast' is not followed by whitespace. | 194 | |
Line is longer than 80 characters. | 195 | |
'cast' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 196 | |
'cast' is not followed by whitespace. | 196 | |
Line is longer than 80 characters. | 197 | |
'cast' is not followed by whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
'cast' is not followed by whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
'cast' is not followed by whitespace. | 199 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 10 | |
Redundant 'public' modifier. | 10 |
Violation | Message | Line |
---|---|---|
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - cz.cuni.amis.pogamut.base3d.worldview.object.Location. | 5 | |
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. | 20 | |
Line is longer than 80 characters. | 23 | |
Redundant 'public' modifier. | 23 | |
Line is longer than 80 characters. | 26 | |
Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'raycasting' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Parameter botself should be final. | 28 | |
'botself' hides a field. | 28 | |
Expected @param tag for 'botself'. | 28 | |
Parameter raycasting should be final. | 28 | |
'raycasting' hides a field. | 28 | |
Expected @param tag for 'raycasting'. | 28 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Method 'addRayFlagChangedListener' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Parameter type should be final. | 34 | |
Expected @param tag for 'type'. | 34 | |
Parameter listener should be final. | 34 | |
Expected @param tag for 'listener'. | 34 | |
Method 'notifyRayFlagChangedListeners' is not designed for extension - needs to be abstract, final or empty. | 39 | |
'if' construct must use '{}'s. | 41 | |
Line is longer than 80 characters. | 41 | |
'+' is not preceded with whitespace. | 41 | |
'+' is not followed by whitespace. | 41 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'addRays' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter type should be final. | 47 | |
Expected @param tag for 'type'. | 47 | |
Parameter rayList should be final. | 47 | |
Expected @param tag for 'rayList'. | 47 | |
Parameter listener should be final. | 47 | |
Expected @param tag for 'listener'. | 47 | |
Line has trailing spaces. | 50 | |
Method 'removeRays' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter type should be final. | 54 | |
Expected @param tag for 'type'. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
'+' is not preceded with whitespace. | 55 | |
'+' is not followed by whitespace. | 55 | |
Expected an @return tag. | 62 | |
Line is longer than 80 characters. | 62 | |
Method 'getMyFutureRays' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter type should be final. | 62 | |
Expected @param tag for 'type'. | 62 | |
Expected an @return tag. | 67 | |
Method 'raysAreReady' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 77 | |
'for' is not followed by whitespace. | 78 | |
'if' construct must use '{}'s. | 80 | |
Line is longer than 80 characters. | 80 | |
'+' is not preceded with whitespace. | 80 | |
'+' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
'for' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 89 |
Violation | Message | Line |
---|---|---|
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Parameter value should be final. | 11 | |
'value' hides a field. | 11 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter value should be final. | 19 | |
'value' hides a field. | 19 |
Violation | Message | Line |
---|---|---|
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Using the '.*' form of import should be avoided - SteeringProperties.*. | 21 | |
Using the '.*' form of import should be avoided - Steerings.*. | 22 | |
Line is longer than 80 characters. | 25 | |
Variable 'botself' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Variable 'locomotion' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'rayManager' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 38 | |
',' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 39 | |
',' is not followed by whitespace. | 39 | |
Variable 'steeringWeights' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
',' is not followed by whitespace. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'myNextVelocity' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'multiplier' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
'*' is not preceded with whitespace. | 52 | |
'*' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
';' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 59 | |
Variable 'drawRaycasting' must be private and have accessor methods. | 60 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 65 | |
Name 'WAPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
Missing a Javadoc comment. | 66 | |
Name 'Thomas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Variable 'Thomas' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Name 'WA_debugg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Parameter event should be final. | 76 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 89 | |
Parameter bot should be final. | 89 | |
Parameter raycasting should be final. | 89 | |
Parameter locomotion should be final. | 89 | |
'locomotion' hides a field. | 89 | |
',' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 112 | |
Parameter bot should be final. | 112 | |
Parameter raycasting should be final. | 112 | |
Parameter locomotion should be final. | 112 | |
'locomotion' hides a field. | 112 | |
Parameter multiplier should be final. | 112 | |
'multiplier' hides a field. | 112 | |
',' is not followed by whitespace. | 118 | |
Missing a Javadoc comment. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 133 | |
'cast' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 136 | |
Method 'addSteering' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter type should be final. | 137 | |
Expected @param tag for 'type'. | 137 | |
Line is longer than 80 characters. | 141 | |
Method 'addSteering' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter type should be final. | 142 | |
Expected @param tag for 'type'. | 142 | |
Parameter weight should be final. | 142 | |
Expected @param tag for 'weight'. | 142 | |
'if' construct must use '{}'s. | 143 | |
'+' is not preceded with whitespace. | 143 | |
'+' is not followed by whitespace. | 143 | |
switch without "default" clause. | 144 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 155 | |
Must have at least one statement. | 155 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 180 | |
Expected an @return tag. | 181 | |
Method 'hasSteering' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter type should be final. | 181 | |
Expected @param tag for 'type'. | 181 | |
Method 'removeSteering' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Parameter type should be final. | 186 | |
Expected @param tag for 'type'. | 186 | |
'if' construct must use '{}'s. | 187 | |
Line is longer than 80 characters. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 196 | |
Method 'setSteeringProperties' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter type should be final. | 196 | |
Expected @param tag for 'type'. | 196 | |
Parameter newProperties should be final. | 196 | |
Expected @param tag for 'newProperties'. | 196 | |
'if' construct must use '{}'s. | 197 | |
Line is longer than 80 characters. | 197 | |
'+' is not preceded with whitespace. | 197 | |
'+' is not followed by whitespace. | 197 | |
'+' is not preceded with whitespace. | 197 | |
'+' is not followed by whitespace. | 197 | |
'+' is not preceded with whitespace. | 197 | |
'+' is not followed by whitespace. | 197 | |
'if' construct must use '{}'s. | 199 | |
'!=' is not preceded with whitespace. | 199 | |
'!=' is not followed by whitespace. | 199 | |
Line has trailing spaces. | 201 | |
Line is longer than 80 characters. | 203 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 206 | |
'if' construct must use '{}'s. | 211 | |
Line is longer than 80 characters. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
Line has trailing spaces. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 221 | |
'3' is a magic number. | 221 | |
'/' is not preceded with whitespace. | 221 | |
'/' is not followed by whitespace. | 221 | |
'if' construct must use '{}'s. | 222 | |
'<' is not followed by whitespace. | 222 | |
'if' construct must use '{}'s. | 224 | |
'if' construct must use '{}'s. | 226 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line has trailing spaces. | 235 | |
Line has trailing spaces. | 237 | |
',' is not followed by whitespace. | 241 | |
',' is not followed by whitespace. | 241 | |
Line has trailing spaces. | 242 | |
'for' is not followed by whitespace. | 243 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 248 | |
',' is not followed by whitespace. | 248 | |
',' is not followed by whitespace. | 248 | |
',' is not followed by whitespace. | 248 | |
Line is longer than 80 characters. | 249 | |
'if' construct must use '{}'s. | 255 | |
'if' construct must use '{}'s. | 258 | |
Line is longer than 80 characters. | 258 | |
'/' is not preceded with whitespace. | 258 | |
'/' is not followed by whitespace. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
'>' is not preceded with whitespace. | 262 | |
'>' is not followed by whitespace. | 262 | |
Comment matches to-do format 'TODO:'. | 263 | |
Line is longer than 80 characters. | 263 | |
'cast' is not followed by whitespace. | 265 | |
'if' construct must use '{}'s. | 267 | |
Line is longer than 80 characters. | 267 | |
'if' construct must use '{}'s. | 270 | |
Line is longer than 80 characters. | 270 | |
'+' is not preceded with whitespace. | 270 | |
'+' is not followed by whitespace. | 270 | |
'+' is not preceded with whitespace. | 270 | |
'+' is not followed by whitespace. | 270 | |
'+' is not preceded with whitespace. | 270 | |
'+' is not followed by whitespace. | 270 | |
'+' is not preceded with whitespace. | 270 | |
'+' is not followed by whitespace. | 270 | |
'if' construct must use '{}'s. | 273 | |
Line is longer than 80 characters. | 273 | |
'+' is not preceded with whitespace. | 273 | |
'+' is not followed by whitespace. | 273 | |
'+' is not preceded with whitespace. | 273 | |
'+' is not followed by whitespace. | 273 | |
'+' is not preceded with whitespace. | 273 | |
'+' is not followed by whitespace. | 273 | |
'/' is not preceded with whitespace. | 275 | |
'/' is not followed by whitespace. | 275 | |
'if' construct must use '{}'s. | 277 | |
Line is longer than 80 characters. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
Line has trailing spaces. | 282 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 285 | |
Method 'moveTheBot' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Parameter nextVelocity should be final. | 285 | |
Expected @param tag for 'nextVelocity'. | 285 | |
Parameter everyoneWantsToGoFaster should be final. | 285 | |
Expected @param tag for 'everyoneWantsToGoFaster'. | 285 | |
Parameter focusLocation should be final. | 285 | |
Expected @param tag for 'focusLocation'. | 285 | |
Line is longer than 80 characters. | 287 | |
'if' construct must use '{}'s. | 289 | |
Line is longer than 80 characters. | 289 | |
'+' is not preceded with whitespace. | 289 | |
'+' is not followed by whitespace. | 289 | |
'+' is not preceded with whitespace. | 289 | |
'+' is not followed by whitespace. | 289 | |
'+' is not preceded with whitespace. | 289 | |
'+' is not followed by whitespace. | 289 | |
'/' is not preceded with whitespace. | 289 | |
'/' is not followed by whitespace. | 289 | |
Line is longer than 80 characters. | 291 | |
',' is not followed by whitespace. | 292 | |
',' is not followed by whitespace. | 292 | |
'if' construct must use '{}'s. | 295 | |
Line is longer than 80 characters. | 295 | |
'+' is not preceded with whitespace. | 295 | |
'+' is not followed by whitespace. | 295 | |
'if' construct must use '{}'s. | 298 | |
Line is longer than 80 characters. | 298 | |
'+' is not preceded with whitespace. | 298 | |
'+' is not followed by whitespace. | 298 | |
'if' construct must use '{}'s. | 301 | |
Line is longer than 80 characters. | 301 | |
Line has trailing spaces. | 302 | |
',' is not followed by whitespace. | 303 | |
',' is not followed by whitespace. | 303 | |
Line is longer than 80 characters. | 307 | |
'0.8' is a magic number. | 307 | |
'*' is not preceded with whitespace. | 307 | |
'*' is not followed by whitespace. | 307 | |
'if' construct must use '{}'s. | 308 | |
Line is longer than 80 characters. | 308 | |
'0.8' is a magic number. | 309 | |
Line is longer than 80 characters. | 314 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
'2.5' is a magic number. | 317 | |
'if' construct must use '{}'s. | 319 | |
Line is longer than 80 characters. | 319 | |
'if' construct must use '{}'s. | 320 | |
'20.5' is a magic number. | 321 | |
'20.5' is a magic number. | 322 | |
'2.5' is a magic number. | 324 | |
'/' is not preceded with whitespace. | 325 | |
'/' is not followed by whitespace. | 325 | |
'18' is a magic number. | 325 | |
'0.8' is a magic number. | 326 | |
'+' is not preceded with whitespace. | 326 | |
'+' is not followed by whitespace. | 326 | |
'if' construct must use '{}'s. | 329 | |
Line is longer than 80 characters. | 329 | |
'if' construct must use '{}'s. | 330 | |
'0.8' is a magic number. | 331 | |
'0.85' is a magic number. | 332 | |
'0.1' is a magic number. | 332 | |
'*' is not preceded with whitespace. | 332 | |
'*' is not followed by whitespace. | 332 | |
'10' is a magic number. | 332 | |
'*' is not preceded with whitespace. | 332 | |
'*' is not followed by whitespace. | 332 | |
'0.8' is a magic number. | 332 | |
'*' is not preceded with whitespace. | 334 | |
'*' is not followed by whitespace. | 334 | |
'0.75' is a magic number. | 334 | |
'0.25' is a magic number. | 334 | |
Line is longer than 80 characters. | 341 | |
Line has trailing spaces. | 342 | |
'if' construct must use '{}'s. | 343 | |
Line is longer than 80 characters. | 343 | |
'+' is not preceded with whitespace. | 343 | |
'+' is not followed by whitespace. | 343 | |
'+' is not preceded with whitespace. | 343 | |
'+' is not followed by whitespace. | 343 | |
'+' is not preceded with whitespace. | 343 | |
'+' is not followed by whitespace. | 343 | |
'/' is not preceded with whitespace. | 343 | |
'/' is not followed by whitespace. | 343 | |
Line has trailing spaces. | 344 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 351 | |
Name 'WAsteering' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
'cast' is not followed by whitespace. | 351 | |
',' is not followed by whitespace. | 354 | |
',' is not followed by whitespace. | 354 | |
',' is not followed by whitespace. | 358 | |
',' is not followed by whitespace. | 358 | |
Expected an @return tag. | 364 | |
Parameter focusLoc should be final. | 364 | |
Expected @param tag for 'focusLoc'. | 364 | |
Parameter newFocus should be final. | 364 | |
Expected @param tag for 'newFocus'. | 364 | |
'if' construct must use '{}'s. | 365 | |
',' is not followed by whitespace. | 365 | |
',' is not followed by whitespace. | 365 | |
'if' construct must use '{}'s. | 366 | |
',' is not followed by whitespace. | 366 | |
',' is not followed by whitespace. | 366 | |
Line is longer than 80 characters. | 367 | |
Expected an @return tag. | 372 | |
'if' construct must use '{}'s. | 375 | |
Line is longer than 80 characters. | 376 | |
'500' is a magic number. | 376 | |
'*' is not preceded with whitespace. | 376 | |
'*' is not followed by whitespace. | 376 | |
'500' is a magic number. | 376 | |
'*' is not preceded with whitespace. | 376 | |
'*' is not followed by whitespace. | 376 | |
Expected an @return tag. | 380 | |
',' is not followed by whitespace. | 382 | |
'360' is a magic number. | 382 | |
'-' is not preceded with whitespace. | 382 | |
'-' is not followed by whitespace. | 382 | |
'180' is a magic number. | 382 | |
',' is not followed by whitespace. | 382 | |
First sentence should end with a period. | 385 | |
Expected an @return tag. | 390 | |
Parameter angle should be final. | 390 | |
Expected @param tag for 'angle'. | 390 | |
'{' is not preceded with whitespace. | 390 | |
'*' is not preceded with whitespace. | 391 | |
'*' is not followed by whitespace. | 391 | |
'65535' is a magic number. | 391 | |
'/' is not preceded with whitespace. | 391 | |
'/' is not followed by whitespace. | 391 | |
'360' is a magic number. | 391 | |
Expected an @return tag. | 395 | |
Method 'getSteeringForces' is not designed for extension - needs to be abstract, final or empty. | 395 | |
Expected an @return tag. | 400 | |
Method 'getMyActualVelocity' is not designed for extension - needs to be abstract, final or empty. | 400 | |
Expected an @return tag. | 405 | |
Method 'getMyNextVelocity' is not designed for extension - needs to be abstract, final or empty. | 405 | |
Expected an @return tag. | 410 | |
Method 'isDrawRaycasting' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Method 'setDrawRaycasting' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Parameter drawRaycasting should be final. | 415 | |
'drawRaycasting' hides a field. | 415 | |
Expected @param tag for 'drawRaycasting'. | 415 | |
Line is longer than 80 characters. | 419 | |
Method 'setCanEnlargeVelocity' is not designed for extension - needs to be abstract, final or empty. | 420 | |
Parameter canEnlargeVelocity should be final. | 420 | |
'canEnlargeVelocity' hides a field. | 420 | |
Expected @param tag for 'canEnlargeVelocity'. | 420 | |
Line is longer than 80 characters. | 424 | |
Expected an @return tag. | 425 | |
Method 'isCanEnlargeVelocity' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Line has trailing spaces. | 428 | |
Line is longer than 80 characters. | 429 | |
Line is longer than 80 characters. | 430 | |
Method 'setMultiplier' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Parameter multiplier should be final. | 432 | |
'multiplier' hides a field. | 432 | |
Expected @param tag for 'multiplier'. | 432 | |
Method 'setLastVeloWeight' is not designed for extension - needs to be abstract, final or empty. | 436 | |
Missing a Javadoc comment. | 436 | |
Parameter lastVeloWeight should be final. | 436 | |
'lastVeloWeight' hides a field. | 436 | |
Method 'setUseLastVeloWeight' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Missing a Javadoc comment. | 440 | |
Parameter useLastVeloWeight should be final. | 440 | |
'useLastVeloWeight' hides a field. | 440 | |
Line is longer than 80 characters. | 445 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 448 | |
'if' construct must use '{}'s. | 449 | |
Line is longer than 80 characters. | 449 | |
Line is longer than 80 characters. | 450 | |
Line is longer than 80 characters. | 454 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 458 | |
'if' construct must use '{}'s. | 459 | |
Line is longer than 80 characters. | 459 | |
Line is longer than 80 characters. | 460 | |
Expected an @return tag. | 468 | |
Method 'isNavigating' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Line is longer than 80 characters. | 469 | |
Method 'clearSteerings' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Line is longer than 80 characters. | 476 | |
Line has trailing spaces. | 481 | |
Line is longer than 80 characters. | 483 | |
Expected an @return tag. | 486 | |
Method 'getLeaderFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 486 | |
'if' construct must use '{}'s. | 488 | |
Line is longer than 80 characters. | 495 | |
Expected an @return tag. | 498 | |
Method 'getObstacleAvoidanceProperties' is not designed for extension - needs to be abstract, final or empty. | 498 | |
'if' construct must use '{}'s. | 500 | |
Line is longer than 80 characters. | 507 | |
Expected an @return tag. | 510 | |
Method 'getPathFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 510 | |
'if' construct must use '{}'s. | 512 | |
Line is longer than 80 characters. | 519 | |
Expected an @return tag. | 522 | |
Method 'getPeopleAvoidanceProperties' is not designed for extension - needs to be abstract, final or empty. | 522 | |
'if' construct must use '{}'s. | 524 | |
Line is longer than 80 characters. | 531 | |
Expected an @return tag. | 534 | |
Method 'getTargetApproachingProperties' is not designed for extension - needs to be abstract, final or empty. | 534 | |
'if' construct must use '{}'s. | 536 | |
Expected an @return tag. | 546 | |
Method 'getWalkAlongProperties' is not designed for extension - needs to be abstract, final or empty. | 546 | |
'if' construct must use '{}'s. | 548 | |
Line is longer than 80 characters. | 555 | |
Expected an @return tag. | 558 | |
Method 'getWallFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 558 | |
'if' construct must use '{}'s. | 560 | |
Line has trailing spaces. | 562 | |
Line is longer than 80 characters. | 566 | |
Method 'addLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 566 | |
Missing a Javadoc comment. | 566 | |
Parameter properties should be final. | 566 | |
Method 'removeLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 571 | |
Missing a Javadoc comment. | 571 | |
Line is longer than 80 characters. | 575 | |
Method 'setLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 575 | |
Missing a Javadoc comment. | 575 | |
Parameter properties should be final. | 575 | |
Method 'isLeaderFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 579 | |
Missing a Javadoc comment. | 579 | |
Line is longer than 80 characters. | 583 | |
Method 'addObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 583 | |
Missing a Javadoc comment. | 583 | |
Parameter properties should be final. | 583 | |
Method 'removeObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 588 | |
Missing a Javadoc comment. | 588 | |
Line is longer than 80 characters. | 592 | |
Method 'setObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 592 | |
Missing a Javadoc comment. | 592 | |
Parameter properties should be final. | 592 | |
Method 'isObstacleAvoidanceActive' is not designed for extension - needs to be abstract, final or empty. | 596 | |
Missing a Javadoc comment. | 596 | |
Method 'addPathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 600 | |
Missing a Javadoc comment. | 600 | |
Parameter properties should be final. | 600 | |
Method 'removePathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 605 | |
Missing a Javadoc comment. | 605 | |
Method 'setPathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 609 | |
Missing a Javadoc comment. | 609 | |
Parameter properties should be final. | 609 | |
Method 'isPathFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 613 | |
Missing a Javadoc comment. | 613 | |
Line is longer than 80 characters. | 617 | |
Method 'addPeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter properties should be final. | 617 | |
Method 'removePeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 622 | |
Missing a Javadoc comment. | 622 | |
Line is longer than 80 characters. | 626 | |
Method 'setPeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 626 | |
Missing a Javadoc comment. | 626 | |
Parameter properties should be final. | 626 | |
Method 'isPeopleAvoidanceActive' is not designed for extension - needs to be abstract, final or empty. | 630 | |
Missing a Javadoc comment. | 630 | |
Line is longer than 80 characters. | 634 | |
Method 'addTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 634 | |
Missing a Javadoc comment. | 634 | |
Parameter properties should be final. | 634 | |
Method 'removeTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 639 | |
Missing a Javadoc comment. | 639 | |
Line is longer than 80 characters. | 643 | |
Method 'setTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 643 | |
Missing a Javadoc comment. | 643 | |
Parameter properties should be final. | 643 | |
Method 'isTargetApproachingActive' is not designed for extension - needs to be abstract, final or empty. | 647 | |
Missing a Javadoc comment. | 647 | |
Method 'addWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 651 | |
Missing a Javadoc comment. | 651 | |
Parameter properties should be final. | 651 | |
Method 'removeWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 656 | |
Missing a Javadoc comment. | 656 | |
Method 'setWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 660 | |
Missing a Javadoc comment. | 660 | |
Parameter properties should be final. | 660 | |
Method 'isWalkAlongActive' is not designed for extension - needs to be abstract, final or empty. | 664 | |
Missing a Javadoc comment. | 664 | |
Method 'addWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 668 | |
Missing a Javadoc comment. | 668 | |
Parameter properties should be final. | 668 | |
Line has trailing spaces. | 669 | |
Method 'removeWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 673 | |
Missing a Javadoc comment. | 673 | |
Method 'setWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 677 | |
Missing a Javadoc comment. | 677 | |
Parameter properties should be final. | 677 | |
Method 'isWallFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 681 | |
Missing a Javadoc comment. | 681 | |
Line has trailing spaces. | 684 | |
Line contains a tab character. | 685 | |
Method 'addStickToPathSteering' is not designed for extension - needs to be abstract, final or empty. | 685 | |
Missing a Javadoc comment. | 685 | |
Parameter properties should be final. | 685 | |
Line has trailing spaces. | 686 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 690 | |
Method 'removeStickToPathSteering' is not designed for extension - needs to be abstract, final or empty. | 690 | |
Missing a Javadoc comment. | 690 | |
Method 'setStickToPathSteering' is not designed for extension - needs to be abstract, final or empty. | 694 | |
Missing a Javadoc comment. | 694 | |
Parameter properties should be final. | 694 | |
Method 'isStickToPathSteeringActive' is not designed for extension - needs to be abstract, final or empty. | 698 | |
Missing a Javadoc comment. | 698 | |
Line is longer than 80 characters. | 703 | |
Method 'setFocusSpecific' is not designed for extension - needs to be abstract, final or empty. | 703 | |
Missing a Javadoc comment. | 703 | |
Parameter steeringType should be final. | 703 | |
Parameter wantsToStop should be final. | 703 | |
Parameter newFocus should be final. | 703 | |
Parameter focusLoc should be final. | 703 | |
'if' is not followed by whitespace. | 704 | |
'{' should be on the previous line. | 705 | |
'}' should be on the same line. | 707 | |
'{' should be on the previous line. | 709 | |
Line has trailing spaces. | 712 | |
Line has trailing spaces. | 714 | |
Line has trailing spaces. | 716 | |
Expected an @return tag. | 720 | |
Line is longer than 80 characters. | 720 | |
Method 'setVelocitySpecific' is not designed for extension - needs to be abstract, final or empty. | 720 | |
Parameter steering should be final. | 720 | |
Expected @param tag for 'steering'. | 720 | |
Parameter wantsToGoFaster should be final. | 720 | |
Expected @param tag for 'wantsToGoFaster'. | 720 | |
Parameter wantsToStop should be final. | 720 | |
Expected @param tag for 'wantsToStop'. | 720 | |
Parameter newFocus should be final. | 720 | |
Expected @param tag for 'newFocus'. | 720 | |
Line is longer than 80 characters. | 721 | |
Line has trailing spaces. | 724 | |
Line has trailing spaces. | 726 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 11 | |
Variable 'id' must be private and have accessor methods. | 11 | |
Missing a Javadoc comment. | 12 | |
Variable 'direction' must be private and have accessor methods. | 12 | |
Missing a Javadoc comment. | 13 | |
Variable 'length' must be private and have accessor methods. | 13 | |
Missing a Javadoc comment. | 15 | |
Parameter id should be final. | 15 | |
'id' hides a field. | 15 | |
Parameter direction should be final. | 15 | |
'direction' hides a field. | 15 | |
Parameter length should be final. | 15 | |
'length' hides a field. | 15 | |
Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 10 | |
Utility classes should not have a public or default constructor. | 13 | |
Missing a Javadoc comment. | 15 | |
'{' is not followed by whitespace. | 15 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 15 | |
'}' is not preceded with whitespace. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Expected an @return tag. | 21 | |
Line is longer than 80 characters. | 21 | |
Parameter sA should be final. | 21 | |
Expected @param tag for 'sA'. | 21 | |
Parameter dA should be final. | 21 | |
Expected @param tag for 'dA'. | 21 | |
Parameter sB should be final. | 21 | |
Expected @param tag for 'sB'. | 21 | |
Parameter dB should be final. | 21 | |
Expected @param tag for 'dB'. | 21 | |
Parameter typeA should be final. | 21 | |
Expected @param tag for 'typeA'. | 21 | |
Parameter typeB should be final. | 21 | |
Expected @param tag for 'typeB'. | 21 | |
'if' construct must use '{}'s. | 28 | |
'0.001' is a magic number. | 28 | |
'if' construct must use '{}'s. | 29 | |
'0.001' is a magic number. | 29 | |
'if' construct must use '{}'s. | 30 | |
'0.001' is a magic number. | 30 | |
'if' construct must use '{}'s. | 31 | |
'0.001' is a magic number. | 31 | |
Line is longer than 80 characters. | 32 | |
'(' is followed by whitespace. | 32 | |
')' is preceded with whitespace. | 32 | |
'(' is followed by whitespace. | 32 | |
'(' is followed by whitespace. | 32 | |
')' is preceded with whitespace. | 32 | |
')' is preceded with whitespace. | 32 | |
'/' is not preceded with whitespace. | 33 | |
'/' is not followed by whitespace. | 33 | |
')' is preceded with whitespace. | 33 | |
'(' is followed by whitespace. | 34 | |
'*' is not preceded with whitespace. | 34 | |
'*' is not followed by whitespace. | 34 | |
')' is preceded with whitespace. | 34 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
switch without "default" clause. | 40 | |
'if' construct must use '{}'s. | 41 | |
'if' construct must use '{}'s. | 43 | |
switch without "default" clause. | 46 | |
'if' construct must use '{}'s. | 47 | |
'if' construct must use '{}'s. | 49 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Expected an @return tag. | 58 | |
Line is longer than 80 characters. | 58 | |
Parameter sA should be final. | 58 | |
Expected @param tag for 'sA'. | 58 | |
Parameter dA should be final. | 58 | |
Expected @param tag for 'dA'. | 58 | |
Parameter sB should be final. | 58 | |
Expected @param tag for 'sB'. | 58 | |
Parameter dB should be final. | 58 | |
Expected @param tag for 'dB'. | 58 | |
'if' construct must use '{}'s. | 63 | |
'0.001' is a magic number. | 63 | |
'if' construct must use '{}'s. | 64 | |
'0.001' is a magic number. | 64 | |
'if' construct must use '{}'s. | 65 | |
'0.001' is a magic number. | 65 | |
'if' construct must use '{}'s. | 66 | |
'0.001' is a magic number. | 66 | |
Line is longer than 80 characters. | 67 | |
'(' is followed by whitespace. | 67 | |
')' is preceded with whitespace. | 67 | |
'(' is followed by whitespace. | 67 | |
'(' is followed by whitespace. | 67 | |
')' is preceded with whitespace. | 67 | |
')' is preceded with whitespace. | 67 | |
'/' is not preceded with whitespace. | 68 | |
'/' is not followed by whitespace. | 68 | |
')' is preceded with whitespace. | 68 | |
'(' is followed by whitespace. | 69 | |
'*' is not preceded with whitespace. | 69 | |
'*' is not followed by whitespace. | 69 | |
')' is preceded with whitespace. | 69 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Expected an @return tag. | 83 | |
Line has trailing spaces. | 83 | |
Line is longer than 80 characters. | 83 | |
Parameter sA should be final. | 83 | |
Expected @param tag for 'sA'. | 83 | |
Parameter dA should be final. | 83 | |
Expected @param tag for 'dA'. | 83 | |
Parameter sB should be final. | 83 | |
Expected @param tag for 'sB'. | 83 | |
Parameter dB should be final. | 83 | |
Expected @param tag for 'dB'. | 83 | |
Conditional logic can be removed. | 86 | |
Line is longer than 80 characters. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter start should be final. | 94 | |
Parameter end should be final. | 94 | |
Parameter pointP should be final. | 94 | |
Parameter justAbscissa should be final. | 94 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 109 | |
'0.001' is a magic number. | 109 | |
'0.001' is a magic number. | 112 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 128 | |
',' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
',' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 139 | |
',' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter vector should be final. | 150 | |
Parameter point should be final. | 150 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 154 | |
'*' is not preceded with whitespace. | 154 | |
'*' is not followed by whitespace. | 154 | |
'*' is not preceded with whitespace. | 154 | |
'*' is not followed by whitespace. | 154 | |
Line is longer than 80 characters. | 157 | |
Expected an @return tag. | 158 | |
Line is longer than 80 characters. | 158 | |
Parameter actualVelocity should be final. | 158 | |
Expected @param tag for 'actualVelocity'. | 158 | |
Parameter left should be final. | 158 | |
Expected @param tag for 'left'. | 158 | |
'if' construct must use '{}'s. | 160 | |
Line is longer than 80 characters. | 161 | |
'else' construct must use '{}'s. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 165 | |
Expected an @return tag. | 172 | |
Line is longer than 80 characters. | 172 | |
Parameter actualVelocity should be final. | 172 | |
Expected @param tag for 'actualVelocity'. | 172 | |
Parameter left should be final. | 172 | |
Expected @param tag for 'left'. | 172 | |
'if' construct must use '{}'s. | 174 | |
Line is longer than 80 characters. | 175 | |
'else' construct must use '{}'s. | 176 | |
Line is longer than 80 characters. | 177 | |
Missing a Javadoc comment. | 181 | |
Parameter rad should be final. | 181 | |
'180' is a magic number. | 182 | |
'*' is not preceded with whitespace. | 182 | |
'*' is not followed by whitespace. | 182 | |
'360' is a magic number. | 182 | |
Missing a Javadoc comment. | 185 | |
Parameter deg should be final. | 185 | |
'(' is followed by whitespace. | 186 | |
'*' is not preceded with whitespace. | 186 | |
'*' is not followed by whitespace. | 186 | |
'180' is a magic number. | 186 | |
Line is longer than 80 characters. | 197 | |
Parameter P0 should be final. | 197 | |
Name 'P0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
Parameter r0 should be final. | 197 | |
Parameter P1 should be final. | 197 | |
Expected @param tag for 'P1'. | 197 | |
Name 'P1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
Parameter r1 should be final. | 197 | |
Expected @param tag for 'r1'. | 197 | |
Name 'P2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
Missing a Javadoc comment. | 222 | |
Line is longer than 80 characters. | 223 | |
Parameter botLocation should be final. | 223 | |
Parameter focus should be final. | 223 | |
Parameter point should be final. | 223 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 226 | |
',' is not followed by whitespace. | 227 | |
',' is not followed by whitespace. | 227 | |
',' is not followed by whitespace. | 228 | |
',' is not followed by whitespace. | 228 | |
Line has trailing spaces. | 229 | |
Line has trailing spaces. | 230 | |
Line has trailing spaces. | 231 | |
Line has trailing spaces. | 232 | |
Line is longer than 80 characters. | 233 | |
Line has trailing spaces. | 234 | |
Line is longer than 80 characters. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter botLocation should be final. | 236 | |
Parameter botRotation should be final. | 236 | |
Parameter point should be final. | 236 | |
Line has trailing spaces. | 239 | |
Line is longer than 80 characters. | 240 | |
Line has trailing spaces. | 241 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
'155f' is a magic number. | 13 | |
'/' is not preceded with whitespace. | 13 | |
'/' is not followed by whitespace. | 13 | |
'255' is a magic number. | 13 | |
',' is not followed by whitespace. | 13 | |
'101f' is a magic number. | 13 | |
'/' is not preceded with whitespace. | 13 | |
'/' is not followed by whitespace. | 13 | |
'255' is a magic number. | 13 | |
',' is not followed by whitespace. | 13 | |
'53f' is a magic number. | 13 | |
'/' is not preceded with whitespace. | 13 | |
'/' is not followed by whitespace. | 13 | |
'255' is a magic number. | 13 | |
',' is not followed by whitespace. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
'230f' is a magic number. | 14 | |
'/' is not preceded with whitespace. | 14 | |
'/' is not followed by whitespace. | 14 | |
'255f' is a magic number. | 14 | |
',' is not followed by whitespace. | 14 | |
'128f' is a magic number. | 14 | |
'/' is not preceded with whitespace. | 14 | |
'/' is not followed by whitespace. | 14 | |
'255' is a magic number. | 14 | |
',' is not followed by whitespace. | 14 | |
'72f' is a magic number. | 14 | |
'/' is not preceded with whitespace. | 14 | |
'/' is not followed by whitespace. | 14 | |
'255' is a magic number. | 14 | |
',' is not followed by whitespace. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
'144f' is a magic number. | 17 | |
'/' is not preceded with whitespace. | 17 | |
'/' is not followed by whitespace. | 17 | |
'255f' is a magic number. | 17 | |
',' is not followed by whitespace. | 17 | |
'211f' is a magic number. | 17 | |
'/' is not preceded with whitespace. | 17 | |
'/' is not followed by whitespace. | 17 | |
'255' is a magic number. | 17 | |
',' is not followed by whitespace. | 17 | |
'21f' is a magic number. | 17 | |
'/' is not preceded with whitespace. | 17 | |
'/' is not followed by whitespace. | 17 | |
'255' is a magic number. | 17 | |
',' is not followed by whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
'65f' is a magic number. | 18 | |
'/' is not preceded with whitespace. | 18 | |
'/' is not followed by whitespace. | 18 | |
'255f' is a magic number. | 18 | |
',' is not followed by whitespace. | 18 | |
'155f' is a magic number. | 18 | |
'/' is not preceded with whitespace. | 18 | |
'/' is not followed by whitespace. | 18 | |
'255' is a magic number. | 18 | |
',' is not followed by whitespace. | 18 | |
'53f' is a magic number. | 18 | |
'/' is not preceded with whitespace. | 18 | |
'/' is not followed by whitespace. | 18 | |
'255' is a magic number. | 18 | |
',' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'255f' is a magic number. | 20 | |
'/' is not preceded with whitespace. | 20 | |
'/' is not followed by whitespace. | 20 | |
'255f' is a magic number. | 20 | |
',' is not followed by whitespace. | 20 | |
'186f' is a magic number. | 20 | |
'/' is not preceded with whitespace. | 20 | |
'/' is not followed by whitespace. | 20 | |
'255' is a magic number. | 20 | |
',' is not followed by whitespace. | 20 | |
'88f' is a magic number. | 20 | |
'/' is not preceded with whitespace. | 20 | |
'/' is not followed by whitespace. | 20 | |
'255' is a magic number. | 20 | |
',' is not followed by whitespace. | 20 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
'60f' is a magic number. | 21 | |
'/' is not preceded with whitespace. | 21 | |
'/' is not followed by whitespace. | 21 | |
'255f' is a magic number. | 21 | |
',' is not followed by whitespace. | 21 | |
'175f' is a magic number. | 21 | |
'/' is not preceded with whitespace. | 21 | |
'/' is not followed by whitespace. | 21 | |
'255' is a magic number. | 21 | |
',' is not followed by whitespace. | 21 | |
'100f' is a magic number. | 21 | |
'/' is not preceded with whitespace. | 21 | |
'/' is not followed by whitespace. | 21 | |
'255' is a magic number. | 21 | |
',' is not followed by whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
'255f' is a magic number. | 22 | |
'/' is not preceded with whitespace. | 22 | |
'/' is not followed by whitespace. | 22 | |
'255f' is a magic number. | 22 | |
',' is not followed by whitespace. | 22 | |
'145f' is a magic number. | 22 | |
'/' is not preceded with whitespace. | 22 | |
'/' is not followed by whitespace. | 22 | |
'255' is a magic number. | 22 | |
',' is not followed by whitespace. | 22 | |
'86f' is a magic number. | 22 | |
'/' is not preceded with whitespace. | 22 | |
'/' is not followed by whitespace. | 22 | |
'255' is a magic number. | 22 | |
',' is not followed by whitespace. | 22 | |
Missing a Javadoc comment. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
Missing a Javadoc comment. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Parameter order should be final. | 30 | |
'order' hides a field. | 30 | |
Parameter name should be final. | 30 | |
'name' hides a field. | 30 | |
Parameter color should be final. | 30 | |
'color' hides a field. | 30 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 57 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
'80' is a magic number. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
'150' is a magic number. | 58 | |
',' is not followed by whitespace. | 58 | |
'/' is not preceded with whitespace. | 58 | |
'/' is not followed by whitespace. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Variable 'random' must be private and have accessor methods. | 71 | |
Parameter bot should be final. | 77 | |
Expected @param tag for 'bot'. | 77 | |
'{' should be on the previous line. | 78 | |
'=' is not preceded with whitespace. | 79 | |
'=' is not followed by whitespace. | 79 | |
Expected an @return tag. | 86 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method length is 172 lines (max allowed is 150). | 86 | |
Line is longer than 80 characters. | 87 | |
Parameter scaledActualVelocity should be final. | 87 | |
Expected @param tag for 'scaledActualVelocity'. | 87 | |
Parameter wantsToGoFaster should be final. | 87 | |
Expected @param tag for 'wantsToGoFaster'. | 87 | |
Parameter wantsToStop should be final. | 87 | |
Expected @param tag for 'wantsToStop'. | 87 | |
Parameter focus should be final. | 87 | |
Expected @param tag for 'focus'. | 87 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 93 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 95 | |
')' is preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 99 | |
'/' is not preceded with whitespace. | 100 | |
'/' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 101 | |
'-' is not preceded with whitespace. | 102 | |
'-' is not followed by whitespace. | 102 | |
'/' is not preceded with whitespace. | 102 | |
'/' is not followed by whitespace. | 102 | |
'cast' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 111 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 116 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 128 | |
'if' construct must use '{}'s. | 131 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 132 | |
'if' construct must use '{}'s. | 134 | |
'if' construct must use '{}'s. | 139 | |
Line is longer than 80 characters. | 139 | |
Line has trailing spaces. | 141 | |
Line is longer than 80 characters. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line is longer than 80 characters. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
')' is preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line has trailing spaces. | 145 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 147 | |
Line is longer than 80 characters. | 147 | |
'if' construct must use '{}'s. | 149 | |
Line is longer than 80 characters. | 149 | |
'+' is not preceded with whitespace. | 149 | |
'+' is not followed by whitespace. | 149 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
'if' construct must use '{}'s. | 168 | |
Line is longer than 80 characters. | 169 | |
'else' construct must use '{}'s. | 170 | |
Line is longer than 80 characters. | 171 | |
'*' is not preceded with whitespace. | 171 | |
'*' is not followed by whitespace. | 171 | |
'if' construct must use '{}'s. | 172 | |
Line is longer than 80 characters. | 172 | |
'+' is not preceded with whitespace. | 172 | |
'+' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 174 | |
'50' is a magic number. | 174 | |
'*' is not preceded with whitespace. | 174 | |
'*' is not followed by whitespace. | 174 | |
'if' construct must use '{}'s. | 177 | |
Line is longer than 80 characters. | 177 | |
'+' is not preceded with whitespace. | 177 | |
'+' is not followed by whitespace. | 177 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 182 | |
'/' is not preceded with whitespace. | 182 | |
'/' is not followed by whitespace. | 182 | |
'/' is not preceded with whitespace. | 183 | |
'/' is not followed by whitespace. | 183 | |
Line is longer than 80 characters. | 185 | |
'if' construct must use '{}'s. | 186 | |
Line is longer than 80 characters. | 186 | |
'+' is not preceded with whitespace. | 186 | |
'+' is not followed by whitespace. | 186 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 191 | |
'/' is not preceded with whitespace. | 191 | |
'/' is not followed by whitespace. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 194 | |
'*' is not preceded with whitespace. | 194 | |
'*' is not followed by whitespace. | 194 | |
'*' is not preceded with whitespace. | 194 | |
'*' is not followed by whitespace. | 194 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
'if' construct must use '{}'s. | 201 | |
Line is longer than 80 characters. | 201 | |
'+' is not preceded with whitespace. | 201 | |
'+' is not followed by whitespace. | 201 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
'if' construct must use '{}'s. | 207 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
'if' construct must use '{}'s. | 225 | |
Line is longer than 80 characters. | 225 | |
'+' is not preceded with whitespace. | 225 | |
'+' is not followed by whitespace. | 225 | |
'if' construct must use '{}'s. | 227 | |
Line is longer than 80 characters. | 227 | |
'+' is not preceded with whitespace. | 227 | |
'+' is not followed by whitespace. | 227 | |
'if' construct must use '{}'s. | 230 | |
Line is longer than 80 characters. | 230 | |
'+' is not preceded with whitespace. | 230 | |
'+' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 231 | |
'cast' is not followed by whitespace. | 231 | |
Line has trailing spaces. | 236 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
'*' is not preceded with whitespace. | 244 | |
'*' is not followed by whitespace. | 244 | |
'*' is not preceded with whitespace. | 244 | |
'*' is not followed by whitespace. | 244 | |
'*' is not preceded with whitespace. | 244 | |
'*' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
'*' is not preceded with whitespace. | 246 | |
'*' is not followed by whitespace. | 246 | |
'*' is not preceded with whitespace. | 246 | |
'*' is not followed by whitespace. | 246 | |
'*' is not preceded with whitespace. | 246 | |
'*' is not followed by whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
'if' construct must use '{}'s. | 248 | |
Line is longer than 80 characters. | 248 | |
'+' is not preceded with whitespace. | 248 | |
'+' is not followed by whitespace. | 248 | |
'+' is not preceded with whitespace. | 248 | |
'+' is not followed by whitespace. | 248 | |
'+' is not preceded with whitespace. | 248 | |
'+' is not followed by whitespace. | 248 | |
'+' is not preceded with whitespace. | 248 | |
'+' is not followed by whitespace. | 248 | |
'+' is not preceded with whitespace. | 248 | |
'+' is not followed by whitespace. | 248 | |
'0.8' is a magic number. | 248 | |
'*' is not preceded with whitespace. | 248 | |
'*' is not followed by whitespace. | 248 | |
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. | 252 | |
Line is longer than 80 characters. | 253 | |
'cast' is not followed by whitespace. | 253 | |
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 | |
Expected an @return tag. | 266 | |
Line is longer than 80 characters. | 266 | |
Parameter botToSituation should be final. | 266 | |
Expected @param tag for 'botToSituation'. | 266 | |
Parameter wantsToGoFaster should be final. | 266 | |
Expected @param tag for 'wantsToGoFaster'. | 266 | |
Parameter leadersNextLoc should be final. | 266 | |
Expected @param tag for 'leadersNextLoc'. | 266 | |
',' is not followed by whitespace. | 267 | |
',' is not followed by whitespace. | 267 | |
Line is longer than 80 characters. | 268 | |
'/' is not preceded with whitespace. | 268 | |
'/' is not followed by whitespace. | 268 | |
'/' is not preceded with whitespace. | 268 | |
'/' is not followed by whitespace. | 268 | |
Line is longer than 80 characters. | 269 | |
',' is not followed by whitespace. | 269 | |
',' is not followed by whitespace. | 269 | |
Line is longer than 80 characters. | 270 | |
',' is not followed by whitespace. | 270 | |
',' is not followed by whitespace. | 270 | |
Line has trailing spaces. | 273 | |
Line has trailing spaces. | 278 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 283 | |
',' is not followed by whitespace. | 283 | |
Line is longer than 80 characters. | 284 | |
',' is not followed by whitespace. | 284 | |
Line is longer than 80 characters. | 285 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 287 | |
'/' is not preceded with whitespace. | 287 | |
'/' is not followed by whitespace. | 287 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
'+' is not preceded with whitespace. | 289 | |
'+' is not followed by whitespace. | 289 | |
Line is longer than 80 characters. | 290 | |
'+' is not preceded with whitespace. | 290 | |
'+' is not followed by whitespace. | 290 | |
'+' is not preceded with whitespace. | 290 | |
'+' is not followed by whitespace. | 290 | |
'+' is not preceded with whitespace. | 290 | |
'+' is not followed by whitespace. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 294 | |
'+' is not preceded with whitespace. | 294 | |
'+' is not followed by whitespace. | 294 | |
'+' is not preceded with whitespace. | 294 | |
'+' is not followed by whitespace. | 294 | |
'+' is not preceded with whitespace. | 294 | |
'+' is not followed by whitespace. | 294 | |
'+' is not preceded with whitespace. | 294 | |
'+' is not followed by whitespace. | 294 | |
'+' is not preceded with whitespace. | 294 | |
'+' is not followed by whitespace. | 294 | |
Line has trailing spaces. | 300 | |
Line is longer than 80 characters. | 304 | |
Expected an @return tag. | 305 | |
Parameter distance should be final. | 305 | |
Expected @param tag for 'distance'. | 305 | |
Missing a Javadoc comment. | 314 | |
'{' should be on the previous line. | 315 | |
Line is longer than 80 characters. | 316 | |
'=' is not preceded with whitespace. | 316 | |
'=' is not followed by whitespace. | 316 | |
'if' construct must use '{}'s. | 319 | |
Missing a Javadoc comment. | 327 | |
'for' is not followed by whitespace. | 330 | |
'/' is not preceded with whitespace. | 334 | |
'/' is not followed by whitespace. | 334 | |
'/' is not preceded with whitespace. | 335 | |
'/' is not followed by whitespace. | 335 | |
',' is not followed by whitespace. | 336 | |
',' is not followed by whitespace. | 336 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Parameter newProperties should be final. | 341 | |
Line is longer than 80 characters. | 342 | |
'cast' is not followed by whitespace. | 342 | |
Line is longer than 80 characters. | 343 | |
'cast' is not followed by whitespace. | 343 | |
Line is longer than 80 characters. | 344 | |
'cast' is not followed by whitespace. | 344 | |
Line is longer than 80 characters. | 345 | |
'cast' is not followed by whitespace. | 345 | |
Line is longer than 80 characters. | 346 | |
'cast' is not followed by whitespace. | 346 | |
Line is longer than 80 characters. | 347 | |
'cast' is not followed by whitespace. | 347 | |
Line is longer than 80 characters. | 348 | |
'cast' is not followed by whitespace. | 348 | |
Line is longer than 80 characters. | 349 | |
'cast' is not followed by whitespace. | 349 | |
Line is longer than 80 characters. | 350 | |
'cast' is not followed by whitespace. | 350 | |
Line is longer than 80 characters. | 351 | |
'cast' is not followed by whitespace. | 351 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Missing a Javadoc comment. | 357 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - cz.cuni.amis.pogamut.base3d.worldview.object.Location. | 10 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 43 | |
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. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 63 | |
Name 'FRONT_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'SIDE_FRONT_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
'0.8' is a magic number. | 64 | |
Missing a Javadoc comment. | 65 | |
Name 'SIDE_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
'0.5' is a magic number. | 65 | |
Line is longer than 80 characters. | 68 | |
Line has trailing spaces. | 75 | |
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. | 86 | |
Variable 'sensorLeft' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 87 | |
Variable 'sensorRight' must be private and have accessor methods. | 87 | |
Missing a Javadoc comment. | 88 | |
Variable 'sensorLeftFront' must be private and have accessor methods. | 88 | |
Missing a Javadoc comment. | 89 | |
Variable 'sensorRightFront' must be private and have accessor methods. | 89 | |
Missing a Javadoc comment. | 90 | |
Variable 'sensorFront' must be private and have accessor methods. | 90 | |
Variable 'left' must be private and have accessor methods. | 95 | |
Variable 'right' must be private and have accessor methods. | 95 | |
Variable 'leftfront' must be private and have accessor methods. | 95 | |
Variable 'rightfront' must be private and have accessor methods. | 95 | |
Variable 'front' must be private and have accessor methods. | 95 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Variable 'shortRayLength' must be private and have accessor methods. | 99 | |
Line is longer than 80 characters. | 100 | |
Missing a Javadoc comment. | 100 | |
Variable 'longRayLength' must be private and have accessor methods. | 100 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Variable 'random' must be private and have accessor methods. | 104 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 107 | |
Parameter bot should be final. | 111 | |
Parameter rayManager should be final. | 111 | |
'rayManager' hides a field. | 111 | |
Missing a Javadoc comment. | 118 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
'3' is a magic number. | 122 | |
Line is longer than 80 characters. | 123 | |
'3' is a magic number. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 127 | |
Method 'flagRaysChanged' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line is longer than 80 characters. | 133 | |
'for' is not followed by whitespace. | 140 | |
'}' is not followed by whitespace. | 154 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 163 | |
Line has trailing spaces. | 166 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 170 | |
Expected an @return tag. | 171 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Line is longer than 80 characters. | 172 | |
Parameter scaledActualVelocity should be final. | 172 | |
Expected @param tag for 'scaledActualVelocity'. | 172 | |
Parameter wantsToGoFaster should be final. | 172 | |
Expected @param tag for 'wantsToGoFaster'. | 172 | |
Parameter wantsToStop should be final. | 172 | |
Expected @param tag for 'wantsToStop'. | 172 | |
Parameter focus should be final. | 172 | |
Expected @param tag for 'focus'. | 172 | |
',' is not followed by whitespace. | 175 | |
',' is not followed by whitespace. | 175 | |
Line has trailing spaces. | 176 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 187 | |
'if' construct must use '{}'s. | 189 | |
'if' construct must use '{}'s. | 191 | |
'if' construct must use '{}'s. | 193 | |
'if' construct must use '{}'s. | 195 | |
'if' construct must use '{}'s. | 197 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 208 | |
Line has trailing spaces. | 210 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 216 | |
Line has trailing spaces. | 219 | |
Line is longer than 80 characters. | 223 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 249 | |
')' is preceded with whitespace. | 249 | |
')' is preceded with whitespace. | 249 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 262 | |
')' is preceded with whitespace. | 262 | |
')' is preceded with whitespace. | 262 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 273 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 285 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 296 | |
Line is longer than 80 characters. | 298 | |
Line has trailing spaces. | 314 | |
Line is longer than 80 characters. | 318 | |
Expected an @return tag. | 319 | |
Line has trailing spaces. | 319 | |
Parameter normal should be final. | 319 | |
Expected @param tag for 'normal'. | 319 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 330 | |
'-' is not preceded with whitespace. | 331 | |
'-' is not followed by whitespace. | 331 | |
'-' is not preceded with whitespace. | 331 | |
'-' is not followed by whitespace. | 331 | |
Line is longer than 80 characters. | 336 | |
Line has trailing spaces. | 337 | |
Line is longer than 80 characters. | 338 | |
Line has trailing spaces. | 339 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 346 | |
Expected an @return tag. | 347 | |
Parameter normal should be final. | 347 | |
Expected @param tag for 'normal'. | 347 | |
'if' construct must use '{}'s. | 352 | |
Line is longer than 80 characters. | 352 | |
'+' is not preceded with whitespace. | 352 | |
'+' is not followed by whitespace. | 352 | |
'/' is not preceded with whitespace. | 353 | |
'/' is not followed by whitespace. | 353 | |
Line is longer than 80 characters. | 360 | |
'0.5' is a magic number. | 362 | |
'if' construct must use '{}'s. | 365 | |
Line is longer than 80 characters. | 365 | |
'+' is not preceded with whitespace. | 365 | |
'+' is not followed by whitespace. | 365 | |
Line has trailing spaces. | 369 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 370 | |
Parameter newProperties should be final. | 371 | |
Line is longer than 80 characters. | 372 | |
'cast' is not followed by whitespace. | 372 | |
Line is longer than 80 characters. | 373 | |
'cast' is not followed by whitespace. | 373 | |
Line is longer than 80 characters. | 374 | |
'cast' is not followed by whitespace. | 374 | |
Line is longer than 80 characters. | 375 | |
'cast' is not followed by whitespace. | 375 | |
Line has trailing spaces. | 377 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 378 | |
Missing a Javadoc comment. | 378 | |
Line is longer than 80 characters. | 379 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 21 | |
First sentence should end with a period. | 31 | |
Line is longer than 80 characters. | 34 | |
Variable 'distanceFromThePath' must be private and have accessor methods. | 38 | |
Line is longer than 80 characters. | 39 | |
Variable 'pathFuture' must be private and have accessor methods. | 40 | |
Variable 'path' must be private and have accessor methods. | 42 | |
Line is longer than 80 characters. | 43 | |
Variable 'regulatingForce' must be private and have accessor methods. | 44 | |
First sentence should end with a period. | 45 | |
Missing a Javadoc comment. | 48 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
'150' is a magic number. | 48 | |
Line has trailing spaces. | 49 | |
Variable 'previousLocation' must be private and have accessor methods. | 51 | |
Variable 'nextLocation' must be private and have accessor methods. | 53 | |
Variable 'actualIndex' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Variable 'lastDistanceFromNextLocation' must be private and have accessor methods. | 57 | |
Line is longer than 80 characters. | 58 | |
Variable 'newPath' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 61 | |
Name 'ZERO_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Line has trailing spaces. | 65 | |
Parameter bot should be final. | 68 | |
Expected @param tag for 'bot'. | 68 | |
Expected an @return tag. | 76 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method length is 154 lines (max allowed is 150). | 76 | |
Line is longer than 80 characters. | 77 | |
Parameter scaledActualVelocity should be final. | 77 | |
Expected @param tag for 'scaledActualVelocity'. | 77 | |
Parameter wantsToGoFaster should be final. | 77 | |
Expected @param tag for 'wantsToGoFaster'. | 77 | |
Parameter wantsToStop should be final. | 77 | |
Expected @param tag for 'wantsToStop'. | 77 | |
Parameter focus should be final. | 77 | |
Expected @param tag for 'focus'. | 77 | |
',' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
'if' construct must use '{}'s. | 87 | |
',' is not followed by whitespace. | 88 | |
',' is not followed by whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 91 | |
'if' construct must use '{}'s. | 92 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 93 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 99 | |
'if' construct must use '{}'s. | 105 | |
Line is longer than 80 characters. | 105 | |
',' is not followed by whitespace. | 107 | |
',' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 112 | |
'if' construct must use '{}'s. | 115 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 125 | |
'if' construct must use '{}'s. | 128 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 140 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
'if' construct must use '{}'s. | 150 | |
Line is longer than 80 characters. | 150 | |
'+' is not preceded with whitespace. | 150 | |
'+' is not followed by whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
'/' is not preceded with whitespace. | 151 | |
'/' is not followed by whitespace. | 151 | |
'*' is not preceded with whitespace. | 152 | |
'*' is not followed by whitespace. | 152 | |
Line is longer than 80 characters. | 165 | |
'if' construct must use '{}'s. | 166 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
'if' construct must use '{}'s. | 171 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 193 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 211 | |
Line is longer than 80 characters. | 217 | |
'30' is a magic number. | 217 | |
'if' construct must use '{}'s. | 218 | |
Line is longer than 80 characters. | 220 | |
Line has trailing spaces. | 222 | |
Line is longer than 80 characters. | 224 | |
',' is not followed by whitespace. | 224 | |
',' is not followed by whitespace. | 224 | |
Missing a Javadoc comment. | 232 | |
'if' construct must use '{}'s. | 233 | |
'if' construct must use '{}'s. | 234 | |
Line is longer than 80 characters. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
Line has trailing spaces. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 244 | |
Expected an @return tag. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 263 | |
Line has trailing spaces. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 273 | |
'if' construct must use '{}'s. | 274 | |
Line is longer than 80 characters. | 274 | |
'+' is not preceded with whitespace. | 274 | |
'+' is not followed by whitespace. | 274 | |
'+' is not preceded with whitespace. | 274 | |
'+' is not followed by whitespace. | 274 | |
'+' is not preceded with whitespace. | 274 | |
'+' is not followed by whitespace. | 274 | |
Line is longer than 80 characters. | 278 | |
Expected an @return tag. | 279 | |
'if' construct must use '{}'s. | 282 | |
'if' construct must use '{}'s. | 285 | |
Line is longer than 80 characters. | 285 | |
'if' construct must use '{}'s. | 288 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 296 | |
Missing a Javadoc comment. | 300 | |
Parameter myNewPath should be final. | 300 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 304 | |
'for' is not followed by whitespace. | 308 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 319 | |
Expected an @return tag. | 320 | |
'for' is not followed by whitespace. | 324 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Missing a Javadoc comment. | 334 | |
Parameter newProperties should be final. | 334 | |
Line is longer than 80 characters. | 335 | |
'cast' is not followed by whitespace. | 335 | |
Line is longer than 80 characters. | 336 | |
'cast' is not followed by whitespace. | 336 | |
'cast' is not followed by whitespace. | 337 | |
Line is longer than 80 characters. | 338 | |
'cast' is not followed by whitespace. | 338 | |
Line is longer than 80 characters. | 339 | |
'cast' is not followed by whitespace. | 339 | |
Line is longer than 80 characters. | 340 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Missing a Javadoc comment. | 347 | |
Line has trailing spaces. | 356 | |
Line is longer than 80 characters. | 361 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Name 'TICK_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
'5' is a magic number. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'random' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 45 | |
Parameter bot should be final. | 49 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Expected an @return tag. | 54 | |
Line is longer than 80 characters. | 54 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter scaledActualVelocity should be final. | 54 | |
Expected @param tag for 'scaledActualVelocity'. | 54 | |
Parameter wantsToGoFaster should be final. | 54 | |
Expected @param tag for 'wantsToGoFaster'. | 54 | |
Parameter wantsToStop should be final. | 54 | |
Expected @param tag for 'wantsToStop'. | 54 | |
Parameter focus should be final. | 54 | |
Expected @param tag for 'focus'. | 54 | |
Line is longer than 80 characters. | 58 | |
',' is not followed by whitespace. | 59 | |
',' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 81 | |
'if' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
'/' is not preceded with whitespace. | 83 | |
'/' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 86 | |
'if' construct must use '{}'s. | 87 | |
Line is longer than 80 characters. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
Line has trailing spaces. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter player should be final. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 98 | |
'for' is not followed by whitespace. | 106 | |
'=' is not preceded with whitespace. | 106 | |
'=' is not followed by whitespace. | 106 | |
';' is not followed by whitespace. | 106 | |
'*' is not preceded with whitespace. | 106 | |
'*' is not followed by whitespace. | 106 | |
';' is not followed by whitespace. | 106 | |
'{' is not preceded with whitespace. | 106 | |
'cast' is not followed by whitespace. | 107 | |
'/' is not preceded with whitespace. | 107 | |
'/' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 129 | |
'+' is not preceded with whitespace. | 129 | |
'+' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 136 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 137 | |
'if' construct must use '{}'s. | 138 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
'*' is not preceded with whitespace. | 142 | |
'*' is not followed by whitespace. | 142 | |
'if' construct must use '{}'s. | 143 | |
Line is longer than 80 characters. | 143 | |
Line has trailing spaces. | 145 | |
Line is longer than 80 characters. | 149 | |
Expected an @return tag. | 150 | |
Parameter angle should be final. | 150 | |
Expected @param tag for 'angle'. | 150 | |
Parameter distance should be final. | 150 | |
Expected @param tag for 'distance'. | 150 | |
Line is longer than 80 characters. | 154 | |
Missing a Javadoc comment. | 156 | |
Parameter angle should be final. | 156 | |
'/' is not preceded with whitespace. | 157 | |
'/' is not followed by whitespace. | 157 | |
'/' is not preceded with whitespace. | 157 | |
'/' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 160 | |
Missing a Javadoc comment. | 162 | |
Parameter distance should be final. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Missing a Javadoc comment. | 168 | |
Parameter ticks should be final. | 168 | |
'/' is not preceded with whitespace. | 171 | |
'/' is not followed by whitespace. | 171 | |
Line has trailing spaces. | 177 | |
Line is longer than 80 characters. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter start should be final. | 178 | |
Parameter velocity should be final. | 178 | |
Parameter time should be final. | 178 | |
Line is longer than 80 characters. | 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 | |
Expected an @return tag. | 184 | |
Line is longer than 80 characters. | 184 | |
Parameter botsVelocity should be final. | 184 | |
Expected @param tag for 'botsVelocity'. | 184 | |
Parameter player should be final. | 184 | |
Expected @param tag for 'player'. | 184 | |
Parameter wantsToGoFaster should be final. | 184 | |
Expected @param tag for 'wantsToGoFaster'. | 184 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 203 | |
Name 'far_distance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
'*' is not preceded with whitespace. | 204 | |
'*' is not followed by whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
Name 'far_distance2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
',' is not followed by whitespace. | 205 | |
'+' is not preceded with whitespace. | 205 | |
'+' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 206 | |
'*' is not preceded with whitespace. | 206 | |
'*' is not followed by whitespace. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 209 | |
'(' is followed by whitespace. | 209 | |
'*' is not preceded with whitespace. | 209 | |
'*' is not followed by whitespace. | 209 | |
'*' is not preceded with whitespace. | 209 | |
'*' is not followed by whitespace. | 209 | |
'if' construct must use '{}'s. | 211 | |
Line is longer than 80 characters. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
Line is longer than 80 characters. | 213 | |
'3' is a magic number. | 213 | |
'*' is not preceded with whitespace. | 213 | |
'*' is not followed by whitespace. | 213 | |
'*' is not preceded with whitespace. | 213 | |
'*' is not followed by whitespace. | 213 | |
'if' construct must use '{}'s. | 215 | |
Line is longer than 80 characters. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
'+' is not preceded with whitespace. | 215 | |
'+' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 217 | |
'*' is not preceded with whitespace. | 217 | |
'*' is not followed by whitespace. | 217 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 220 | |
'+' is not preceded with whitespace. | 220 | |
'+' is not followed by whitespace. | 220 | |
'+' is not preceded with whitespace. | 220 | |
'+' is not followed by whitespace. | 220 | |
'+' is not preceded with whitespace. | 220 | |
'+' is not followed by whitespace. | 220 | |
'+' is not preceded with whitespace. | 220 | |
'+' is not followed by whitespace. | 220 | |
'+' is not preceded with whitespace. | 220 | |
'+' is not followed by whitespace. | 220 | |
Line is longer than 80 characters. | 222 | |
'5' is a magic number. | 222 | |
Line is longer than 80 characters. | 226 | |
'if' construct must use '{}'s. | 229 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 233 | |
Missing a Javadoc comment. | 233 | |
Parameter velocity should be final. | 233 | |
Parameter scale should be final. | 233 | |
Parameter negate should be final. | 233 | |
Parameter wantsToGoFaster should be final. | 233 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter newProperties should be final. | 243 | |
Line is longer than 80 characters. | 244 | |
'cast' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
'cast' is not followed by whitespace. | 245 | |
Line is longer than 80 characters. | 246 | |
'cast' is not followed by whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
'cast' is not followed by whitespace. | 247 | |
Line is longer than 80 characters. | 248 | |
'cast' is not followed by whitespace. | 248 | |
Line is longer than 80 characters. | 249 | |
'cast' is not followed by whitespace. | 249 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - javax.vecmath.Tuple3d. | 6 | |
Unused import - javax.vecmath.Vector2d. | 7 | |
Unused import - SteeringStuff.SteeringTools. | 16 | |
Line is longer than 80 characters. | 23 | |
Unused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Unused import - cz.cuni.amis.utils.future.FutureStatus. | 27 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
'150' is a magic number. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Name 'NAVPOINT_MAX_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
'100' is a magic number. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
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 has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
First sentence should end with a period. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 64 | |
Parameter bot should be final. | 64 | |
'bot' hides a field. | 64 | |
Expected an @return tag. | 71 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 72 | |
Parameter scaledActualVelocity should be final. | 72 | |
Expected @param tag for 'scaledActualVelocity'. | 72 | |
Parameter wantsToGoFaster should be final. | 72 | |
Expected @param tag for 'wantsToGoFaster'. | 72 | |
Parameter wantsToStop should be final. | 72 | |
Expected @param tag for 'wantsToStop'. | 72 | |
Parameter focus should be final. | 72 | |
Expected @param tag for 'focus'. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
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 | |
',' is not followed by whitespace. | 80 | |
',' is not followed by whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 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. | 87 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
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 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
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. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 111 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter currLink should be final. | 114 | |
Parameter nextLink should be final. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'cast' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
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 has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter nextLink should be final. | 140 | |
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 | |
'50' is a magic number. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Missing a Javadoc comment. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Missing a Javadoc comment. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
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 contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
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 has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter pathLocations should be final. | 201 | |
'pathLocations' hides a field. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter pathNavPoints should be final. | 212 | |
'pathNavPoints' hides a field. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
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 is longer than 80 characters. | 222 | |
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. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line has trailing spaces. | 236 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Expected an @return tag. | 243 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Method 'getNearestNavPoint' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Parameter target should be final. | 243 | |
Expected @param tag for 'target'. | 243 | |
Parameter maxDistance should be final. | 243 | |
Expected @param tag for 'maxDistance'. | 243 | |
'if' construct must use '{}'s. | 244 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
'if' construct must use '{}'s. | 246 | |
Line contains a tab character. | 246 | |
'if' construct must use '{}'s. | 247 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 252 | |
Expected an @return tag. | 256 | |
Line is longer than 80 characters. | 256 | |
'if' construct must use '{}'s. | 257 | |
Line contains a tab character. | 257 | |
Line has trailing spaces. | 258 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line has trailing spaces. | 260 | |
Line contains a tab character. | 260 | |
'if' construct must use '{}'s. | 261 | |
Line contains a tab character. | 261 | |
Line has trailing spaces. | 262 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line has trailing spaces. | 264 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
'-' is not preceded with whitespace. | 267 | |
'-' is not followed by whitespace. | 267 | |
'+' is not preceded with whitespace. | 267 | |
'+' is not followed by whitespace. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
'-' is not preceded with whitespace. | 272 | |
'-' is not followed by whitespace. | 272 | |
'-' is not preceded with whitespace. | 272 | |
'-' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line has trailing spaces. | 280 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Missing a Javadoc comment. | 282 | |
Parameter index should be final. | 282 | |
'if' construct must use '{}'s. | 283 | |
Line contains a tab character. | 283 | |
'if' construct must use '{}'s. | 284 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 288 | |
Missing a Javadoc comment. | 288 | |
Parameter path should be final. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line is longer than 80 characters. | 295 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 301 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 301 | |
Missing a Javadoc comment. | 301 | |
Parameter newProperties should be final. | 301 | |
'if' construct must use '{}'s. | 302 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
Line has trailing spaces. | 303 | |
Line is longer than 80 characters. | 303 | |
Line contains a tab character. | 303 | |
'cast' is not followed by whitespace. | 303 | |
Line has trailing spaces. | 306 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Missing a Javadoc comment. | 306 | |
Line has trailing spaces. | 309 | |
Line has trailing spaces. | 311 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - SteeringStuff.SteeringManager. | 4 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
'150' is a magic number. | 29 | |
Parameter bot should be final. | 34 | |
Line is longer than 80 characters. | 38 | |
Expected an @return tag. | 39 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters. | 40 | |
Parameter scaledActualVelocity should be final. | 40 | |
Expected @param tag for 'scaledActualVelocity'. | 40 | |
Parameter wantsToGoFaster should be final. | 40 | |
Expected @param tag for 'wantsToGoFaster'. | 40 | |
Parameter wantsToStop should be final. | 40 | |
Expected @param tag for 'wantsToStop'. | 40 | |
Parameter focus should be final. | 40 | |
Expected @param tag for 'focus'. | 40 | |
Line is longer than 80 characters. | 42 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
'for' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 60 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter newProperties should be final. | 71 | |
Line is longer than 80 characters. | 72 | |
'cast' is not followed by whitespace. | 72 | |
'for' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 80 |
Violation | Message | Line |
---|---|---|
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 35 | |
First sentence should end with a period. | 39 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Name 'MAX_TO_PARTNER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
'500' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
Name 'MAX_NEXT_VELOCITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
'500' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
Name 'WAIT_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'100' is a magic number. | 55 | |
Missing a Javadoc comment. | 56 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
'200' is a magic number. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Parameter bot should be final. | 70 | |
Line is longer than 80 characters. | 75 | |
Expected an @return tag. | 76 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method length is 252 lines (max allowed is 150). | 76 | |
Line is longer than 80 characters. | 77 | |
Parameter scaledActualVelocity should be final. | 77 | |
Expected @param tag for 'scaledActualVelocity'. | 77 | |
Parameter wantsToGoFaster should be final. | 77 | |
Expected @param tag for 'wantsToGoFaster'. | 77 | |
Parameter wantsToStop should be final. | 77 | |
Expected @param tag for 'wantsToStop'. | 77 | |
Parameter focus should be final. | 77 | |
Expected @param tag for 'focus'. | 77 | |
Line is longer than 80 characters. | 80 | |
',' is not followed by whitespace. | 81 | |
',' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 86 | |
'/' is not preceded with whitespace. | 87 | |
'/' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 88 | |
',' is not followed by whitespace. | 88 | |
'-' is not preceded with whitespace. | 89 | |
'-' is not followed by whitespace. | 89 | |
'/' is not preceded with whitespace. | 89 | |
'/' is not followed by whitespace. | 89 | |
'cast' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 123 | |
'if' construct must use '{}'s. | 124 | |
Line is longer than 80 characters. | 124 | |
'+' is not preceded with whitespace. | 124 | |
'+' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 126 | |
'if' construct must use '{}'s. | 129 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 136 | |
'if' construct must use '{}'s. | 139 | |
Line is longer than 80 characters. | 139 | |
'+' is not preceded with whitespace. | 139 | |
'+' is not followed by whitespace. | 139 | |
'if' construct must use '{}'s. | 140 | |
Line is longer than 80 characters. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'if' construct must use '{}'s. | 143 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 170 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 172 | |
',' is not followed by whitespace. | 172 | |
',' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 179 | |
',' is not followed by whitespace. | 179 | |
',' is not followed by whitespace. | 179 | |
Line has trailing spaces. | 182 | |
Line is longer than 80 characters. | 189 | |
'/' is not preceded with whitespace. | 189 | |
'/' is not followed by whitespace. | 189 | |
'500' is a magic number. | 189 | |
'1.5' is a magic number. | 192 | |
'30' is a magic number. | 193 | |
'*' is not preceded with whitespace. | 195 | |
'*' is not followed by whitespace. | 195 | |
',' is not followed by whitespace. | 195 | |
'if' construct must use '{}'s. | 196 | |
Line is longer than 80 characters. | 196 | |
'+' is not preceded with whitespace. | 196 | |
'+' is not followed by whitespace. | 196 | |
'/' is not preceded with whitespace. | 200 | |
'/' is not followed by whitespace. | 200 | |
Line is longer than 80 characters. | 201 | |
'*' is not preceded with whitespace. | 201 | |
'*' is not followed by whitespace. | 201 | |
'*' is not preceded with whitespace. | 202 | |
'*' is not followed by whitespace. | 202 | |
'if' construct must use '{}'s. | 203 | |
Line is longer than 80 characters. | 203 | |
'+' is not preceded with whitespace. | 203 | |
'+' is not followed by whitespace. | 203 | |
'else' is not preceded with whitespace. | 204 | |
'}' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 205 | |
',' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 210 | |
'*' is not preceded with whitespace. | 211 | |
'*' is not followed by whitespace. | 211 | |
'if' construct must use '{}'s. | 212 | |
Line is longer than 80 characters. | 212 | |
'+' is not preceded with whitespace. | 212 | |
'+' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 214 | |
',' is not followed by whitespace. | 214 | |
Line has trailing spaces. | 219 | |
Line is longer than 80 characters. | 219 | |
',' is not followed by whitespace. | 221 | |
',' is not followed by whitespace. | 221 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 223 | |
'3' is a magic number. | 224 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 226 | |
'/' is not preceded with whitespace. | 227 | |
'/' is not followed by whitespace. | 227 | |
Line is longer than 80 characters. | 232 | |
'if' construct must use '{}'s. | 233 | |
Line is longer than 80 characters. | 233 | |
Line has trailing spaces. | 235 | |
Line is longer than 80 characters. | 245 | |
'+' is not preceded with whitespace. | 246 | |
'+' is not followed by whitespace. | 246 | |
Line has trailing spaces. | 252 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
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 | |
'/' is not preceded with whitespace. | 266 | |
'/' is not followed by whitespace. | 266 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 285 | |
Line has trailing spaces. | 287 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 295 | |
',' is not followed by whitespace. | 301 | |
',' is not followed by whitespace. | 301 | |
Line has trailing spaces. | 303 | |
Line is longer than 80 characters. | 310 | |
'cast' is not followed by whitespace. | 314 | |
'cast' is not followed by whitespace. | 315 | |
'cast' is not followed by whitespace. | 316 | |
'if' construct must use '{}'s. | 317 | |
Line is longer than 80 characters. | 317 | |
'+' is not preceded with whitespace. | 317 | |
'+' is not followed by whitespace. | 317 | |
Missing a Javadoc comment. | 331 | |
Line is longer than 80 characters. | 333 | |
'if' construct must use '{}'s. | 335 | |
Line is longer than 80 characters. | 335 | |
'+' is not preceded with whitespace. | 335 | |
'+' is not followed by whitespace. | 335 | |
'if' construct must use '{}'s. | 337 | |
Line is longer than 80 characters. | 337 | |
'+' is not preceded with whitespace. | 337 | |
'+' is not followed by whitespace. | 337 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Parameter newProperties should be final. | 344 | |
Line is longer than 80 characters. | 345 | |
'cast' is not followed by whitespace. | 345 | |
Line is longer than 80 characters. | 346 | |
'cast' is not followed by whitespace. | 346 | |
Line is longer than 80 characters. | 347 | |
'cast' is not followed by whitespace. | 347 | |
Line is longer than 80 characters. | 348 | |
'cast' is not followed by whitespace. | 348 | |
Line is longer than 80 characters. | 349 | |
'cast' is not followed by whitespace. | 349 | |
Line is longer than 80 characters. | 350 | |
'cast' is not followed by whitespace. | 350 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Missing a Javadoc comment. | 353 | |
Method 'getForceToPartner' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 371 | |
Method 'getForceToTarget' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Missing a Javadoc comment. | 380 |
Violation | Message | Line |
---|---|---|
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - cz.cuni.amis.pogamut.base3d.worldview.object.Location. | 10 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
First sentence should end with a period. | 42 | |
First sentence should end with a period. | 44 | |
First sentence should end with a period. | 46 | |
First sentence should end with a period. | 48 | |
First sentence should end with a period. | 50 | |
First sentence should end with a period. | 52 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 58 | |
Name 'DISTANCE_FROM_THE_WALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'DISTANCE_FROM_THE_WALL' must be private and have accessor methods. | 59 | |
'166' is a magic number. | 59 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'state' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 73 | |
Variable 'counter' must be private and have accessor methods. | 73 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 76 | |
Variable 'convexTurning' must be private and have accessor methods. | 76 | |
Line has trailing spaces. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 88 | |
Variable 'random' must be private and have accessor methods. | 88 | |
Line has trailing spaces. | 89 | |
Variable 'nleft' must be private and have accessor methods. | 93 | |
Variable 'nright' must be private and have accessor methods. | 93 | |
Variable 'nleftfront' must be private and have accessor methods. | 93 | |
Variable 'nrightfront' must be private and have accessor methods. | 93 | |
Variable 'nfront' must be private and have accessor methods. | 93 | |
Line is longer than 80 characters. | 96 | |
Variable 'shortSideRayLength' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 99 | |
Variable 'shortSideFrontRayLength' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 100 | |
Variable 'longSideRayLength' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 101 | |
Variable 'longSideFrontRayLength' must be private and have accessor methods. | 101 | |
Missing a Javadoc comment. | 102 | |
Variable 'shortFrontRayLength' must be private and have accessor methods. | 102 | |
Missing a Javadoc comment. | 103 | |
Variable 'longFrontRayLength' must be private and have accessor methods. | 103 | |
Line is longer than 80 characters. | 112 | |
Parameter bot should be final. | 112 | |
Parameter rayManager should be final. | 112 | |
'rayManager' hides a field. | 112 | |
Parameter newProperties should be final. | 112 | |
Parameter bot should be final. | 127 | |
Parameter rayManager should be final. | 127 | |
'rayManager' hides a field. | 127 | |
Missing a Javadoc comment. | 140 | |
Line is longer than 80 characters. | 142 | |
'8' is a magic number. | 143 | |
'12' is a magic number. | 144 | |
Line is longer than 80 characters. | 146 | |
'166f' is a magic number. | 146 | |
Line is longer than 80 characters. | 147 | |
'166f' is a magic number. | 147 | |
Line is longer than 80 characters. | 148 | |
'166f' is a magic number. | 148 | |
Line is longer than 80 characters. | 149 | |
'166f' is a magic number. | 149 | |
Line is longer than 80 characters. | 150 | |
'3' is a magic number. | 150 | |
'166f' is a magic number. | 150 | |
Line is longer than 80 characters. | 151 | |
'3' is a magic number. | 151 | |
'166f' is a magic number. | 151 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
'3' is a magic number. | 156 | |
Line is longer than 80 characters. | 157 | |
'3' is a magic number. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Method 'flagRaysChanged' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 172 | |
'for' is not followed by whitespace. | 173 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 193 | |
Must have at least one statement. | 195 | |
Line has trailing spaces. | 201 | |
Line is longer than 80 characters. | 203 | |
Expected an @return tag. | 206 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Method length is 383 lines (max allowed is 150). | 206 | |
Line is longer than 80 characters. | 207 | |
Parameter scaledActualVelocity should be final. | 207 | |
Expected @param tag for 'scaledActualVelocity'. | 207 | |
Parameter wantsToGoFaster should be final. | 207 | |
Expected @param tag for 'wantsToGoFaster'. | 207 | |
Parameter wantsToStop should be final. | 207 | |
Expected @param tag for 'wantsToStop'. | 207 | |
Parameter focus should be final. | 207 | |
Expected @param tag for 'focus'. | 207 | |
Line is longer than 80 characters. | 212 | |
',' is not followed by whitespace. | 213 | |
',' is not followed by whitespace. | 213 | |
Line has trailing spaces. | 219 | |
Line is longer than 80 characters. | 220 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 232 | |
Line has trailing spaces. | 241 | |
'if' construct must use '{}'s. | 243 | |
'if' construct must use '{}'s. | 245 | |
'if' construct must use '{}'s. | 247 | |
'if' construct must use '{}'s. | 249 | |
'if' construct must use '{}'s. | 251 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 272 | |
'/' is not preceded with whitespace. | 272 | |
'/' is not followed by whitespace. | 272 | |
'5' is a magic number. | 272 | |
'180' is a magic number. | 274 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 288 | |
'0.5' is a magic number. | 290 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 301 | |
'{' is not followed by whitespace. | 301 | |
Line is longer than 80 characters. | 305 | |
'{' is not followed by whitespace. | 305 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 352 | |
Line is longer than 80 characters. | 355 | |
Line is longer than 80 characters. | 357 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 377 | |
Line is longer than 80 characters. | 380 | |
Line is longer than 80 characters. | 384 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 409 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 423 | |
Line is longer than 80 characters. | 428 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 434 | |
Line is longer than 80 characters. | 437 | |
Line is longer than 80 characters. | 439 | |
'3' is a magic number. | 439 | |
Line is longer than 80 characters. | 440 | |
Line has trailing spaces. | 445 | |
Line has trailing spaces. | 447 | |
Line is longer than 80 characters. | 452 | |
'(' is followed by whitespace. | 452 | |
'/' is not preceded with whitespace. | 452 | |
'/' is not followed by whitespace. | 452 | |
'4' is a magic number. | 452 | |
')' is preceded with whitespace. | 452 | |
'||' should be on a new line. | 452 | |
Line is longer than 80 characters. | 453 | |
'(' is followed by whitespace. | 453 | |
'/' is not preceded with whitespace. | 453 | |
'/' is not followed by whitespace. | 453 | |
Line is longer than 80 characters. | 454 | |
'/' is not preceded with whitespace. | 454 | |
'/' is not followed by whitespace. | 454 | |
'4' is a magic number. | 454 | |
Line is longer than 80 characters. | 455 | |
'/' is not preceded with whitespace. | 455 | |
'/' is not followed by whitespace. | 455 | |
')' is preceded with whitespace. | 455 | |
')' is preceded with whitespace. | 455 | |
'if' construct must use '{}'s. | 456 | |
Line is longer than 80 characters. | 456 | |
'if' construct must use '{}'s. | 458 | |
Line is longer than 80 characters. | 458 | |
'if' construct must use '{}'s. | 459 | |
Line is longer than 80 characters. | 459 | |
'else' construct must use '{}'s. | 460 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 462 | |
Line is longer than 80 characters. | 466 | |
'}' should be on the same line. | 467 | |
Line is longer than 80 characters. | 469 | |
'0.6' is a magic number. | 469 | |
'*' is not preceded with whitespace. | 469 | |
'*' is not followed by whitespace. | 469 | |
'}' should be on the same line. | 470 | |
Line is longer than 80 characters. | 472 | |
'0.3' is a magic number. | 472 | |
'*' is not preceded with whitespace. | 472 | |
'*' is not followed by whitespace. | 472 | |
Line is longer than 80 characters. | 475 | |
'*' is not preceded with whitespace. | 475 | |
'*' is not followed by whitespace. | 475 | |
Line is longer than 80 characters. | 477 | |
'*' is not preceded with whitespace. | 478 | |
'*' is not followed by whitespace. | 478 | |
Line is longer than 80 characters. | 487 | |
'(' is followed by whitespace. | 487 | |
'/' is not preceded with whitespace. | 487 | |
'/' is not followed by whitespace. | 487 | |
'4' is a magic number. | 487 | |
')' is preceded with whitespace. | 487 | |
'||' should be on a new line. | 487 | |
Line is longer than 80 characters. | 488 | |
'(' is followed by whitespace. | 488 | |
'/' is not preceded with whitespace. | 488 | |
'/' is not followed by whitespace. | 488 | |
'||' should be on a new line. | 488 | |
Line is longer than 80 characters. | 489 | |
'/' is not preceded with whitespace. | 489 | |
'/' is not followed by whitespace. | 489 | |
'4' is a magic number. | 489 | |
Line is longer than 80 characters. | 490 | |
'/' is not preceded with whitespace. | 490 | |
'/' is not followed by whitespace. | 490 | |
')' is preceded with whitespace. | 490 | |
')' is preceded with whitespace. | 490 | |
'if' construct must use '{}'s. | 492 | |
Line is longer than 80 characters. | 492 | |
'if' construct must use '{}'s. | 493 | |
Line is longer than 80 characters. | 493 | |
'else' construct must use '{}'s. | 494 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 499 | |
'}' should be on the same line. | 500 | |
Line is longer than 80 characters. | 502 | |
'0.6' is a magic number. | 502 | |
'*' is not preceded with whitespace. | 502 | |
'*' is not followed by whitespace. | 502 | |
'}' should be on the same line. | 503 | |
Line is longer than 80 characters. | 505 | |
'0.3' is a magic number. | 505 | |
'*' is not preceded with whitespace. | 505 | |
'*' is not followed by whitespace. | 505 | |
Line is longer than 80 characters. | 508 | |
'*' is not preceded with whitespace. | 508 | |
'*' is not followed by whitespace. | 508 | |
Line is longer than 80 characters. | 510 | |
'*' is not preceded with whitespace. | 511 | |
'*' is not followed by whitespace. | 511 | |
Line is longer than 80 characters. | 520 | |
Line is longer than 80 characters. | 521 | |
Line is longer than 80 characters. | 523 | |
Line is longer than 80 characters. | 526 | |
'*' is not preceded with whitespace. | 527 | |
'*' is not followed by whitespace. | 527 | |
'0.8' is a magic number. | 527 | |
Line is longer than 80 characters. | 534 | |
Line is longer than 80 characters. | 537 | |
'*' is not preceded with whitespace. | 538 | |
'*' is not followed by whitespace. | 538 | |
'0.8' is a magic number. | 538 | |
Line has trailing spaces. | 543 | |
Line has trailing spaces. | 546 | |
Line is longer than 80 characters. | 552 | |
Line is longer than 80 characters. | 555 | |
'{' is not followed by whitespace. | 555 | |
'if' construct must use '{}'s. | 556 | |
Line is longer than 80 characters. | 556 | |
'+' is not preceded with whitespace. | 556 | |
'+' is not followed by whitespace. | 556 | |
'if' construct must use '{}'s. | 559 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 560 | |
'if' construct must use '{}'s. | 561 | |
'0.5' is a magic number. | 561 | |
'*' is not preceded with whitespace. | 562 | |
'*' is not followed by whitespace. | 562 | |
'0.8' is a magic number. | 562 | |
Line is longer than 80 characters. | 569 | |
'{' is not followed by whitespace. | 569 | |
'if' construct must use '{}'s. | 570 | |
Line is longer than 80 characters. | 570 | |
'+' is not preceded with whitespace. | 570 | |
'+' is not followed by whitespace. | 570 | |
'if' construct must use '{}'s. | 573 | |
Line is longer than 80 characters. | 573 | |
Line is longer than 80 characters. | 574 | |
'if' construct must use '{}'s. | 575 | |
'0.5' is a magic number. | 575 | |
'*' is not preceded with whitespace. | 576 | |
'*' is not followed by whitespace. | 576 | |
'0.8' is a magic number. | 576 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 579 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 591 | |
Parameter newProperties should be final. | 592 | |
Line is longer than 80 characters. | 593 | |
'cast' is not followed by whitespace. | 593 | |
Line is longer than 80 characters. | 594 | |
'cast' is not followed by whitespace. | 594 | |
Line is longer than 80 characters. | 595 | |
'cast' is not followed by whitespace. | 595 | |
Line is longer than 80 characters. | 596 | |
'cast' is not followed by whitespace. | 596 | |
Line is longer than 80 characters. | 597 | |
'cast' is not followed by whitespace. | 597 | |
Line is longer than 80 characters. | 598 | |
'cast' is not followed by whitespace. | 598 | |
Line is longer than 80 characters. | 599 | |
'cast' is not followed by whitespace. | 599 | |
Line is longer than 80 characters. | 600 | |
'cast' is not followed by whitespace. | 600 | |
Line is longer than 80 characters. | 601 | |
'cast' is not followed by whitespace. | 601 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 604 | |
Missing a Javadoc comment. | 604 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 11 | |
Variable 'distance' must be private and have accessor methods. | 12 | |
Missing a Javadoc comment. | 14 | |
Variable 'forceValue' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 17 | |
Variable 'continues' must be private and have accessor methods. | 18 | |
Line has trailing spaces. | 20 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Name 'XMLForce_packet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 12 | |
Missing a Javadoc comment. | 14 | |
Variable 'forces' must be private and have accessor methods. | 15 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 15 | |
Variable 'leaderForce' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 18 | |
Variable 'leaderName' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 21 | |
Variable 'distance' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 24 | |
Variable 'forceDistance' must be private and have accessor methods. | 25 | |
Missing a Javadoc comment. | 27 | |
Variable 'myLFtype' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 30 | |
Variable 'deceleration' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Variable 'angle' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Variable 'velocityMemory' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 39 | |
Variable 'sizeOfMemory' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 42 | |
Variable 'circumvention' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 45 | |
Variable 'active' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 48 | |
Variable 'weight' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'behavior' must be private and have accessor methods. | 52 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'repulsiveForce' must be private and have accessor methods. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'forceOrder' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'frontCollisions' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'treeCollisions' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'active' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Variable 'weight' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'behavior' must be private and have accessor methods. | 33 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'repulsiveForce' must be private and have accessor methods. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'distance' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'xTargetLocation' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'yTargetLocation' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'zTargetLocation' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Variable 'regulatingForce' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'projection' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'active' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 38 | |
Variable 'weight' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 41 | |
Variable 'behavior' must be private and have accessor methods. | 42 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'repulsiveForce' must be private and have accessor methods. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'distance' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'circumvention' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'deceleration' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'acceleration' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Variable 'projection' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'active' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'weight' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 38 | |
Variable 'behavior' must be private and have accessor methods. | 39 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 15 | |
Variable 'targets' must be private and have accessor methods. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'active' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 21 | |
Variable 'weight' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 24 | |
Variable 'behavior' must be private and have accessor methods. | 25 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'attractiveForce' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 17 | |
Variable 'targetType' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'xTargetLocation' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'yTargetLocation' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'zTargetLocation' must be private and have accessor methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'active' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'weight' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'behavior' must be private and have accessor methods. | 36 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Name 'XMLTarget_packet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
Missing a Javadoc comment. | 13 | |
Variable 'xTargetLocation' must be private and have accessor methods. | 14 | |
Missing a Javadoc comment. | 16 | |
Variable 'yTargetLocation' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 19 | |
Variable 'zTargetLocation' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 22 | |
Name 'force_packet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Variable 'force_packet' must be private and have accessor methods. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'attractiveForce' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 17 | |
Variable 'partnerName' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'xTargetLocation' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'yTargetLocation' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'zTargetLocation' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Variable 'distance' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'giveWayToPartner' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'waitForPartner' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 38 | |
Variable 'active' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 41 | |
Variable 'weight' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'behavior' must be private and have accessor methods. | 45 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'XMLSteeringProperties' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 14 | |
Variable 'wallForce' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 17 | |
Variable 'forceOrder' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'attractiveForceWeight' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Variable 'repulsiveForceWeight' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'convexEdgesForceWeight' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Variable 'concaveEdgesForceWeight' must be private and have accessor methods. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'justMySide' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'specialDetection' must be private and have accessor methods. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Variable 'frontCollisions' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 44 | |
Variable 'active' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 47 | |
Variable 'weight' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 | |
Variable 'behavior' must be private and have accessor methods. | 51 |