The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 5 | Error |
NewlineAtEndOfFile | 9 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 178 | Error |
JavadocMethod | 481 | Error |
JavadocType | 3 | Error |
JavadocVariable | 232 | Error |
JavadocStyle | 18 | Error |
ConstantName | 11 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 12 | Error |
MemberName | 6 | Error |
MethodName | 26 | Error |
PackageName | 45 | Error |
ParameterName | 7 | Error |
StaticVariableName | 17 | Error |
TypeName | 5 | Error |
AvoidStarImport | 2 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
LineLength | 999 | Error |
MethodLength | 4 | Error |
ParameterNumber | 2 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 3 | Error |
OperatorWrap | 3 | Error |
ParenPad | 38 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 250 | Error |
WhitespaceAround | 530 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 4 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
LeftCurly | 29 | Error |
NeedBraces | 182 | Error |
RightCurly | 7 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 114 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 203 | Error |
MissingSwitchDefault | 4 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 274 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 157 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 405 | Error |
TodoComment | 12 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Line has trailing spaces. | 12 |
Violation | Message | Line |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
'{' 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. | 9 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Parameter mn should be final. | 12 | |
Parameter mx should be final. | 12 | |
Method 'in' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter x should be final. | 17 | |
Method 'in' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter x should be final. | 20 | |
',' is not followed by whitespace. | 20 | |
Parameter tolerance should be final. | 20 | |
'+' is not preceded with whitespace. | 21 | |
'+' is not followed by whitespace. | 21 | |
'-' is not preceded with whitespace. | 21 | |
'-' is not followed by whitespace. | 21 | |
Method 'avg' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 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 | |
Expected @param tag for 'file'. | 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 |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 11 | |
'{' is not preceded with whitespace. | 20 | |
Missing a Javadoc comment. | 22 | |
Variable 'animationEngine' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 23 | |
Name 'KPaceTreshold' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 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 | |
',' is not followed by whitespace. | 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 | |
',' is not followed by whitespace. | 32 | |
First sentence should end with a period. | 37 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Method 'moveTheBot' is not designed for extension - needs to be abstract, final or empty. | 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 | |
'3' is a magic number. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 66 | |
'0.01' is a magic number. | 67 | |
'<' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 68 | |
'if' is not followed by whitespace. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line has trailing spaces. | 77 | |
'if' is not followed by whitespace. | 78 | |
'{' should be on the previous line. | 79 | |
Comment matches to-do format 'TODO:'. | 81 | |
Line is longer than 80 characters. | 81 | |
'else' is not preceded with whitespace. | 81 | |
'}' is not followed by whitespace. | 81 | |
'if' is not followed by whitespace. | 81 | |
'*' is not followed by whitespace. | 81 | |
'100' is a magic number. | 81 | |
'else' is not preceded with whitespace. | 84 | |
'}' is not followed by whitespace. | 84 | |
'{' should be on the previous line. | 85 | |
'3' is a magic number. | 86 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 103 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 109 | |
'if' is not followed by whitespace. | 111 | |
'{' should be on the previous line. | 112 | |
switch without "default" clause. | 113 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 120 | |
'0.3' is a magic number. | 121 | |
'if' construct must use '{}'s. | 123 | |
'if' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 126 | |
Comment matches to-do format 'TODO:'. | 129 | |
Line has trailing spaces. | 129 | |
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 has trailing spaces. | 140 | |
'0.9' is a magic number. | 141 | |
'if' construct must use '{}'s. | 143 | |
Line has trailing spaces. | 143 | |
'if' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 148 | |
Comment matches to-do format 'TODO:'. | 149 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 152 | |
Line has trailing spaces. | 153 | |
'else' is not preceded with whitespace. | 156 | |
'}' is not followed by whitespace. | 156 | |
'{' should be on the previous line. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 167 | |
Method 'setFocusSpecific' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Line is longer than 80 characters. | 172 | |
Parameter steeringType should be final. | 172 | |
Parameter wantsToStop should be final. | 172 | |
Parameter newFocus should be final. | 172 | |
Parameter focusLoc should be final. | 172 | |
'if' is not followed by whitespace. | 173 | |
'{' should be on the previous line. | 174 | |
Line is longer than 80 characters. | 177 | |
Method 'setVelocitySpecific' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Line is longer than 80 characters. | 181 | |
Parameter steering should be final. | 181 | |
Parameter wantsToGoFaster should be final. | 181 | |
Parameter wantsToStop should be final. | 181 | |
Parameter newFocus should be final. | 181 | |
'if' is not followed by whitespace. | 182 | |
'{' is not preceded with whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
'cast' is not followed by whitespace. | 183 | |
'else' is not preceded with whitespace. | 184 | |
'}' is not followed by whitespace. | 184 | |
'else' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
Line has trailing spaces. | 188 | |
Line has trailing spaces. | 189 |
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 |
---|---|---|
Name 'SocialSteeringsBeta' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Unused import - SteeringStuff.ISteering. | 4 | |
Missing a Javadoc comment. | 19 | |
Variable 'botself' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 20 | |
Variable 'properties' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Name 'KDefaultAttraction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
Missing a Javadoc comment. | 22 | |
Name 'K90deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
Missing a Javadoc comment. | 23 | |
Name 'K360deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
Missing a Javadoc comment. | 24 | |
Name 'K180deg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
Missing a Javadoc comment. | 25 | |
Name 'KMinimalDistance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
Missing a Javadoc comment. | 26 | |
Name 'KTowards' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
Missing a Javadoc comment. | 28 | |
Parameter botself should be final. | 28 | |
'botself' hides a field. | 28 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line is longer than 80 characters. | 34 | |
Parameter scaledActualVelocity should be final. | 34 | |
Parameter wantsToGoFaster should be final. | 34 | |
Parameter wantsToStop should be final. | 34 | |
Parameter focus should be final. | 34 | |
Line is longer than 80 characters. | 38 | |
'}' is not followed by whitespace. | 41 | |
'if' is not followed by whitespace. | 44 | |
'!=' is not followed by whitespace. | 44 | |
'{' should be on the previous line. | 45 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
',' is not followed by whitespace. | 54 | |
'if' is not followed by whitespace. | 57 | |
Line has trailing spaces. | 58 | |
'{' should be on the previous line. | 58 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 63 | |
'/' is not preceded with whitespace. | 66 | |
'/' is not followed by whitespace. | 66 | |
'100' is a magic number. | 66 | |
'if' is not followed by whitespace. | 67 | |
'{' should be on the previous line. | 68 | |
',' is not followed by whitespace. | 70 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
';' is preceded with whitespace. | 73 | |
';' is not followed by whitespace. | 73 | |
Comment matches to-do format 'TODO:'. | 79 | |
Line is longer than 80 characters. | 79 | |
Comment matches to-do format 'TODO:'. | 82 | |
';' is not followed by whitespace. | 83 | |
Line has trailing spaces. | 84 | |
Line is longer than 80 characters. | 85 | |
'1.1' is a magic number. | 85 | |
Line is longer than 80 characters. | 86 | |
'1.1' is a magic number. | 86 | |
Comment matches to-do format 'TODO:'. | 87 | |
Line is longer than 80 characters. | 87 | |
'cast' is not followed by whitespace. | 90 | |
'cast' is not followed by whitespace. | 93 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter newProperties should be final. | 102 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 113 | |
Comment matches to-do format 'TODO:'. | 122 | |
Line is longer than 80 characters. | 122 | |
Comment matches to-do format 'TODO:'. | 123 | |
Comment matches to-do format 'TODO:'. | 124 | |
Expected an @return tag. | 125 | |
Line is longer than 80 characters. | 125 | |
Method length is 307 lines (max allowed is 150). | 125 | |
Name 'WhereToGo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
Parameter me should be final. | 125 | |
Expected @param tag for 'me'. | 125 | |
Parameter propers should be final. | 125 | |
Expected @param tag for 'propers'. | 125 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 135 | |
Name 'S1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
Name 'S2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
';' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 195 | |
'}' is not followed by whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Avoid inline conditionals. | 198 | |
Avoid inline conditionals. | 199 | |
'}' is not followed by whitespace. | 210 | |
Name 'S3max1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
Name 'S3min1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
Name 'S3max2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
Name 'S3min2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
'if' construct must use '{}'s. | 222 | |
'if' construct must use '{}'s. | 223 | |
'if' construct must use '{}'s. | 225 | |
'if' construct must use '{}'s. | 226 | |
';' is not followed by whitespace. | 226 | |
Line is longer than 80 characters. | 228 | |
'if' construct must use '{}'s. | 234 | |
'if' construct must use '{}'s. | 235 | |
'if' construct must use '{}'s. | 238 | |
'if' construct must use '{}'s. | 239 | |
'if' construct must use '{}'s. | 242 | |
'if' construct must use '{}'s. | 243 | |
'if' construct must use '{}'s. | 246 | |
'if' construct must use '{}'s. | 247 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 252 | |
'if' construct must use '{}'s. | 263 | |
'if' construct must use '{}'s. | 264 | |
'if' construct must use '{}'s. | 267 | |
'if' construct must use '{}'s. | 268 | |
'if' construct must use '{}'s. | 271 | |
'if' construct must use '{}'s. | 272 | |
'if' construct must use '{}'s. | 275 | |
'if' construct must use '{}'s. | 276 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 289 | |
'}' is not followed by whitespace. | 290 | |
'if' construct must use '{}'s. | 298 | |
'if' construct must use '{}'s. | 299 | |
'if' construct must use '{}'s. | 302 | |
'if' construct must use '{}'s. | 303 | |
'if' construct must use '{}'s. | 306 | |
'if' construct must use '{}'s. | 307 | |
'if' construct must use '{}'s. | 310 | |
'if' construct must use '{}'s. | 311 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 324 | |
'}' is not followed by whitespace. | 325 | |
'if' construct must use '{}'s. | 333 | |
'if' construct must use '{}'s. | 334 | |
'if' construct must use '{}'s. | 337 | |
'if' construct must use '{}'s. | 338 | |
'if' construct must use '{}'s. | 341 | |
'if' construct must use '{}'s. | 342 | |
'if' construct must use '{}'s. | 345 | |
'if' construct must use '{}'s. | 346 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 359 | |
'}' is not followed by whitespace. | 360 | |
'if' construct must use '{}'s. | 368 | |
'if' construct must use '{}'s. | 369 | |
'if' construct must use '{}'s. | 372 | |
'if' construct must use '{}'s. | 373 | |
'if' construct must use '{}'s. | 376 | |
'if' construct must use '{}'s. | 377 | |
'if' construct must use '{}'s. | 380 | |
'if' construct must use '{}'s. | 381 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 394 | |
'}' is not followed by whitespace. | 395 | |
'8' is a magic number. | 402 | |
',' is not followed by whitespace. | 407 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 414 | |
'}' is not followed by whitespace. | 415 | |
Line is longer than 80 characters. | 417 | |
Line is longer than 80 characters. | 418 | |
Line is longer than 80 characters. | 420 | |
';' is not followed by whitespace. | 420 | |
Line is longer than 80 characters. | 426 | |
First sentence should end with a period. | 433 | |
Expected an @return tag. | 436 | |
Line is longer than 80 characters. | 436 | |
Parameter point should be final. | 436 | |
Expected @param tag for 'point'. | 436 | |
Parameter fst should be final. | 436 | |
Expected @param tag for 'fst'. | 436 | |
Parameter snd should be final. | 436 | |
Expected @param tag for 'snd'. | 436 | |
Parameter props should be final. | 436 | |
Expected @param tag for 'props'. | 436 | |
Parameter tolerance should be final. | 436 | |
Expected @param tag for 'tolerance'. | 436 | |
Line is longer than 80 characters. | 438 | |
Line is longer than 80 characters. | 442 | |
'-2' is a magic number. | 442 | |
'180' is a magic number. | 442 | |
'5' is a magic number. | 443 | |
Must have at least one statement. | 445 | |
Line is longer than 80 characters. | 446 | |
Expected an @return tag. | 463 | |
Line is longer than 80 characters. | 463 | |
Parameter edgePoints should be final. | 463 | |
Expected @param tag for 'edgePoints'. | 463 | |
Parameter me should be final. | 463 | |
Expected @param tag for 'me'. | 463 | |
',' is not followed by whitespace. | 463 | |
Parameter props should be final. | 463 | |
Expected @param tag for 'props'. | 463 | |
Comment matches to-do format 'TODO:'. | 465 | |
Line is longer than 80 characters. | 465 | |
',' is not followed by whitespace. | 466 | |
',' is not followed by whitespace. | 466 | |
',' is not followed by whitespace. | 467 | |
',' is not followed by whitespace. | 467 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 471 | |
',' is not followed by whitespace. | 471 | |
'for' is not followed by whitespace. | 473 | |
'{' should be on the previous line. | 474 | |
'if' construct must use '{}'s. | 475 | |
'if' is not followed by whitespace. | 475 | |
Line is longer than 80 characters. | 476 | |
'if' is not followed by whitespace. | 477 | |
'{' should be on the previous line. | 478 | |
'else' is not preceded with whitespace. | 481 | |
'}' is not followed by whitespace. | 481 | |
'{' should be on the previous line. | 482 | |
Line has trailing spaces. | 486 | |
Name 'Lsuit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 | |
Line is longer than 80 characters. | 491 | |
Line is longer than 80 characters. | 494 | |
Name 'Rsuit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
Line is longer than 80 characters. | 503 | |
Line is longer than 80 characters. | 506 | |
Line has trailing spaces. | 511 | |
Line is longer than 80 characters. | 514 | |
'if' is not followed by whitespace. | 514 | |
')' is preceded with whitespace. | 514 | |
'}' should be on the same line. | 517 | |
Line is longer than 80 characters. | 518 | |
'if' is not followed by whitespace. | 518 | |
'!' is followed by whitespace. | 518 | |
')' is preceded with whitespace. | 518 | |
Line has trailing spaces. | 522 | |
'if' construct must use '{}'s. | 527 | |
'if' is not followed by whitespace. | 534 | |
'{' should be on the previous line. | 535 | |
Line is longer than 80 characters. | 538 | |
Comment matches to-do format 'TODO:'. | 543 | |
First sentence should end with a period. | 547 | |
Unused @param tag for 'treshhold'. | 549 | |
Expected an @return tag. | 551 | |
Line is longer than 80 characters. | 551 | |
Parameter botself should be final. | 551 | |
'botself' hides a field. | 551 | |
Expected @param tag for 'botself'. | 551 | |
Parameter other should be final. | 551 | |
Expected @param tag for 'other'. | 551 | |
Parameter trashhold should be final. | 551 | |
Expected @param tag for 'trashhold'. | 551 | |
Avoid inline conditionals. | 552 | |
':' is not preceded with whitespace. | 552 | |
Line is longer than 80 characters. | 555 | |
',' is not followed by whitespace. | 556 | |
',' is not followed by whitespace. | 556 | |
'if' is not followed by whitespace. | 557 | |
'{' should be on the previous line. | 558 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 560 | |
'/' is not preceded with whitespace. | 562 | |
'/' is not followed by whitespace. | 562 | |
Line is longer than 80 characters. | 565 | |
'+' is not followed by whitespace. | 565 | |
'if' is not followed by whitespace. | 569 | |
'{' should be on the previous line. | 570 | |
Line is longer than 80 characters. | 571 | |
Line is longer than 80 characters. | 572 | |
'/' is not preceded with whitespace. | 574 | |
'/' is not followed by whitespace. | 574 | |
Line is longer than 80 characters. | 577 | |
'+' is not followed by whitespace. | 577 | |
Line is longer than 80 characters. | 584 | |
Missing a Javadoc comment. | 592 | |
Line has trailing spaces. | 594 | |
'100' is a magic number. | 606 | |
'100' is a magic number. | 616 | |
Line has trailing spaces. | 624 | |
Method 'runSocial' is not designed for extension - needs to be abstract, final or empty. | 628 | |
Line is longer than 80 characters. | 629 | |
Parameter scaledActualVelocity should be final. | 629 | |
Parameter wantsToGoFaster should be final. | 629 | |
Parameter wantsToStop should be final. | 629 | |
Parameter focus should be final. | 629 | |
Line is longer than 80 characters. | 630 | |
'cast' is not followed by whitespace. | 630 |
Violation | Message | Line |
---|---|---|
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. | 16 | |
Variable 'angle' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 18 | |
Variable 'fst' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 19 | |
Variable 'snd' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 21 | |
Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'getFstDistance' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'getSndDistance' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'SetAngle' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Name 'SetAngle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Parameter angle should be final. | 37 | |
'angle' hides a field. | 37 | |
Method 'SetFstDistance' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Name 'SetFstDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Parameter fstDistance should be final. | 41 | |
'fstDistance' hides a field. | 41 | |
Method 'SetSndDistance' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'SetSndDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Parameter sndDistance should be final. | 45 | |
'sndDistance' hides a field. | 45 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Method 'getFstBot' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'getSndBot' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Method 'setBasicProperties' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter bln should be final. | 64 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter sp should be final. | 69 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 82 | |
Variable 'headingType' must be private and have accessor methods. | 82 | |
Missing a Javadoc comment. | 83 | |
Variable 'headingValue' must be private and have accessor methods. | 83 | |
Method 'getHeadingType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Method 'setHeadingType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter headingType should be final. | 89 | |
'headingType' hides a field. | 89 | |
Method 'getHeadingValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Method 'setHeadingValue' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter headingValue should be final. | 97 | |
'headingValue' hides a field. | 97 | |
Method 'SetOtherAgents' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Name 'SetOtherAgents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
Parameter fst should be final. | 103 | |
'fst' hides a field. | 103 | |
Parameter snd should be final. | 103 | |
'snd' hides a field. | 103 | |
Parameter behaviorType should be final. | 109 | |
Line has trailing spaces. | 113 |
Violation | Message | Line |
---|---|---|
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 |
---|---|---|
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 | |
Line is longer than 80 characters. | 42 | |
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. | 67 | |
Parameter repulsiveForce should be final. | 67 | |
'repulsiveForce' hides a field. | 67 | |
Expected @param tag for 'repulsiveForce'. | 67 | |
Parameter orderOfTheForce should be final. | 67 | |
Expected @param tag for 'orderOfTheForce'. | 67 | |
Parameter frontCollisions should be final. | 67 | |
'frontCollisions' hides a field. | 67 | |
Expected @param tag for 'frontCollisions'. | 67 | |
Parameter treeCollisions should be final. | 67 | |
'treeCollisions' hides a field. | 67 | |
Expected @param tag for 'treeCollisions'. | 67 | |
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 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter repulsiveForce should be final. | 89 | |
'repulsiveForce' hides a field. | 89 | |
Method 'getForceOrder' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Method 'setForceOrder' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter orderOfTheForce should be final. | 97 | |
Method 'isFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Method 'setFrontCollisions' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter frontCollisions should be final. | 105 | |
'frontCollisions' hides a field. | 105 | |
Method 'isTreeCollisions' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Method 'setTreeCollisions' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter treeCollisions should be final. | 113 | |
'treeCollisions' hides a field. | 113 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Parameter newProperties should be final. | 128 | |
Line is longer than 80 characters. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
'cast' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
'cast' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
'cast' is not followed by whitespace. | 132 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Line is longer than 80 characters. | 136 |
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 is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter repulsiveForce should be final. | 86 | |
'repulsiveForce' hides a field. | 86 | |
Parameter distanceFromThePath should be final. | 86 | |
Parameter path should be final. | 86 | |
'path' hides a field. | 86 | |
Parameter targetLocation should be final. | 86 | |
'targetLocation' hides a field. | 86 | |
Parameter regulatingForce should be final. | 86 | |
'regulatingForce' hides a field. | 86 | |
Parameter projection should be final. | 86 | |
'projection' hides a field. | 86 | |
Method 'setNewBehaviorType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter behaviorType should be final. | 96 | |
'5' is a magic number. | 99 | |
'50' is a magic number. | 101 | |
'5' is a magic number. | 102 | |
Line has trailing spaces. | 103 | |
Method 'getRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'setRepulsiveForce' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter orderOfTheForce should be final. | 111 | |
Method 'getDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setDistanceFromThePath' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter distanceFromThePath should be final. | 120 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter path should be final. | 128 | |
'path' hides a field. | 128 | |
Method 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter targetLocation should be final. | 136 | |
'targetLocation' hides a field. | 136 | |
Method 'getRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'setRegulatingForce' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter regulatingForce should be final. | 144 | |
'regulatingForce' hides a field. | 144 | |
Method 'getProjection' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Method 'setProjection' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter projection should be final. | 152 | |
'projection' hides a field. | 152 | |
Method 'getSpecialText' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter newProperties should be final. | 168 | |
Line is longer than 80 characters. | 169 | |
'cast' is not followed by whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
'cast' is not followed by whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
'cast' is not followed by whitespace. | 171 | |
'cast' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 173 | |
'cast' is not followed by whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
'cast' is not followed by whitespace. | 174 | |
Method 'getXMLProperties' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 |
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 |
---|---|---|
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. | 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 |
---|---|---|
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 |
---|---|---|
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 | |
Line is longer than 80 characters. | 15 | |
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 | |
Redundant 'public' modifier. | 22 | |
Line is longer than 80 characters. | 25 | |
Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
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 | |
Expected an @return tag. | 61 | |
Line is longer than 80 characters. | 61 | |
Method 'getMyFutureRays' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter type should be final. | 61 | |
Expected @param tag for 'type'. | 61 | |
Expected an @return tag. | 66 | |
Method 'raysAreReady' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 76 | |
'for' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
'for' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 88 |
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. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Using the '.*' form of import should be avoided - SteeringProperties.*. | 20 | |
Using the '.*' form of import should be avoided - Steerings.*. | 21 | |
Line is longer than 80 characters. | 23 | |
Variable 'botself' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 34 | |
Variable 'locomotion' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'rayManager' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
',' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 37 | |
',' is not followed by whitespace. | 37 | |
Variable 'steeringWeights' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 38 | |
',' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'myNextVelocity' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'multiplier' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
'*' is not preceded with whitespace. | 50 | |
'*' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 51 | |
';' is not followed by whitespace. | 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. | 55 | |
Line is longer than 80 characters. | 57 | |
Variable 'drawRaycasting' must be private and have accessor methods. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 63 | |
Name 'WAPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'Thomas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Variable 'Thomas' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Name 'WA_debugg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 72 | |
Parameter event should be final. | 74 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 87 | |
Parameter bot should be final. | 87 | |
Parameter raycasting should be final. | 87 | |
Parameter locomotion should be final. | 87 | |
'locomotion' hides a field. | 87 | |
',' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 110 | |
Parameter bot should be final. | 110 | |
Parameter raycasting should be final. | 110 | |
Parameter locomotion should be final. | 110 | |
'locomotion' hides a field. | 110 | |
Parameter multiplier should be final. | 110 | |
'multiplier' hides a field. | 110 | |
',' is not followed by whitespace. | 116 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
'cast' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 134 | |
Method 'addSteering' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter type should be final. | 135 | |
Expected @param tag for 'type'. | 135 | |
Line is longer than 80 characters. | 139 | |
Method 'addSteering' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter type should be final. | 140 | |
Expected @param tag for 'type'. | 140 | |
Parameter weight should be final. | 140 | |
Expected @param tag for 'weight'. | 140 | |
switch without "default" clause. | 141 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 152 | |
Must have at least one statement. | 152 | |
Line has trailing spaces. | 153 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 174 | |
Expected an @return tag. | 175 | |
Method 'hasSteering' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Parameter type should be final. | 175 | |
Expected @param tag for 'type'. | 175 | |
Method 'removeSteering' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Parameter type should be final. | 180 | |
Expected @param tag for 'type'. | 180 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 189 | |
Method 'setSteeringProperties' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter type should be final. | 189 | |
Expected @param tag for 'type'. | 189 | |
Parameter newProperties should be final. | 189 | |
Expected @param tag for 'newProperties'. | 189 | |
'if' construct must use '{}'s. | 191 | |
'!=' is not preceded with whitespace. | 191 | |
'!=' is not followed by whitespace. | 191 | |
Line has trailing spaces. | 193 | |
Line is longer than 80 characters. | 195 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 198 | |
'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 | |
'+' is not preceded with whitespace. | 203 | |
'+' is not followed by whitespace. | 203 | |
'+' is not preceded with whitespace. | 203 | |
'+' is not followed by whitespace. | 203 | |
Line has trailing spaces. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
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 | |
'if' construct must use '{}'s. | 214 | |
'<' is not followed by whitespace. | 214 | |
'if' construct must use '{}'s. | 216 | |
'if' construct must use '{}'s. | 218 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 226 | |
Line has trailing spaces. | 227 | |
Line has trailing spaces. | 229 | |
',' is not followed by whitespace. | 233 | |
',' is not followed by whitespace. | 233 | |
Line has trailing spaces. | 234 | |
'for' is not followed by whitespace. | 235 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 239 | |
',' is not followed by whitespace. | 239 | |
',' is not followed by whitespace. | 239 | |
',' is not followed by whitespace. | 239 | |
Line is longer than 80 characters. | 240 | |
'if' construct must use '{}'s. | 246 | |
'if' construct must use '{}'s. | 249 | |
Line is longer than 80 characters. | 249 | |
'/' is not preceded with whitespace. | 249 | |
'/' is not followed by whitespace. | 249 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
'>' is not preceded with whitespace. | 253 | |
'>' is not followed by whitespace. | 253 | |
Comment matches to-do format 'TODO:'. | 254 | |
Line is longer than 80 characters. | 254 | |
'cast' is not followed by whitespace. | 256 | |
'if' construct must use '{}'s. | 258 | |
Line is longer than 80 characters. | 258 | |
'if' construct must use '{}'s. | 261 | |
Line is longer than 80 characters. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'if' construct must use '{}'s. | 264 | |
Line is longer than 80 characters. | 264 | |
'+' is not preceded with whitespace. | 264 | |
'+' is not followed by whitespace. | 264 | |
'+' is not preceded with whitespace. | 264 | |
'+' is not followed by whitespace. | 264 | |
'+' is not preceded with whitespace. | 264 | |
'+' is not followed by whitespace. | 264 | |
'/' is not preceded with whitespace. | 266 | |
'/' is not followed by whitespace. | 266 | |
'if' construct must use '{}'s. | 268 | |
Line is longer than 80 characters. | 268 | |
'+' is not preceded with whitespace. | 268 | |
'+' is not followed by whitespace. | 268 | |
Line has trailing spaces. | 273 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 276 | |
Method 'moveTheBot' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Parameter nextVelocity should be final. | 276 | |
Expected @param tag for 'nextVelocity'. | 276 | |
Parameter everyoneWantsToGoFaster should be final. | 276 | |
Expected @param tag for 'everyoneWantsToGoFaster'. | 276 | |
Parameter focusLocation should be final. | 276 | |
Expected @param tag for 'focusLocation'. | 276 | |
Line is longer than 80 characters. | 278 | |
'if' construct must use '{}'s. | 280 | |
Line is longer than 80 characters. | 280 | |
'+' is not preceded with whitespace. | 280 | |
'+' is not followed by whitespace. | 280 | |
'+' is not preceded with whitespace. | 280 | |
'+' is not followed by whitespace. | 280 | |
'+' is not preceded with whitespace. | 280 | |
'+' is not followed by whitespace. | 280 | |
'/' is not preceded with whitespace. | 280 | |
'/' is not followed by whitespace. | 280 | |
Line is longer than 80 characters. | 282 | |
',' is not followed by whitespace. | 283 | |
',' is not followed by whitespace. | 283 | |
'if' construct must use '{}'s. | 286 | |
Line is longer than 80 characters. | 286 | |
'+' is not preceded with whitespace. | 286 | |
'+' is not followed by whitespace. | 286 | |
'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 | |
'if' construct must use '{}'s. | 292 | |
Line is longer than 80 characters. | 292 | |
Line has trailing spaces. | 293 | |
',' is not followed by whitespace. | 294 | |
',' is not followed by whitespace. | 294 | |
Line is longer than 80 characters. | 298 | |
'0.8' is a magic number. | 298 | |
'*' is not preceded with whitespace. | 298 | |
'*' is not followed by whitespace. | 298 | |
'if' construct must use '{}'s. | 299 | |
Line is longer than 80 characters. | 299 | |
'0.8' is a magic number. | 300 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 307 | |
'2.5' is a magic number. | 308 | |
'if' construct must use '{}'s. | 310 | |
Line is longer than 80 characters. | 310 | |
'if' construct must use '{}'s. | 311 | |
'20.5' is a magic number. | 312 | |
'20.5' is a magic number. | 313 | |
'2.5' is a magic number. | 315 | |
'/' is not preceded with whitespace. | 316 | |
'/' is not followed by whitespace. | 316 | |
'18' is a magic number. | 316 | |
'0.8' is a magic number. | 317 | |
'+' is not preceded with whitespace. | 317 | |
'+' is not followed by whitespace. | 317 | |
'if' construct must use '{}'s. | 320 | |
Line is longer than 80 characters. | 320 | |
'if' construct must use '{}'s. | 321 | |
'0.8' is a magic number. | 322 | |
'0.85' is a magic number. | 323 | |
'0.1' is a magic number. | 323 | |
'*' is not preceded with whitespace. | 323 | |
'*' is not followed by whitespace. | 323 | |
'10' is a magic number. | 323 | |
'*' is not preceded with whitespace. | 323 | |
'*' is not followed by whitespace. | 323 | |
'0.8' is a magic number. | 323 | |
'*' is not preceded with whitespace. | 325 | |
'*' is not followed by whitespace. | 325 | |
'0.75' is a magic number. | 325 | |
'0.25' is a magic number. | 325 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 333 | |
'if' construct must use '{}'s. | 334 | |
Line is longer than 80 characters. | 334 | |
'+' is not preceded with whitespace. | 334 | |
'+' is not followed by whitespace. | 334 | |
'+' is not preceded with whitespace. | 334 | |
'+' is not followed by whitespace. | 334 | |
'+' is not preceded with whitespace. | 334 | |
'+' is not followed by whitespace. | 334 | |
'/' is not preceded with whitespace. | 334 | |
'/' is not followed by whitespace. | 334 | |
Line has trailing spaces. | 335 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 342 | |
Name 'WAsteering' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
'cast' is not followed by whitespace. | 342 | |
',' is not followed by whitespace. | 345 | |
',' is not followed by whitespace. | 345 | |
',' is not followed by whitespace. | 349 | |
',' is not followed by whitespace. | 349 | |
Expected an @return tag. | 355 | |
Parameter focusLoc should be final. | 355 | |
Expected @param tag for 'focusLoc'. | 355 | |
Parameter newFocus should be final. | 355 | |
Expected @param tag for 'newFocus'. | 355 | |
'if' construct must use '{}'s. | 356 | |
',' is not followed by whitespace. | 356 | |
',' is not followed by whitespace. | 356 | |
'if' construct must use '{}'s. | 357 | |
',' is not followed by whitespace. | 357 | |
',' is not followed by whitespace. | 357 | |
Line is longer than 80 characters. | 358 | |
Expected an @return tag. | 363 | |
'if' construct must use '{}'s. | 366 | |
Line is longer than 80 characters. | 367 | |
'500' is a magic number. | 367 | |
'*' is not preceded with whitespace. | 367 | |
'*' is not followed by whitespace. | 367 | |
'500' is a magic number. | 367 | |
'*' is not preceded with whitespace. | 367 | |
'*' is not followed by whitespace. | 367 | |
Expected an @return tag. | 371 | |
',' is not followed by whitespace. | 373 | |
'360' is a magic number. | 373 | |
'-' is not preceded with whitespace. | 373 | |
'-' is not followed by whitespace. | 373 | |
'180' is a magic number. | 373 | |
',' is not followed by whitespace. | 373 | |
First sentence should end with a period. | 376 | |
Expected an @return tag. | 381 | |
Parameter angle should be final. | 381 | |
Expected @param tag for 'angle'. | 381 | |
'{' is not preceded with whitespace. | 381 | |
'*' is not preceded with whitespace. | 382 | |
'*' is not followed by whitespace. | 382 | |
'65535' is a magic number. | 382 | |
'/' is not preceded with whitespace. | 382 | |
'/' is not followed by whitespace. | 382 | |
'360' is a magic number. | 382 | |
Expected an @return tag. | 386 | |
Method 'getSteeringForces' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Expected an @return tag. | 391 | |
Method 'getMyActualVelocity' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Expected an @return tag. | 396 | |
Method 'getMyNextVelocity' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Expected an @return tag. | 401 | |
Method 'isDrawRaycasting' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Method 'setDrawRaycasting' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Parameter drawRaycasting should be final. | 406 | |
'drawRaycasting' hides a field. | 406 | |
Expected @param tag for 'drawRaycasting'. | 406 | |
Line is longer than 80 characters. | 410 | |
Method 'setCanEnlargeVelocity' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Parameter canEnlargeVelocity should be final. | 411 | |
'canEnlargeVelocity' hides a field. | 411 | |
Expected @param tag for 'canEnlargeVelocity'. | 411 | |
Line is longer than 80 characters. | 415 | |
Expected an @return tag. | 416 | |
Method 'isCanEnlargeVelocity' is not designed for extension - needs to be abstract, final or empty. | 416 | |
Line has trailing spaces. | 419 | |
Line is longer than 80 characters. | 420 | |
Line is longer than 80 characters. | 421 | |
Method 'setMultiplier' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Parameter multiplier should be final. | 423 | |
'multiplier' hides a field. | 423 | |
Expected @param tag for 'multiplier'. | 423 | |
Method 'setLastVeloWeight' is not designed for extension - needs to be abstract, final or empty. | 427 | |
Missing a Javadoc comment. | 427 | |
Parameter lastVeloWeight should be final. | 427 | |
'lastVeloWeight' hides a field. | 427 | |
Method 'setUseLastVeloWeight' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Missing a Javadoc comment. | 431 | |
Parameter useLastVeloWeight should be final. | 431 | |
'useLastVeloWeight' hides a field. | 431 | |
Line is longer than 80 characters. | 436 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 439 | |
'if' construct must use '{}'s. | 440 | |
Line is longer than 80 characters. | 440 | |
Line is longer than 80 characters. | 441 | |
Line is longer than 80 characters. | 445 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 449 | |
'if' construct must use '{}'s. | 450 | |
Line is longer than 80 characters. | 450 | |
Line is longer than 80 characters. | 451 | |
Expected an @return tag. | 459 | |
Method 'isNavigating' is not designed for extension - needs to be abstract, final or empty. | 459 | |
Line is longer than 80 characters. | 460 | |
Method 'clearSteerings' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Line has trailing spaces. | 471 | |
Line is longer than 80 characters. | 473 | |
Expected an @return tag. | 476 | |
Method 'getLeaderFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 476 | |
'if' construct must use '{}'s. | 478 | |
Line is longer than 80 characters. | 485 | |
Expected an @return tag. | 488 | |
Method 'getObstacleAvoidanceProperties' is not designed for extension - needs to be abstract, final or empty. | 488 | |
'if' construct must use '{}'s. | 490 | |
Line is longer than 80 characters. | 497 | |
Expected an @return tag. | 500 | |
Method 'getPathFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 500 | |
'if' construct must use '{}'s. | 502 | |
Line is longer than 80 characters. | 509 | |
Expected an @return tag. | 512 | |
Method 'getPeopleAvoidanceProperties' is not designed for extension - needs to be abstract, final or empty. | 512 | |
'if' construct must use '{}'s. | 514 | |
Line is longer than 80 characters. | 521 | |
Expected an @return tag. | 524 | |
Method 'getTargetApproachingProperties' is not designed for extension - needs to be abstract, final or empty. | 524 | |
'if' construct must use '{}'s. | 526 | |
Expected an @return tag. | 536 | |
Method 'getWalkAlongProperties' is not designed for extension - needs to be abstract, final or empty. | 536 | |
'if' construct must use '{}'s. | 538 | |
Line is longer than 80 characters. | 545 | |
Expected an @return tag. | 548 | |
Method 'getWallFollowingProperties' is not designed for extension - needs to be abstract, final or empty. | 548 | |
'if' construct must use '{}'s. | 550 | |
Line has trailing spaces. | 552 | |
Line is longer than 80 characters. | 556 | |
Method 'addLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 556 | |
Missing a Javadoc comment. | 556 | |
Parameter properties should be final. | 556 | |
Method 'removeLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 561 | |
Missing a Javadoc comment. | 561 | |
Line is longer than 80 characters. | 565 | |
Method 'setLeaderFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 565 | |
Missing a Javadoc comment. | 565 | |
Parameter properties should be final. | 565 | |
Method 'isLeaderFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 569 | |
Missing a Javadoc comment. | 569 | |
Line is longer than 80 characters. | 573 | |
Method 'addObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Missing a Javadoc comment. | 573 | |
Parameter properties should be final. | 573 | |
Method 'removeObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Missing a Javadoc comment. | 578 | |
Line is longer than 80 characters. | 582 | |
Method 'setObstacleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 582 | |
Missing a Javadoc comment. | 582 | |
Parameter properties should be final. | 582 | |
Method 'isObstacleAvoidanceActive' is not designed for extension - needs to be abstract, final or empty. | 586 | |
Missing a Javadoc comment. | 586 | |
Method 'addPathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 590 | |
Missing a Javadoc comment. | 590 | |
Parameter properties should be final. | 590 | |
Method 'removePathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 595 | |
Missing a Javadoc comment. | 595 | |
Method 'setPathFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Missing a Javadoc comment. | 599 | |
Parameter properties should be final. | 599 | |
Method 'isPathFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 603 | |
Missing a Javadoc comment. | 603 | |
Line is longer than 80 characters. | 607 | |
Method 'addPeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 607 | |
Missing a Javadoc comment. | 607 | |
Parameter properties should be final. | 607 | |
Method 'removePeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 612 | |
Missing a Javadoc comment. | 612 | |
Line is longer than 80 characters. | 616 | |
Method 'setPeopleAvoidanceSteering' is not designed for extension - needs to be abstract, final or empty. | 616 | |
Missing a Javadoc comment. | 616 | |
Parameter properties should be final. | 616 | |
Method 'isPeopleAvoidanceActive' is not designed for extension - needs to be abstract, final or empty. | 620 | |
Missing a Javadoc comment. | 620 | |
Line is longer than 80 characters. | 624 | |
Method 'addTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 624 | |
Missing a Javadoc comment. | 624 | |
Parameter properties should be final. | 624 | |
Method 'removeTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 629 | |
Missing a Javadoc comment. | 629 | |
Line is longer than 80 characters. | 633 | |
Method 'setTargetApproachingSteering' is not designed for extension - needs to be abstract, final or empty. | 633 | |
Missing a Javadoc comment. | 633 | |
Parameter properties should be final. | 633 | |
Method 'isTargetApproachingActive' is not designed for extension - needs to be abstract, final or empty. | 637 | |
Missing a Javadoc comment. | 637 | |
Method 'addWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Missing a Javadoc comment. | 641 | |
Parameter properties should be final. | 641 | |
Method 'removeWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 646 | |
Missing a Javadoc comment. | 646 | |
Method 'setWalkAlongSteering' is not designed for extension - needs to be abstract, final or empty. | 650 | |
Missing a Javadoc comment. | 650 | |
Parameter properties should be final. | 650 | |
Method 'isWalkAlongActive' is not designed for extension - needs to be abstract, final or empty. | 654 | |
Missing a Javadoc comment. | 654 | |
Method 'addWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 658 | |
Missing a Javadoc comment. | 658 | |
Parameter properties should be final. | 658 | |
Line has trailing spaces. | 659 | |
Method 'removeWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 663 | |
Missing a Javadoc comment. | 663 | |
Method 'setWallFollowingSteering' is not designed for extension - needs to be abstract, final or empty. | 667 | |
Missing a Javadoc comment. | 667 | |
Parameter properties should be final. | 667 | |
Method 'isWallFollowingActive' is not designed for extension - needs to be abstract, final or empty. | 671 | |
Missing a Javadoc comment. | 671 | |
Line is longer than 80 characters. | 676 | |
Method 'setFocusSpecific' is not designed for extension - needs to be abstract, final or empty. | 676 | |
Missing a Javadoc comment. | 676 | |
Parameter steeringType should be final. | 676 | |
Parameter wantsToStop should be final. | 676 | |
Parameter newFocus should be final. | 676 | |
Parameter focusLoc should be final. | 676 | |
'if' is not followed by whitespace. | 677 | |
'{' should be on the previous line. | 678 | |
'}' should be on the same line. | 680 | |
'{' should be on the previous line. | 682 | |
Line has trailing spaces. | 685 | |
Line has trailing spaces. | 687 | |
Line has trailing spaces. | 689 | |
Expected an @return tag. | 693 | |
Line is longer than 80 characters. | 693 | |
Method 'setVelocitySpecific' is not designed for extension - needs to be abstract, final or empty. | 693 | |
Parameter steering should be final. | 693 | |
Expected @param tag for 'steering'. | 693 | |
Parameter wantsToGoFaster should be final. | 693 | |
Expected @param tag for 'wantsToGoFaster'. | 693 | |
Parameter wantsToStop should be final. | 693 | |
Expected @param tag for 'wantsToStop'. | 693 | |
Parameter newFocus should be final. | 693 | |
Expected @param tag for 'newFocus'. | 693 | |
Line is longer than 80 characters. | 694 | |
Line has trailing spaces. | 697 | |
Line has trailing spaces. | 699 |
Violation | Message | Line |
---|---|---|
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 |
---|---|---|
Missing package-info.java file. | 0 | |
Name 'SteeringStuff' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 9 | |
Utility classes should not have a public or default constructor. | 12 | |
Missing a Javadoc comment. | 14 | |
'{' is not followed by whitespace. | 14 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 14 | |
'}' is not preceded with whitespace. | 14 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Expected an @return tag. | 20 | |
Line is longer than 80 characters. | 20 | |
Parameter sA should be final. | 20 | |
Expected @param tag for 'sA'. | 20 | |
Parameter dA should be final. | 20 | |
Expected @param tag for 'dA'. | 20 | |
Parameter sB should be final. | 20 | |
Expected @param tag for 'sB'. | 20 | |
Parameter dB should be final. | 20 | |
Expected @param tag for 'dB'. | 20 | |
Parameter typeA should be final. | 20 | |
Expected @param tag for 'typeA'. | 20 | |
Parameter typeB should be final. | 20 | |
Expected @param tag for 'typeB'. | 20 | |
'if' construct must use '{}'s. | 27 | |
'0.001' is a magic number. | 27 | |
'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 | |
Line is longer than 80 characters. | 31 | |
'(' is followed by whitespace. | 31 | |
')' is preceded with whitespace. | 31 | |
'(' is followed by whitespace. | 31 | |
'(' is followed by whitespace. | 31 | |
')' is preceded with whitespace. | 31 | |
')' is preceded with whitespace. | 31 | |
'/' is not preceded with whitespace. | 32 | |
'/' is not followed by whitespace. | 32 | |
')' is preceded with whitespace. | 32 | |
'(' is followed by whitespace. | 33 | |
'*' is not preceded with whitespace. | 33 | |
'*' is not followed by whitespace. | 33 | |
')' is preceded with whitespace. | 33 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 | |
switch without "default" clause. | 39 | |
'if' construct must use '{}'s. | 40 | |
'if' construct must use '{}'s. | 42 | |
switch without "default" clause. | 45 | |
'if' construct must use '{}'s. | 46 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Expected an @return tag. | 57 | |
Line is longer than 80 characters. | 57 | |
Parameter sA should be final. | 57 | |
Expected @param tag for 'sA'. | 57 | |
Parameter dA should be final. | 57 | |
Expected @param tag for 'dA'. | 57 | |
Parameter sB should be final. | 57 | |
Expected @param tag for 'sB'. | 57 | |
Parameter dB should be final. | 57 | |
Expected @param tag for 'dB'. | 57 | |
'if' construct must use '{}'s. | 62 | |
'0.001' is a magic number. | 62 | |
'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 | |
Line is longer than 80 characters. | 66 | |
'(' is followed by whitespace. | 66 | |
')' is preceded with whitespace. | 66 | |
'(' is followed by whitespace. | 66 | |
'(' is followed by whitespace. | 66 | |
')' is preceded with whitespace. | 66 | |
')' is preceded with whitespace. | 66 | |
'/' is not preceded with whitespace. | 67 | |
'/' is not followed by whitespace. | 67 | |
')' is preceded with whitespace. | 67 | |
'(' is followed by whitespace. | 68 | |
'*' is not preceded with whitespace. | 68 | |
'*' is not followed by whitespace. | 68 | |
')' is preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Expected an @return tag. | 82 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 82 | |
Parameter sA should be final. | 82 | |
Expected @param tag for 'sA'. | 82 | |
Parameter dA should be final. | 82 | |
Expected @param tag for 'dA'. | 82 | |
Parameter sB should be final. | 82 | |
Expected @param tag for 'sB'. | 82 | |
Parameter dB should be final. | 82 | |
Expected @param tag for 'dB'. | 82 | |
Conditional logic can be removed. | 85 | |
Line is longer than 80 characters. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter start should be final. | 93 | |
Parameter end should be final. | 93 | |
Parameter pointP should be final. | 93 | |
Parameter justAbscissa should be final. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 108 | |
'0.001' is a magic number. | 108 | |
'0.001' is a magic number. | 111 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 127 | |
',' is not followed by whitespace. | 127 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 137 | |
',' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
',' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter vector should be final. | 149 | |
Parameter point should be final. | 149 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 153 | |
'*' is not preceded with whitespace. | 153 | |
'*' is not followed by whitespace. | 153 | |
'*' is not preceded with whitespace. | 153 | |
'*' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 156 | |
Expected an @return tag. | 157 | |
Line is longer than 80 characters. | 157 | |
Parameter actualVelocity should be final. | 157 | |
Expected @param tag for 'actualVelocity'. | 157 | |
Parameter left should be final. | 157 | |
Expected @param tag for 'left'. | 157 | |
'if' construct must use '{}'s. | 159 | |
Line is longer than 80 characters. | 160 | |
'else' construct must use '{}'s. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 164 | |
Expected an @return tag. | 171 | |
Line is longer than 80 characters. | 171 | |
Parameter actualVelocity should be final. | 171 | |
Expected @param tag for 'actualVelocity'. | 171 | |
Parameter left should be final. | 171 | |
Expected @param tag for 'left'. | 171 | |
'if' construct must use '{}'s. | 173 | |
Line is longer than 80 characters. | 174 | |
'else' construct must use '{}'s. | 175 | |
Line is longer than 80 characters. | 176 | |
Missing a Javadoc comment. | 180 | |
Parameter rad should be final. | 180 | |
'180' is a magic number. | 181 | |
'*' is not preceded with whitespace. | 181 | |
'*' is not followed by whitespace. | 181 | |
'360' is a magic number. | 181 | |
Missing a Javadoc comment. | 184 | |
Parameter deg should be final. | 184 | |
'(' is followed by whitespace. | 185 | |
'*' is not preceded with whitespace. | 185 | |
'*' is not followed by whitespace. | 185 | |
'180' is a magic number. | 185 | |
Line is longer than 80 characters. | 196 | |
Parameter P0 should be final. | 196 | |
Name 'P0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
Parameter r0 should be final. | 196 | |
Parameter P1 should be final. | 196 | |
Expected @param tag for 'P1'. | 196 | |
Name 'P1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
Parameter r1 should be final. | 196 | |
Expected @param tag for 'r1'. | 196 | |
Name 'P2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
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. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Parameter order should be final. | 29 | |
'order' hides a field. | 29 | |
Parameter name should be final. | 29 | |
'name' hides a field. | 29 | |
Parameter color should be final. | 29 | |
'color' hides a field. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 58 | |
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. | 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 |
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. | 11 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 56 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
'80' is a magic number. | 56 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
'150' is a magic number. | 57 | |
',' is not followed by whitespace. | 57 | |
'/' is not preceded with whitespace. | 57 | |
'/' is not followed by whitespace. | 57 | |
Line has trailing spaces. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'random' must be private and have accessor methods. | 70 | |
Parameter bot should be final. | 76 | |
Expected @param tag for 'bot'. | 76 | |
'{' should be on the previous line. | 77 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
Expected an @return tag. | 85 | |
Line is longer than 80 characters. | 85 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method length is 172 lines (max allowed is 150). | 85 | |
Parameter scaledActualVelocity should be final. | 85 | |
Expected @param tag for 'scaledActualVelocity'. | 85 | |
Parameter wantsToGoFaster should be final. | 85 | |
Expected @param tag for 'wantsToGoFaster'. | 85 | |
Parameter wantsToStop should be final. | 85 | |
Expected @param tag for 'wantsToStop'. | 85 | |
Parameter focus should be final. | 85 | |
Expected @param tag for 'focus'. | 85 | |
Line is longer than 80 characters. | 86 | |
',' is not followed by whitespace. | 91 | |
',' is not followed by whitespace. | 91 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 93 | |
')' is preceded with whitespace. | 94 | |
Line is longer than 80 characters. | 97 | |
'/' is not preceded with whitespace. | 98 | |
'/' is not followed by whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 99 | |
'-' is not preceded with whitespace. | 100 | |
'-' is not followed by whitespace. | 100 | |
'/' is not preceded with whitespace. | 100 | |
'/' is not followed by whitespace. | 100 | |
'cast' is not followed by whitespace. | 101 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 114 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 126 | |
'if' construct must use '{}'s. | 129 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 130 | |
'if' construct must use '{}'s. | 132 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 137 | |
Line has trailing spaces. | 139 | |
Line is longer than 80 characters. | 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 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
')' is preceded with whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 143 | |
Line is longer than 80 characters. | 143 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 147 | |
Line is longer than 80 characters. | 147 | |
'+' is not preceded with whitespace. | 147 | |
'+' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 154 | |
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. | 160 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
'if' construct must use '{}'s. | 166 | |
Line is longer than 80 characters. | 167 | |
'else' construct must use '{}'s. | 168 | |
Line is longer than 80 characters. | 169 | |
'*' is not preceded with whitespace. | 169 | |
'*' is not followed by whitespace. | 169 | |
'if' construct must use '{}'s. | 170 | |
Line is longer than 80 characters. | 170 | |
'+' is not preceded with whitespace. | 170 | |
'+' is not followed by whitespace. | 170 | |
Line is longer than 80 characters. | 172 | |
'50' is a magic number. | 172 | |
'*' is not preceded with whitespace. | 172 | |
'*' is not followed by whitespace. | 172 | |
'if' construct must use '{}'s. | 175 | |
Line is longer than 80 characters. | 175 | |
'+' is not preceded with whitespace. | 175 | |
'+' is not followed by whitespace. | 175 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 180 | |
'/' is not preceded with whitespace. | 180 | |
'/' is not followed by whitespace. | 180 | |
'/' is not preceded with whitespace. | 181 | |
'/' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 183 | |
'if' construct must use '{}'s. | 184 | |
Line is longer than 80 characters. | 184 | |
'+' is not preceded with whitespace. | 184 | |
'+' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 189 | |
'/' is not preceded with whitespace. | 189 | |
'/' is not followed by whitespace. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 192 | |
'*' is not preceded with whitespace. | 192 | |
'*' is not followed by whitespace. | 192 | |
'*' is not preceded with whitespace. | 192 | |
'*' is not followed by whitespace. | 192 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
'if' construct must use '{}'s. | 199 | |
Line is longer than 80 characters. | 199 | |
'+' is not preceded with whitespace. | 199 | |
'+' is not followed by whitespace. | 199 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 203 | |
'if' construct must use '{}'s. | 205 | |
Line is longer than 80 characters. | 205 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
'if' construct must use '{}'s. | 223 | |
Line is longer than 80 characters. | 223 | |
'+' is not preceded with whitespace. | 223 | |
'+' is not followed by whitespace. | 223 | |
'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. | 228 | |
Line is longer than 80 characters. | 228 | |
'+' is not preceded with whitespace. | 228 | |
'+' is not followed by whitespace. | 228 | |
Line is longer than 80 characters. | 229 | |
'cast' is not followed by whitespace. | 229 | |
Line has trailing spaces. | 234 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 235 | |
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. | 240 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 242 | |
'*' is not preceded with whitespace. | 242 | |
'*' is not followed by whitespace. | 242 | |
'*' is not preceded with whitespace. | 242 | |
'*' is not followed by whitespace. | 242 | |
'*' is not preceded with whitespace. | 242 | |
'*' is not followed by whitespace. | 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 | |
'if' construct must use '{}'s. | 246 | |
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 | |
'+' is not preceded with whitespace. | 246 | |
'+' is not followed by whitespace. | 246 | |
'+' is not preceded with whitespace. | 246 | |
'+' is not followed by whitespace. | 246 | |
'0.8' is a magic number. | 246 | |
'*' is not preceded with whitespace. | 246 | |
'*' is not followed by whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
'cast' is not followed by whitespace. | 251 | |
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 | |
Expected an @return tag. | 264 | |
Line is longer than 80 characters. | 264 | |
Parameter botToSituation should be final. | 264 | |
Expected @param tag for 'botToSituation'. | 264 | |
Parameter wantsToGoFaster should be final. | 264 | |
Expected @param tag for 'wantsToGoFaster'. | 264 | |
Parameter leadersNextLoc should be final. | 264 | |
Expected @param tag for 'leadersNextLoc'. | 264 | |
',' is not followed by whitespace. | 265 | |
',' is not followed by whitespace. | 265 | |
Line is longer than 80 characters. | 266 | |
'/' is not preceded with whitespace. | 266 | |
'/' is not followed by whitespace. | 266 | |
'/' is not preceded with whitespace. | 266 | |
'/' is not followed by whitespace. | 266 | |
Line is longer than 80 characters. | 267 | |
',' is not followed by whitespace. | 267 | |
',' is not followed by whitespace. | 267 | |
Line is longer than 80 characters. | 268 | |
',' is not followed by whitespace. | 268 | |
',' is not followed by whitespace. | 268 | |
Line has trailing spaces. | 271 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 281 | |
',' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
',' is not followed by whitespace. | 282 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 285 | |
'/' is not preceded with whitespace. | 285 | |
'/' is not followed by whitespace. | 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 | |
'+' is not preceded with whitespace. | 288 | |
'+' is not followed by whitespace. | 288 | |
'+' is not preceded with whitespace. | 288 | |
'+' is not followed by whitespace. | 288 | |
'+' is not preceded with whitespace. | 288 | |
'+' is not followed by whitespace. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
'+' is not preceded with whitespace. | 292 | |
'+' is not followed by whitespace. | 292 | |
Line has trailing spaces. | 298 | |
Line is longer than 80 characters. | 302 | |
Expected an @return tag. | 303 | |
Parameter distance should be final. | 303 | |
Expected @param tag for 'distance'. | 303 | |
Missing a Javadoc comment. | 312 | |
'{' should be on the previous line. | 313 | |
Line is longer than 80 characters. | 314 | |
'=' is not preceded with whitespace. | 314 | |
'=' is not followed by whitespace. | 314 | |
'if' construct must use '{}'s. | 317 | |
Missing a Javadoc comment. | 325 | |
'for' is not followed by whitespace. | 328 | |
'/' is not preceded with whitespace. | 332 | |
'/' is not followed by whitespace. | 332 | |
'/' is not preceded with whitespace. | 333 | |
'/' is not followed by whitespace. | 333 | |
',' is not followed by whitespace. | 334 | |
',' is not followed by whitespace. | 334 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Parameter newProperties should be final. | 339 | |
Line is longer than 80 characters. | 340 | |
'cast' is not followed by whitespace. | 340 | |
Line is longer than 80 characters. | 341 | |
'cast' is not followed by whitespace. | 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 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 355 | |
Missing a Javadoc comment. | 355 |
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. | 15 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 50 | |
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. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 62 | |
Name 'FRONT_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Missing a Javadoc comment. | 63 | |
Name 'SIDE_FRONT_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
'0.8' is a magic number. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'SIDE_RAY_WEIGHT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
'0.5' is a magic number. | 64 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Variable 'sensorLeft' must be private and have accessor methods. | 85 | |
Missing a Javadoc comment. | 86 | |
Variable 'sensorRight' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 87 | |
Variable 'sensorLeftFront' must be private and have accessor methods. | 87 | |
Missing a Javadoc comment. | 88 | |
Variable 'sensorRightFront' must be private and have accessor methods. | 88 | |
Missing a Javadoc comment. | 89 | |
Variable 'sensorFront' must be private and have accessor methods. | 89 | |
Variable 'left' must be private and have accessor methods. | 94 | |
Variable 'right' must be private and have accessor methods. | 94 | |
Variable 'leftfront' must be private and have accessor methods. | 94 | |
Variable 'rightfront' must be private and have accessor methods. | 94 | |
Variable 'front' must be private and have accessor methods. | 94 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 98 | |
Missing a Javadoc comment. | 98 | |
Variable 'shortRayLength' must be private and have accessor methods. | 98 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Variable 'longRayLength' must be private and have accessor methods. | 99 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 102 | |
Variable 'random' must be private and have accessor methods. | 103 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 106 | |
Parameter bot should be final. | 110 | |
Parameter rayManager should be final. | 110 | |
'rayManager' hides a field. | 110 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
'3' is a magic number. | 121 | |
Line is longer than 80 characters. | 122 | |
'3' is a magic number. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
Method 'flagRaysChanged' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line is longer than 80 characters. | 132 | |
'for' is not followed by whitespace. | 139 | |
'}' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 165 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 169 | |
Expected an @return tag. | 170 | |
Line is longer than 80 characters. | 170 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Parameter scaledActualVelocity should be final. | 170 | |
Expected @param tag for 'scaledActualVelocity'. | 170 | |
Parameter wantsToGoFaster should be final. | 170 | |
Expected @param tag for 'wantsToGoFaster'. | 170 | |
Parameter wantsToStop should be final. | 170 | |
Expected @param tag for 'wantsToStop'. | 170 | |
Parameter focus should be final. | 170 | |
Expected @param tag for 'focus'. | 170 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 178 | |
Line has trailing spaces. | 185 | |
'if' construct must use '{}'s. | 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 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 208 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 217 | |
Line is longer than 80 characters. | 221 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 247 | |
')' is preceded with whitespace. | 247 | |
')' is preceded with whitespace. | 247 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 260 | |
')' is preceded with whitespace. | 260 | |
')' is preceded with whitespace. | 260 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 271 | |
Line has trailing spaces. | 274 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 296 | |
Line has trailing spaces. | 312 | |
Line is longer than 80 characters. | 316 | |
Expected an @return tag. | 317 | |
Line has trailing spaces. | 317 | |
Parameter normal should be final. | 317 | |
Expected @param tag for 'normal'. | 317 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 328 | |
'-' is not preceded with whitespace. | 329 | |
'-' is not followed by whitespace. | 329 | |
'-' is not preceded with whitespace. | 329 | |
'-' is not followed by whitespace. | 329 | |
Line is longer than 80 characters. | 334 | |
Line has trailing spaces. | 335 | |
Line is longer than 80 characters. | 336 | |
Line has trailing spaces. | 337 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 344 | |
Expected an @return tag. | 345 | |
Parameter normal should be final. | 345 | |
Expected @param tag for 'normal'. | 345 | |
'if' construct must use '{}'s. | 350 | |
Line is longer than 80 characters. | 350 | |
'+' is not preceded with whitespace. | 350 | |
'+' is not followed by whitespace. | 350 | |
'/' is not preceded with whitespace. | 351 | |
'/' is not followed by whitespace. | 351 | |
Line is longer than 80 characters. | 358 | |
'0.5' is a magic number. | 360 | |
'if' construct must use '{}'s. | 363 | |
Line is longer than 80 characters. | 363 | |
'+' is not preceded with whitespace. | 363 | |
'+' is not followed by whitespace. | 363 | |
Line has trailing spaces. | 367 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 368 | |
Parameter newProperties should be final. | 369 | |
Line is longer than 80 characters. | 370 | |
'cast' is not followed by whitespace. | 370 | |
Line is longer than 80 characters. | 371 | |
'cast' is not followed by whitespace. | 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 has trailing spaces. | 375 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Missing a Javadoc comment. | 376 | |
Line is longer than 80 characters. | 377 |
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. | 20 | |
First sentence should end with a period. | 30 | |
Line is longer than 80 characters. | 33 | |
Variable 'distanceFromThePath' must be private and have accessor methods. | 37 | |
Line is longer than 80 characters. | 38 | |
Variable 'pathFuture' must be private and have accessor methods. | 39 | |
Variable 'path' must be private and have accessor methods. | 41 | |
Line is longer than 80 characters. | 42 | |
Variable 'regulatingForce' must be private and have accessor methods. | 43 | |
First sentence should end with a period. | 44 | |
Missing a Javadoc comment. | 47 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
'150' is a magic number. | 47 | |
Line has trailing spaces. | 48 | |
Variable 'previousLocation' must be private and have accessor methods. | 50 | |
Variable 'nextLocation' must be private and have accessor methods. | 52 | |
Variable 'actualIndex' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 56 | |
Variable 'lastDistanceFromNextLocation' must be private and have accessor methods. | 56 | |
Line is longer than 80 characters. | 57 | |
Variable 'newPath' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 60 | |
Name 'ZERO_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Line has trailing spaces. | 64 | |
Parameter bot should be final. | 67 | |
Expected @param tag for 'bot'. | 67 | |
Expected an @return tag. | 75 | |
Line is longer than 80 characters. | 75 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter scaledActualVelocity should be final. | 75 | |
Expected @param tag for 'scaledActualVelocity'. | 75 | |
Parameter wantsToGoFaster should be final. | 75 | |
Expected @param tag for 'wantsToGoFaster'. | 75 | |
Parameter wantsToStop should be final. | 75 | |
Expected @param tag for 'wantsToStop'. | 75 | |
Parameter focus should be final. | 75 | |
Expected @param tag for 'focus'. | 75 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 82 | |
'if' construct must use '{}'s. | 85 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 89 | |
'if' construct must use '{}'s. | 90 | |
',' is not followed by whitespace. | 91 | |
',' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 110 | |
'if' construct must use '{}'s. | 115 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 127 | |
'if' construct must use '{}'s. | 132 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 137 | |
'+' is not preceded with whitespace. | 137 | |
'+' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
'/' is not preceded with whitespace. | 138 | |
'/' is not followed by whitespace. | 138 | |
'*' is not preceded with whitespace. | 139 | |
'*' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 152 | |
'if' construct must use '{}'s. | 153 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
'if' construct must use '{}'s. | 158 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 180 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 197 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 204 | |
'30' is a magic number. | 204 | |
'if' construct must use '{}'s. | 205 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 211 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 211 | |
Missing a Javadoc comment. | 219 | |
'if' construct must use '{}'s. | 220 | |
'if' construct must use '{}'s. | 221 | |
Line is longer than 80 characters. | 221 | |
'+' is not preceded with whitespace. | 221 | |
'+' is not followed by whitespace. | 221 | |
Line has trailing spaces. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 231 | |
Expected an @return tag. | 246 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 250 | |
Line has trailing spaces. | 251 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
'if' construct must use '{}'s. | 261 | |
Line is longer than 80 characters. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
'+' is not preceded with whitespace. | 261 | |
'+' is not followed by whitespace. | 261 | |
Line is longer than 80 characters. | 265 | |
Expected an @return tag. | 266 | |
'if' construct must use '{}'s. | 269 | |
'if' construct must use '{}'s. | 272 | |
Line is longer than 80 characters. | 272 | |
'if' construct must use '{}'s. | 275 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 283 | |
Missing a Javadoc comment. | 287 | |
Parameter myNewPath should be final. | 287 | |
'for' is not followed by whitespace. | 295 | |
Line is longer than 80 characters. | 299 | |
Expected an @return tag. | 307 | |
'for' is not followed by whitespace. | 311 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 321 | |
Missing a Javadoc comment. | 321 | |
Parameter newProperties should be final. | 321 | |
Line is longer than 80 characters. | 322 | |
'cast' is not followed by whitespace. | 322 | |
Line is longer than 80 characters. | 323 | |
'cast' is not followed by whitespace. | 323 | |
'cast' is not followed by whitespace. | 324 | |
Line is longer than 80 characters. | 325 | |
'cast' is not followed by whitespace. | 325 | |
Line is longer than 80 characters. | 326 | |
'cast' is not followed by whitespace. | 326 | |
Line is longer than 80 characters. | 327 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Missing a Javadoc comment. | 334 | |
Line has trailing spaces. | 343 | |
Line is longer than 80 characters. | 348 |
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. | 27 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Name 'TICK_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
'5' is a magic number. | 41 | |
Missing a Javadoc comment. | 43 | |
Variable 'random' must be private and have accessor methods. | 43 | |
Line has trailing spaces. | 44 | |
Parameter bot should be final. | 48 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 52 | |
Expected an @return tag. | 53 | |
Line is longer than 80 characters. | 53 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter scaledActualVelocity should be final. | 53 | |
Expected @param tag for 'scaledActualVelocity'. | 53 | |
Parameter wantsToGoFaster should be final. | 53 | |
Expected @param tag for 'wantsToGoFaster'. | 53 | |
Parameter wantsToStop should be final. | 53 | |
Expected @param tag for 'wantsToStop'. | 53 | |
Parameter focus should be final. | 53 | |
Expected @param tag for 'focus'. | 53 | |
Line is longer than 80 characters. | 57 | |
',' is not followed by whitespace. | 58 | |
',' is not followed by whitespace. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 80 | |
'if' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
'/' is not preceded with whitespace. | 82 | |
'/' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 85 | |
'if' construct must use '{}'s. | 86 | |
Line is longer than 80 characters. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
Line has trailing spaces. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter player should be final. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 97 | |
'for' is not followed by whitespace. | 105 | |
'=' is not preceded with whitespace. | 105 | |
'=' is not followed by whitespace. | 105 | |
';' is not followed by whitespace. | 105 | |
'*' is not preceded with whitespace. | 105 | |
'*' is not followed by whitespace. | 105 | |
';' is not followed by whitespace. | 105 | |
'{' is not preceded with whitespace. | 105 | |
'cast' is not followed by whitespace. | 106 | |
'/' is not preceded with whitespace. | 106 | |
'/' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 128 | |
'+' is not preceded with whitespace. | 128 | |
'+' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 135 | |
'if' construct must use '{}'s. | 136 | |
Line is longer than 80 characters. | 136 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 139 | |
'*' is not preceded with whitespace. | 141 | |
'*' is not followed by whitespace. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 148 | |
Expected an @return tag. | 149 | |
Parameter angle should be final. | 149 | |
Expected @param tag for 'angle'. | 149 | |
Parameter distance should be final. | 149 | |
Expected @param tag for 'distance'. | 149 | |
Missing a Javadoc comment. | 155 | |
Parameter angle should be final. | 155 | |
'/' is not preceded with whitespace. | 156 | |
'/' is not followed by whitespace. | 156 | |
'/' is not preceded with whitespace. | 156 | |
'/' is not followed by whitespace. | 156 | |
Missing a Javadoc comment. | 161 | |
Parameter distance should be final. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 166 | |
Missing a Javadoc comment. | 167 | |
Parameter ticks should be final. | 167 | |
'/' is not preceded with whitespace. | 170 | |
'/' is not followed by whitespace. | 170 | |
Line has trailing spaces. | 176 | |
Line is longer than 80 characters. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter start should be final. | 177 | |
Parameter velocity should be final. | 177 | |
Parameter time should be final. | 177 | |
Line is longer than 80 characters. | 178 | |
'*' is not preceded with whitespace. | 178 | |
'*' is not followed by whitespace. | 178 | |
'*' is not preceded with whitespace. | 178 | |
'*' is not followed by whitespace. | 178 | |
Expected an @return tag. | 183 | |
Line is longer than 80 characters. | 183 | |
Parameter botsVelocity should be final. | 183 | |
Expected @param tag for 'botsVelocity'. | 183 | |
Parameter player should be final. | 183 | |
Expected @param tag for 'player'. | 183 | |
Parameter wantsToGoFaster should be final. | 183 | |
Expected @param tag for 'wantsToGoFaster'. | 183 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 202 | |
Name 'far_distance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
'*' is not preceded with whitespace. | 203 | |
'*' is not followed by whitespace. | 203 | |
Line is longer than 80 characters. | 204 | |
Name 'far_distance2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
',' is not followed by whitespace. | 204 | |
'+' is not preceded with whitespace. | 204 | |
'+' is not followed by whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
'*' is not preceded with whitespace. | 205 | |
'*' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 208 | |
'(' is followed by whitespace. | 208 | |
'*' is not preceded with whitespace. | 208 | |
'*' is not followed by whitespace. | 208 | |
'*' is not preceded with whitespace. | 208 | |
'*' is not followed by whitespace. | 208 | |
'if' construct must use '{}'s. | 210 | |
Line is longer than 80 characters. | 210 | |
'+' is not preceded with whitespace. | 210 | |
'+' is not followed by whitespace. | 210 | |
'+' is not preceded with whitespace. | 210 | |
'+' is not followed by whitespace. | 210 | |
'+' is not preceded with whitespace. | 210 | |
'+' is not followed by whitespace. | 210 | |
Line is longer than 80 characters. | 212 | |
'3' is a magic number. | 212 | |
'*' is not preceded with whitespace. | 212 | |
'*' is not followed by whitespace. | 212 | |
'*' is not preceded with whitespace. | 212 | |
'*' is not followed by whitespace. | 212 | |
'if' construct must use '{}'s. | 214 | |
Line is longer than 80 characters. | 214 | |
'+' is not preceded with whitespace. | 214 | |
'+' is not followed by whitespace. | 214 | |
'+' is not preceded with whitespace. | 214 | |
'+' is not followed by whitespace. | 214 | |
'+' is not preceded with whitespace. | 214 | |
'+' is not followed by whitespace. | 214 | |
Line is longer than 80 characters. | 216 | |
'*' is not preceded with whitespace. | 216 | |
'*' is not followed by whitespace. | 216 | |
'if' construct must use '{}'s. | 219 | |
Line is longer than 80 characters. | 219 | |
'+' is not preceded with whitespace. | 219 | |
'+' is not followed by whitespace. | 219 | |
'+' is not preceded with whitespace. | 219 | |
'+' is not followed by whitespace. | 219 | |
'+' is not preceded with whitespace. | 219 | |
'+' is not followed by whitespace. | 219 | |
'+' is not preceded with whitespace. | 219 | |
'+' is not followed by whitespace. | 219 | |
'+' is not preceded with whitespace. | 219 | |
'+' is not followed by whitespace. | 219 | |
Line is longer than 80 characters. | 221 | |
'5' is a magic number. | 221 | |
Line is longer than 80 characters. | 225 | |
'if' construct must use '{}'s. | 228 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 232 | |
Missing a Javadoc comment. | 232 | |
Parameter velocity should be final. | 232 | |
Parameter scale should be final. | 232 | |
Parameter negate should be final. | 232 | |
Parameter wantsToGoFaster should be final. | 232 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter newProperties should be final. | 242 | |
Line is longer than 80 characters. | 243 | |
'cast' is not followed by whitespace. | 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 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 |
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. | 3 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
'150' is a magic number. | 28 | |
Parameter bot should be final. | 33 | |
Line is longer than 80 characters. | 37 | |
Expected an @return tag. | 38 | |
Line is longer than 80 characters. | 38 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Parameter scaledActualVelocity should be final. | 38 | |
Expected @param tag for 'scaledActualVelocity'. | 38 | |
Parameter wantsToGoFaster should be final. | 38 | |
Expected @param tag for 'wantsToGoFaster'. | 38 | |
Parameter wantsToStop should be final. | 38 | |
Expected @param tag for 'wantsToStop'. | 38 | |
Parameter focus should be final. | 38 | |
Expected @param tag for 'focus'. | 38 | |
Line is longer than 80 characters. | 40 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 41 | |
'for' is not followed by whitespace. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 58 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter newProperties should be final. | 69 | |
Line is longer than 80 characters. | 70 | |
'cast' is not followed by whitespace. | 70 | |
'for' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 34 | |
First sentence should end with a period. | 38 | |
Missing a Javadoc comment. | 45 | |
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. | 52 | |
Name 'MAX_TO_PARTNER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
'500' is a magic number. | 52 | |
Missing a Javadoc comment. | 53 | |
Name 'MAX_NEXT_VELOCITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
'500' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
Name 'WAIT_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
'100' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
Name 'NEARLY_THERE_DISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'200' is a magic number. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 65 | |
Parameter bot should be final. | 69 | |
Line is longer than 80 characters. | 74 | |
Expected an @return tag. | 75 | |
Line is longer than 80 characters. | 75 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method length is 252 lines (max allowed is 150). | 75 | |
Parameter scaledActualVelocity should be final. | 75 | |
Expected @param tag for 'scaledActualVelocity'. | 75 | |
Parameter wantsToGoFaster should be final. | 75 | |
Expected @param tag for 'wantsToGoFaster'. | 75 | |
Parameter wantsToStop should be final. | 75 | |
Expected @param tag for 'wantsToStop'. | 75 | |
Parameter focus should be final. | 75 | |
Expected @param tag for 'focus'. | 75 | |
Line is longer than 80 characters. | 78 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 79 | |
Line is longer than 80 characters. | 84 | |
'/' is not preceded with whitespace. | 85 | |
'/' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
',' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
'-' is not preceded with whitespace. | 87 | |
'-' is not followed by whitespace. | 87 | |
'/' is not preceded with whitespace. | 87 | |
'/' is not followed by whitespace. | 87 | |
'cast' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
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. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 121 | |
'if' construct must use '{}'s. | 122 | |
Line is longer than 80 characters. | 122 | |
'+' is not preceded with whitespace. | 122 | |
'+' is not followed by whitespace. | 122 | |
Line is longer than 80 characters. | 124 | |
'if' construct must use '{}'s. | 127 | |
Line is longer than 80 characters. | 127 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 134 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 137 | |
'+' is not preceded with whitespace. | 137 | |
'+' is not followed by whitespace. | 137 | |
'if' construct must use '{}'s. | 138 | |
Line is longer than 80 characters. | 138 | |
'+' is not preceded with whitespace. | 138 | |
'+' is not followed by whitespace. | 138 | |
'if' construct must use '{}'s. | 141 | |
'if' construct must use '{}'s. | 143 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 170 | |
',' is not followed by whitespace. | 170 | |
',' is not followed by whitespace. | 170 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
Line has trailing spaces. | 180 | |
Line is longer than 80 characters. | 187 | |
'/' is not preceded with whitespace. | 187 | |
'/' is not followed by whitespace. | 187 | |
'500' is a magic number. | 187 | |
'1.5' is a magic number. | 190 | |
'30' is a magic number. | 191 | |
'*' is not preceded with whitespace. | 193 | |
'*' is not followed by whitespace. | 193 | |
',' is not followed by whitespace. | 193 | |
'if' construct must use '{}'s. | 194 | |
Line is longer than 80 characters. | 194 | |
'+' is not preceded with whitespace. | 194 | |
'+' is not followed by whitespace. | 194 | |
'/' is not preceded with whitespace. | 198 | |
'/' is not followed by whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
'*' is not preceded with whitespace. | 199 | |
'*' is not followed by whitespace. | 199 | |
'*' is not preceded with whitespace. | 200 | |
'*' is not followed by whitespace. | 200 | |
'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 | |
'else' is not preceded with whitespace. | 202 | |
'}' is not followed by whitespace. | 202 | |
',' is not followed by whitespace. | 203 | |
',' is not followed by whitespace. | 203 | |
Line is longer than 80 characters. | 208 | |
'*' is not preceded with whitespace. | 209 | |
'*' is not followed by whitespace. | 209 | |
'if' construct must use '{}'s. | 210 | |
Line is longer than 80 characters. | 210 | |
'+' is not preceded with whitespace. | 210 | |
'+' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 212 | |
Line has trailing spaces. | 217 | |
Line is longer than 80 characters. | 217 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 219 | |
Line is longer than 80 characters. | 220 | |
Line has trailing spaces. | 221 | |
Line is longer than 80 characters. | 221 | |
'3' is a magic number. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
'/' is not preceded with whitespace. | 225 | |
'/' is not followed by whitespace. | 225 | |
Line is longer than 80 characters. | 230 | |
'if' construct must use '{}'s. | 231 | |
Line is longer than 80 characters. | 231 | |
Line has trailing spaces. | 233 | |
Line is longer than 80 characters. | 243 | |
'+' is not preceded with whitespace. | 244 | |
'+' is not followed by whitespace. | 244 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 256 | |
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 | |
'/' is not preceded with whitespace. | 264 | |
'/' is not followed by whitespace. | 264 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 283 | |
Line has trailing spaces. | 285 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 293 | |
',' is not followed by whitespace. | 299 | |
',' is not followed by whitespace. | 299 | |
Line has trailing spaces. | 301 | |
Line is longer than 80 characters. | 308 | |
'cast' is not followed by whitespace. | 312 | |
'cast' is not followed by whitespace. | 313 | |
'cast' is not followed by whitespace. | 314 | |
'if' construct must use '{}'s. | 315 | |
Line is longer than 80 characters. | 315 | |
'+' is not preceded with whitespace. | 315 | |
'+' is not followed by whitespace. | 315 | |
Missing a Javadoc comment. | 329 | |
Line is longer than 80 characters. | 331 | |
'if' construct must use '{}'s. | 333 | |
Line is longer than 80 characters. | 333 | |
'+' is not preceded with whitespace. | 333 | |
'+' is not followed by whitespace. | 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 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 341 | |
Parameter newProperties should be final. | 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 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Method 'getForceToPartner' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 369 | |
Method 'getForceToTarget' is not designed for extension - needs to be abstract, final or empty. | 378 | |
Missing a Javadoc comment. | 378 |
Violation | Message | Line |
---|---|---|
Name 'Steerings' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
First sentence should end with a period. | 41 | |
First sentence should end with a period. | 43 | |
First sentence should end with a period. | 45 | |
First sentence should end with a period. | 47 | |
First sentence should end with a period. | 49 | |
First sentence should end with a period. | 51 | |
First sentence should end with a period. | 53 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 57 | |
Name 'DISTANCE_FROM_THE_WALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'DISTANCE_FROM_THE_WALL' must be private and have accessor methods. | 58 | |
'166' is a magic number. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 67 | |
Missing a Javadoc comment. | 69 | |
Variable 'state' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 72 | |
Variable 'counter' must be private and have accessor methods. | 72 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 75 | |
Variable 'convexTurning' must be private and have accessor methods. | 75 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Variable 'random' must be private and have accessor methods. | 87 | |
Line has trailing spaces. | 88 | |
Variable 'nleft' must be private and have accessor methods. | 92 | |
Variable 'nright' must be private and have accessor methods. | 92 | |
Variable 'nleftfront' must be private and have accessor methods. | 92 | |
Variable 'nrightfront' must be private and have accessor methods. | 92 | |
Variable 'nfront' must be private and have accessor methods. | 92 | |
Line is longer than 80 characters. | 95 | |
Variable 'shortSideRayLength' must be private and have accessor methods. | 97 | |
Missing a Javadoc comment. | 98 | |
Variable 'shortSideFrontRayLength' must be private and have accessor methods. | 98 | |
Missing a Javadoc comment. | 99 | |
Variable 'longSideRayLength' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 100 | |
Variable 'longSideFrontRayLength' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 101 | |
Variable 'shortFrontRayLength' must be private and have accessor methods. | 101 | |
Missing a Javadoc comment. | 102 | |
Variable 'longFrontRayLength' must be private and have accessor methods. | 102 | |
Line is longer than 80 characters. | 111 | |
Parameter bot should be final. | 111 | |
Parameter rayManager should be final. | 111 | |
'rayManager' hides a field. | 111 | |
Parameter newProperties should be final. | 111 | |
Parameter bot should be final. | 126 | |
Parameter rayManager should be final. | 126 | |
'rayManager' hides a field. | 126 | |
Missing a Javadoc comment. | 139 | |
Line is longer than 80 characters. | 141 | |
'8' is a magic number. | 142 | |
'12' is a magic number. | 143 | |
Line is longer than 80 characters. | 145 | |
'166f' is a magic number. | 145 | |
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 | |
'3' is a magic number. | 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 has trailing spaces. | 151 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 155 | |
'3' is a magic number. | 155 | |
Line is longer than 80 characters. | 156 | |
'3' is a magic number. | 156 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Method 'flagRaysChanged' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 171 | |
'for' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 192 | |
Must have at least one statement. | 194 | |
Line has trailing spaces. | 200 | |
Line is longer than 80 characters. | 202 | |
Expected an @return tag. | 205 | |
Line is longer than 80 characters. | 205 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Method length is 383 lines (max allowed is 150). | 205 | |
Parameter scaledActualVelocity should be final. | 205 | |
Expected @param tag for 'scaledActualVelocity'. | 205 | |
Parameter wantsToGoFaster should be final. | 205 | |
Expected @param tag for 'wantsToGoFaster'. | 205 | |
Parameter wantsToStop should be final. | 205 | |
Expected @param tag for 'wantsToStop'. | 205 | |
Parameter focus should be final. | 205 | |
Expected @param tag for 'focus'. | 205 | |
Line is longer than 80 characters. | 210 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 211 | |
Line has trailing spaces. | 217 | |
Line is longer than 80 characters. | 218 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 230 | |
Line has trailing spaces. | 239 | |
'if' construct must use '{}'s. | 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 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 270 | |
'/' is not preceded with whitespace. | 270 | |
'/' is not followed by whitespace. | 270 | |
'5' is a magic number. | 270 | |
'180' is a magic number. | 272 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 286 | |
'0.5' is a magic number. | 288 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 299 | |
'{' is not followed by whitespace. | 299 | |
Line is longer than 80 characters. | 303 | |
'{' is not followed by whitespace. | 303 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 353 | |
Line is longer than 80 characters. | 355 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 392 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 407 | |
Line is longer than 80 characters. | 409 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 417 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 428 | |
Line is longer than 80 characters. | 432 | |
Line is longer than 80 characters. | 435 | |
Line is longer than 80 characters. | 437 | |
'3' is a magic number. | 437 | |
Line is longer than 80 characters. | 438 | |
Line has trailing spaces. | 443 | |
Line has trailing spaces. | 445 | |
Line is longer than 80 characters. | 450 | |
'(' is followed by whitespace. | 450 | |
'/' is not preceded with whitespace. | 450 | |
'/' is not followed by whitespace. | 450 | |
'4' is a magic number. | 450 | |
')' is preceded with whitespace. | 450 | |
'||' should be on a new line. | 450 | |
Line is longer than 80 characters. | 451 | |
'(' is followed by whitespace. | 451 | |
'/' is not preceded with whitespace. | 451 | |
'/' is not followed by whitespace. | 451 | |
Line is longer than 80 characters. | 452 | |
'/' is not preceded with whitespace. | 452 | |
'/' is not followed by whitespace. | 452 | |
'4' is a magic number. | 452 | |
Line is longer than 80 characters. | 453 | |
'/' is not preceded with whitespace. | 453 | |
'/' is not followed by whitespace. | 453 | |
')' is preceded with whitespace. | 453 | |
')' is preceded with whitespace. | 453 | |
'if' construct must use '{}'s. | 454 | |
Line is longer than 80 characters. | 454 | |
'if' construct must use '{}'s. | 456 | |
Line is longer than 80 characters. | 456 | |
'if' construct must use '{}'s. | 457 | |
Line is longer than 80 characters. | 457 | |
'else' construct must use '{}'s. | 458 | |
Line is longer than 80 characters. | 458 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 464 | |
'}' should be on the same line. | 465 | |
Line is longer than 80 characters. | 467 | |
'0.6' is a magic number. | 467 | |
'*' is not preceded with whitespace. | 467 | |
'*' is not followed by whitespace. | 467 | |
'}' should be on the same line. | 468 | |
Line is longer than 80 characters. | 470 | |
'0.3' is a magic number. | 470 | |
'*' is not preceded with whitespace. | 470 | |
'*' is not followed by whitespace. | 470 | |
Line is longer than 80 characters. | 473 | |
'*' is not preceded with whitespace. | 473 | |
'*' is not followed by whitespace. | 473 | |
Line is longer than 80 characters. | 475 | |
'*' is not preceded with whitespace. | 476 | |
'*' is not followed by whitespace. | 476 | |
Line is longer than 80 characters. | 485 | |
'(' is followed by whitespace. | 485 | |
'/' is not preceded with whitespace. | 485 | |
'/' is not followed by whitespace. | 485 | |
'4' is a magic number. | 485 | |
')' is preceded with whitespace. | 485 | |
'||' should be on a new line. | 485 | |
Line is longer than 80 characters. | 486 | |
'(' is followed by whitespace. | 486 | |
'/' is not preceded with whitespace. | 486 | |
'/' is not followed by whitespace. | 486 | |
'||' should be on a new line. | 486 | |
Line is longer than 80 characters. | 487 | |
'/' is not preceded with whitespace. | 487 | |
'/' is not followed by whitespace. | 487 | |
'4' is a magic number. | 487 | |
Line is longer than 80 characters. | 488 | |
'/' is not preceded with whitespace. | 488 | |
'/' is not followed by whitespace. | 488 | |
')' is preceded with whitespace. | 488 | |
')' is preceded with whitespace. | 488 | |
'if' construct must use '{}'s. | 490 | |
Line is longer than 80 characters. | 490 | |
'if' construct must use '{}'s. | 491 | |
Line is longer than 80 characters. | 491 | |
'else' construct must use '{}'s. | 492 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 497 | |
'}' should be on the same line. | 498 | |
Line is longer than 80 characters. | 500 | |
'0.6' is a magic number. | 500 | |
'*' is not preceded with whitespace. | 500 | |
'*' is not followed by whitespace. | 500 | |
'}' should be on the same line. | 501 | |
Line is longer than 80 characters. | 503 | |
'0.3' is a magic number. | 503 | |
'*' is not preceded with whitespace. | 503 | |
'*' is not followed by whitespace. | 503 | |
Line is longer than 80 characters. | 506 | |
'*' is not preceded with whitespace. | 506 | |
'*' is not followed by whitespace. | 506 | |
Line is longer than 80 characters. | 508 | |
'*' is not preceded with whitespace. | 509 | |
'*' is not followed by whitespace. | 509 | |
Line is longer than 80 characters. | 518 | |
Line is longer than 80 characters. | 519 | |
Line is longer than 80 characters. | 521 | |
Line is longer than 80 characters. | 524 | |
'*' is not preceded with whitespace. | 525 | |
'*' is not followed by whitespace. | 525 | |
'0.8' is a magic number. | 525 | |
Line is longer than 80 characters. | 532 | |
Line is longer than 80 characters. | 535 | |
'*' is not preceded with whitespace. | 536 | |
'*' is not followed by whitespace. | 536 | |
'0.8' is a magic number. | 536 | |
Line has trailing spaces. | 541 | |
Line has trailing spaces. | 544 | |
Line is longer than 80 characters. | 550 | |
Line is longer than 80 characters. | 553 | |
'{' is not followed by whitespace. | 553 | |
'if' construct must use '{}'s. | 554 | |
Line is longer than 80 characters. | 554 | |
'+' is not preceded with whitespace. | 554 | |
'+' is not followed by whitespace. | 554 | |
'if' construct must use '{}'s. | 557 | |
Line is longer than 80 characters. | 557 | |
Line is longer than 80 characters. | 558 | |
'if' construct must use '{}'s. | 559 | |
'0.5' is a magic number. | 559 | |
'*' is not preceded with whitespace. | 560 | |
'*' is not followed by whitespace. | 560 | |
'0.8' is a magic number. | 560 | |
Line is longer than 80 characters. | 567 | |
'{' is not followed by whitespace. | 567 | |
'if' construct must use '{}'s. | 568 | |
Line is longer than 80 characters. | 568 | |
'+' is not preceded with whitespace. | 568 | |
'+' is not followed by whitespace. | 568 | |
'if' construct must use '{}'s. | 571 | |
Line is longer than 80 characters. | 571 | |
Line is longer than 80 characters. | 572 | |
'if' construct must use '{}'s. | 573 | |
'0.5' is a magic number. | 573 | |
'*' is not preceded with whitespace. | 574 | |
'*' is not followed by whitespace. | 574 | |
'0.8' is a magic number. | 574 | |
Line is longer than 80 characters. | 576 | |
Line is longer than 80 characters. | 577 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 589 | |
Parameter newProperties should be final. | 590 | |
Line is longer than 80 characters. | 591 | |
'cast' is not followed by whitespace. | 591 | |
Line is longer than 80 characters. | 592 | |
'cast' is not followed by whitespace. | 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 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 602 | |
Missing a Javadoc comment. | 602 |
Violation | Message | Line |
---|---|---|
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 |
---|---|---|
Missing package-info.java file. | 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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |