The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
132 | 0 | 0 | 4610 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 44 | Error |
NewlineAtEndOfFile | 25 | Error |
Translation | 0 | Error |
JavadocMethod | 331 | Error |
JavadocType | 30 | Error |
JavadocVariable | 106 | Error |
JavadocStyle | 59 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 1 | Error |
MemberName | 4 | Error |
MethodName | 2 | Error |
PackageName | 0 | Error |
ParameterName | 11 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
FileLength | 0 | Error |
LineLength | 360 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 5 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 34 | Error |
ParenPad | 5 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 1973 | Error |
WhitespaceAfter | 26 | Error |
WhitespaceAround | 59 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 101 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 169 | Error |
NeedBraces | 47 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 109 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 93 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 181 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 10 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 7 | Error |
ArrayTypeStyle | 8 | Error |
FinalParameters | 231 | Error |
GenericIllegalRegexp
| 565 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ConnectorException. | 0 | |
First sentence should end with a period. | 10 | |
'{' should be on the previous line. | 15 | |
Line is longer than 80 characters. | 23 | |
Unused @param tag for 'ISyncSender'. | 25 | |
Unused @param tag for 'ISyncReceiver'. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Redundant 'public' modifier. | 30 | |
Expected @param tag for 'sender'. | 30 | |
Expected @param tag for 'receiver'. | 30 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 47 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 10 | |
Utility classes should not have a public or default constructor. | 14 | |
'{' should be on the previous line. | 15 | |
Missing a Javadoc comment. | 16 | |
Parameter args should be final. | 16 | |
Array brackets at illegal position. | 16 | |
'{' should be on the previous line. | 17 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 29 | |
'cast' is not followed by whitespace. | 30 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
'cast' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
'10000.0' is a magic number. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'MIN_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter fuelTank should be final. | 34 | |
'fuelTank' hides a field. | 34 | |
Parameter height should be final. | 34 | |
'height' hides a field. | 34 | |
Parameter width should be final. | 34 | |
'width' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Parameter weight should be final. | 35 | |
'weight' hides a field. | 35 | |
Parameter potency should be final. | 35 | |
'potency' hides a field. | 35 | |
Parameter MAX_POTENCY should be final. | 35 | |
'MAX_POTENCY' hides a field. | 35 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
Line contains a tab character. | 36 | |
Parameter weightREcomended should be final. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'RPM' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Name 'RPM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'7' is a magic number. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'gasComsumedByEngine' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'getMaxPotency' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'getPotency' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'getWeightAirplaneRecomended' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Method 'setMaxPotency' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter MAX_POTENCY should be final. | 106 | |
'MAX_POTENCY' hides a field. | 106 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Method 'setPotency' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter potency should be final. | 117 | |
'potency' hides a field. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
'if' construct must use '{}'s. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'setTankLink' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter fuelTank should be final. | 131 | |
'fuelTank' hides a field. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'setWeightAirplaneRecomended' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter weightRecomended should be final. | 141 | |
'weightRecomended' hides a field. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter height should be final. | 192 | |
'height' hides a field. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter weight should be final. | 202 | |
'weight' hides a field. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter width should be final. | 212 | |
'width' hides a field. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
'{' is not preceded with whitespace. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'=' is not followed by whitespace. | 220 | |
'+' should be on a new line. | 220 | |
Line contains a tab character. | 221 | |
'+' should be on a new line. | 221 | |
Line contains a tab character. | 222 | |
'+' should be on a new line. | 222 | |
Line contains a tab character. | 223 | |
'+' should be on a new line. | 223 | |
Line has trailing spaces. | 224 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
'+' should be on a new line. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
'+' should be on a new line. | 225 | |
Line contains a tab character. | 226 | |
'+' should be on a new line. | 226 | |
Line contains a tab character. | 227 | |
'+' should be on a new line. | 227 | |
Line contains a tab character. | 228 | |
'+' should be on a new line. | 228 | |
Line contains a tab character. | 229 | |
Line has trailing spaces. | 230 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line has trailing spaces. | 232 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 31 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter body should be final. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'makeBodyAirPlane' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter cockpit should be final. | 36 | |
Parameter engine should be final. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Parameter fuelTank should be final. | 37 | |
Parameter wings should be final. | 37 | |
Parameter height should be final. | 37 | |
Parameter width should be final. | 37 | |
Line contains a tab character. | 38 | |
Parameter weight should be final. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'makeCockpit' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter height should be final. | 43 | |
Parameter width should be final. | 43 | |
Parameter weight should be final. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'makeEngine' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter fuelTank should be final. | 48 | |
Parameter height should be final. | 48 | |
Parameter width should be final. | 48 | |
Line contains a tab character. | 49 | |
Parameter weight should be final. | 49 | |
Parameter potency should be final. | 49 | |
Parameter MAX_POTENCY should be final. | 49 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Line contains a tab character. | 50 | |
Parameter weightREcomended should be final. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'makeFuelTank' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter height should be final. | 56 | |
Parameter width should be final. | 56 | |
Parameter weight should be final. | 56 | |
Line contains a tab character. | 57 | |
Parameter MAX_CAPACITY should be final. | 57 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'makeWing' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter stability should be final. | 62 | |
Parameter height should be final. | 62 | |
Parameter width should be final. | 62 | |
Line contains a tab character. | 63 | |
Parameter weight should be final. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter nm should be final. | 31 | |
Parameter airPlane should be final. | 31 | |
'airPlane' hides a field. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
'(' is preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'100' is a magic number. | 34 | |
'100' is a magic number. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'update' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter changedAirPlane should be final. | 39 | |
Line contains a tab character. | 40 | |
'if' construct must use '{}'s. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
',' is not followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter stability should be final. | 36 | |
'stability' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'(' is preceded with whitespace. | 39 | |
'30.0' is a magic number. | 39 | |
Line contains a tab character. | 40 | |
'(' is preceded with whitespace. | 40 | |
'30.0' is a magic number. | 40 | |
Line contains a tab character. | 41 | |
'(' is preceded with whitespace. | 41 | |
'30.0' is a magic number. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter stability should be final. | 45 | |
'stability' hides a field. | 45 | |
Parameter height should be final. | 45 | |
'height' hides a field. | 45 | |
Parameter width should be final. | 45 | |
'width' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Parameter weight should be final. | 46 | |
'weight' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getEstability' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'setEstability' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter stability should be final. | 105 | |
'stability' hides a field. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter height should be final. | 116 | |
'height' hides a field. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter weight should be final. | 127 | |
'weight' hides a field. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter width should be final. | 138 | |
'width' hides a field. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Line contains a tab character. | 145 | |
'=' is not followed by whitespace. | 145 | |
'+' should be on a new line. | 145 | |
Line contains a tab character. | 146 | |
'+' should be on a new line. | 146 | |
Line contains a tab character. | 147 | |
'+' should be on a new line. | 147 | |
Line contains a tab character. | 148 | |
'+' should be on a new line. | 148 | |
Line contains a tab character. | 149 | |
'+' should be on a new line. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Unused import - javax.swing.JButton. | 15 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter body should be final. | 49 | |
'body' hides a field. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'acelerateAirplane' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
'3.0' is a magic number. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'dessacelerateAirplane' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'3.0' is a magic number. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Method 'heightRelativeToGround' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Method 'right' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
'(' is followed by whitespace. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Missing a Javadoc comment. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Missing a Javadoc comment. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Missing a Javadoc comment. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Method 'coordinates' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Method 'getXCoordinate' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Method 'getYCoordinate' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Method 'getZCoordinate' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Method 'setXCoordinate' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
Parameter xCordinate should be final. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Method 'setYCoordinate' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Parameter yCordinate should be final. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Method 'setZCoordinate' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Missing a Javadoc comment. | 237 | |
Parameter zCoordinate should be final. | 237 | |
'zCoordinate' hides a field. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line has trailing spaces. | 255 | |
Line contains a tab character. | 255 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line has trailing spaces. | 265 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line has trailing spaces. | 275 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line has trailing spaces. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Missing a Javadoc comment. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
'1000' is a magic number. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
'10.0' is a magic number. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 308 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Missing a Javadoc comment. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
'+' should be on a new line. | 310 | |
Line is longer than 80 characters. | 312 | |
Line contains a tab character. | 312 | |
Line is longer than 80 characters. | 313 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 317 | |
Line is longer than 80 characters. | 318 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 326 | |
Method 'addAirPlaneListener' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Missing a Javadoc comment. | 326 | |
Parameter gl should be final. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line has trailing spaces. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 332 | |
Method 'fireAirPlaneListenerDrawEvents' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Missing a Javadoc comment. | 332 | |
Line contains a tab character. | 333 | |
'for' construct must use '{}'s. | 334 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
'cast' is not followed by whitespace. | 335 | |
Line has trailing spaces. | 336 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Method 'removeAirPlaneListener' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Parameter gl should be final. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line has trailing spaces. | 342 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
'{' should be on the previous line. | 26 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
'{' should be on the previous line. | 43 | |
Parameter message should be final. | 57 | |
'{' should be on the previous line. | 58 | |
Parameter cause should be final. | 72 | |
'{' should be on the previous line. | 73 | |
Line has trailing spaces. | 86 | |
Parameter message should be final. | 89 | |
Parameter cause should be final. | 89 | |
'{' should be on the previous line. | 90 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
First sentence should end with a period. | 10 | |
'{' should be on the previous line. | 16 | |
First sentence should end with a period. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Redundant 'public' modifier. | 21 | |
Expected @param tag for 'message'. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
First sentence should end with a period. | 9 | |
Line has trailing spaces. | 12 | |
'{' should be on the previous line. | 16 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
'{' should be on the previous line. | 38 | |
Line has trailing spaces. | 51 | |
Parameter message should be final. | 54 | |
Parameter cause should be final. | 54 | |
'{' should be on the previous line. | 55 | |
Unused @param tag for 'cause'. | 69 | |
Parameter message should be final. | 71 | |
'{' should be on the previous line. | 72 | |
Parameter cause should be final. | 86 | |
'{' should be on the previous line. | 87 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Utility classes should not have a public or default constructor. | 8 | |
'{' should be on the previous line. | 9 | |
Missing a Javadoc comment. | 10 | |
Parameter args should be final. | 10 | |
Array brackets at illegal position. | 10 | |
'{' should be on the previous line. | 11 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 18 | |
'cast' is not followed by whitespace. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 30 | |
'cast' is not followed by whitespace. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ConnectorException. | 0 | |
First sentence should end with a period. | 10 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
'{' should be on the previous line. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 22 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 42 | |
Expected @throws tag for 'ConnectorException'. | 42 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 85 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 11 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
First sentence should end with a period. | 24 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 33 | |
'{' should be on the previous line. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 46 | |
Parameter arg0 should be final. | 51 | |
'{' should be on the previous line. | 52 | |
Line has trailing spaces. | 54 | |
First sentence should end with a period. | 57 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 68 | |
Parameter arg0 should be final. | 69 | |
'{' should be on the previous line. | 70 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 74 | |
First sentence should end with a period. | 75 | |
Line has trailing spaces. | 83 | |
Parameter arg0 should be final. | 88 | |
Parameter arg1 should be final. | 88 | |
'{' should be on the previous line. | 89 | |
Line has trailing spaces. | 91 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'{' should be on the previous line. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 15 | |
Parameter factory should be final. | 15 | |
'factory' hides a field. | 15 | |
Parameter broker should be final. | 15 | |
'broker' hides a field. | 15 | |
Parameter thePong should be final. | 16 | |
'thePong' hides a field. | 16 | |
'{' should be on the previous line. | 17 | |
Line has trailing spaces. | 22 | |
Method 'start' 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 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
'if' construct must use '{}'s. | 30 | |
'&&' should be on a new line. | 30 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter nm should be final. | 17 | |
'{' is not preceded with whitespace. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'{' is not preceded with whitespace. | 20 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Parameter e should be final. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
'(' is followed by whitespace. | 31 | |
'cast' is not followed by whitespace. | 31 | |
'200' is a magic number. | 31 | |
'+' is not preceded with whitespace. | 31 | |
'+' is not followed by whitespace. | 31 | |
'cast' is not followed by whitespace. | 31 | |
'200' is a magic number. | 31 | |
'+' is not preceded with whitespace. | 31 | |
'+' is not followed by whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
'{' should be on the previous line. | 9 | |
Missing a Javadoc comment. | 10 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Parameter primaryKey should be final. | 22 | |
'primaryKey' hides a field. | 22 | |
'{' should be on the previous line. | 23 | |
Line has trailing spaces. | 25 | |
'<' is not preceded with whitespace. | 26 | |
'<' is not followed by whitespace. | 26 | |
'>' is not preceded with whitespace. | 26 | |
'>' is not followed by whitespace. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 32 | |
Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 36 | |
'{' should be on the previous line. | 37 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter interfaceId should be final. | 41 | |
'{' should be on the previous line. | 42 | |
'if' construct must use '{}'s. | 43 | |
'else' construct must use '{}'s. | 45 | |
Line has trailing spaces. | 53 | |
Method 'insertValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter value should be final. | 54 | |
'{' should be on the previous line. | 55 | |
Method 'sum' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
'{' should be on the previous line. | 60 | |
Line has trailing spaces. | 62 | |
'for' construct must use '{}'s. | 63 | |
Line has trailing spaces. | 65 | |
Method 'average' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
'{' should be on the previous line. | 70 | |
Line has trailing spaces. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line has trailing spaces. | 75 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 5 | |
'{' should be on the previous line. | 16 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
'{' should be on the previous line. | 15 | |
Missing a Javadoc comment. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
'{' should be on the previous line. | 23 | |
Missing a Javadoc comment. | 26 | |
Parameter label should be final. | 26 | |
'label' hides a field. | 26 | |
Parameter source should be final. | 26 | |
'source' hides a field. | 26 | |
'{' should be on the previous line. | 27 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter label should be final. | 32 | |
'label' hides a field. | 32 | |
Parameter source should be final. | 32 | |
'source' hides a field. | 32 | |
Parameter parameters should be final. | 32 | |
'parameters' hides a field. | 32 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 42 | |
'{' should be on the previous line. | 43 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Parameter label should be final. | 50 | |
'label' hides a field. | 50 | |
'{' should be on the previous line. | 51 | |
Unused @param tag for 'source'. | 56 | |
Expected an @return tag. | 58 | |
Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 58 | |
'{' should be on the previous line. | 59 | |
Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter source should be final. | 66 | |
'source' hides a field. | 66 | |
'{' should be on the previous line. | 67 | |
Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 74 | |
'{' should be on the previous line. | 75 | |
Line has trailing spaces. | 78 | |
Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter parameters should be final. | 82 | |
'parameters' hides a field. | 82 | |
'{' should be on the previous line. | 83 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Parameter primaryKey should be final. | 26 | |
'{' should be on the previous line. | 27 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter interfaceId should be final. | 31 | |
'{' should be on the previous line. | 32 | |
'if' construct must use '{}'s. | 33 | |
Line is longer than 80 characters. | 33 | |
'else' construct must use '{}'s. | 35 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter connector should be final. | 39 | |
'connector' hides a field. | 39 | |
'{' should be on the previous line. | 40 | |
Line has trailing spaces. | 41 | |
Method 'proxyInsertValue' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter value should be final. | 44 | |
'{' should be on the previous line. | 45 | |
'if' construct must use '{}'s. | 46 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 49 | |
Method 'proxyAverage' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'{' should be on the previous line. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
'if' construct must use '{}'s. | 58 | |
Line is longer than 80 characters. | 58 | |
'cast' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Method 'assignMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter messageFactory should be final. | 65 | |
'messageFactory' hides a field. | 65 | |
'{' should be on the previous line. | 66 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 10 | |
'{' should be on the previous line. | 14 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 25 | |
First sentence should end with a period. | 26 | |
Line has trailing spaces. | 31 | |
'{' should be on the previous line. | 37 | |
Line has trailing spaces. | 38 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 47 | |
Parameter arg0 should be final. | 52 | |
'{' should be on the previous line. | 53 | |
Line has trailing spaces. | 55 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 69 | |
Parameter arg0 should be final. | 70 | |
'{' should be on the previous line. | 71 | |
Line has trailing spaces. | 73 | |
First sentence should end with a period. | 75 | |
Line has trailing spaces. | 81 | |
Parameter arg0 should be final. | 87 | |
Parameter arg1 should be final. | 87 | |
'{' should be on the previous line. | 88 | |
Line has trailing spaces. | 90 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 4 | |
Line contains a tab character. | 5 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 7 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Line has trailing spaces. | 10 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Redundant 'public' modifier. | 13 | |
Expected @param tag for 'height'. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Redundant 'public' modifier. | 23 | |
Expected @param tag for 'width'. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Redundant 'public' modifier. | 33 | |
Expected @param tag for 'weight'. | 33 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter cockpit should be final. | 39 | |
'cockpit' hides a field. | 39 | |
Parameter engine should be final. | 39 | |
'engine' hides a field. | 39 | |
Parameter fuelTank should be final. | 39 | |
'fuelTank' hides a field. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Parameter wings should be final. | 40 | |
'wings' hides a field. | 40 | |
Parameter height should be final. | 40 | |
'height' hides a field. | 40 | |
Parameter width should be final. | 40 | |
'width' hides a field. | 40 | |
Parameter weight should be final. | 40 | |
'weight' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'addCockpit' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter cockpit should be final. | 57 | |
'cockpit' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'addEngine' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter engine should be final. | 68 | |
'engine' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'addFuelTank' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter fuelTank should be final. | 79 | |
'fuelTank' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Method 'addWing' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter wing should be final. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'addWings' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter wings should be final. | 95 | |
'wings' hides a field. | 95 | |
Line contains a tab character. | 96 | |
'if' construct must use '{}'s. | 97 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'else' construct must use '{}'s. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'getCockpit' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Method 'getFuelTank' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Method 'getWing' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
Parameter height should be final. | 189 | |
'height' hides a field. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter weight should be final. | 199 | |
'weight' hides a field. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Parameter width should be final. | 210 | |
'width' hides a field. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
'=' is not followed by whitespace. | 217 | |
'+' should be on a new line. | 217 | |
Line contains a tab character. | 218 | |
'+' should be on a new line. | 218 | |
Line contains a tab character. | 219 | |
'+' should be on a new line. | 219 | |
Line contains a tab character. | 220 | |
'+' should be on a new line. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ConnectorException. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 6 | |
First sentence should end with a period. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 21 | |
'{' should be on the previous line. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
First sentence should end with a period. | 30 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Expected @param tag for 'sender'. | 39 | |
Expected @param tag for 'receiver'. | 39 | |
Expected @param tag for 'broker'. | 39 | |
Expected @throws tag for 'ConnectorException'. | 40 | |
'{' should be on the previous line. | 41 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 80 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter primaryKey should be final. | 33 | |
'primaryKey' hides a field. | 33 | |
'{' should be on the previous line. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 43 | |
Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'{' should be on the previous line. | 48 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter interfaceId should be final. | 52 | |
'{' should be on the previous line. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line is longer than 80 characters. | 54 | |
'else' construct must use '{}'s. | 56 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 64 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter provider should be final. | 65 | |
'provider' hides a field. | 65 | |
'{' should be on the previous line. | 66 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 74 | |
'{' should be on the previous line. | 75 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 84 | |
'5' is a magic number. | 84 | |
Line is longer than 80 characters. | 85 | |
'5' is a magic number. | 85 | |
Line has trailing spaces. | 86 | |
'10' is a magic number. | 87 | |
Line is longer than 80 characters. | 89 | |
'5' is a magic number. | 89 | |
Line is longer than 80 characters. | 90 | |
'5' is a magic number. | 90 | |
Line has trailing spaces. | 91 | |
Parameter e should be final. | 94 | |
Line is longer than 80 characters. | 99 | |
'5' is a magic number. | 99 | |
Line is longer than 80 characters. | 100 | |
'5' is a magic number. | 100 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 104 | |
'5' is a magic number. | 104 | |
Line is longer than 80 characters. | 105 | |
'5' is a magic number. | 105 | |
Line has trailing spaces. | 106 | |
'10' is a magic number. | 107 | |
Line is longer than 80 characters. | 110 | |
'5' is a magic number. | 110 | |
Line is longer than 80 characters. | 111 | |
'5' is a magic number. | 111 | |
Line has trailing spaces. | 112 | |
Parameter e should be final. | 115 | |
Line is longer than 80 characters. | 120 | |
'5' is a magic number. | 120 | |
Line is longer than 80 characters. | 121 | |
'5' is a magic number. | 121 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 123 | |
'5' is a magic number. | 123 | |
Line is longer than 80 characters. | 124 | |
'5' is a magic number. | 124 | |
Line has trailing spaces. | 125 | |
Line has trailing spaces. | 129 | |
Missing a Javadoc comment. | 130 | |
'{' should be on the previous line. | 131 | |
'{' should be on the previous line. | 133 | |
Line has trailing spaces. | 138 | |
Missing a Javadoc comment. | 139 | |
'{' should be on the previous line. | 140 | |
'{' should be on the previous line. | 142 | |
Line has trailing spaces. | 146 | |
Method 'proxyInsertValue' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter value should be final. | 147 | |
'{' should be on the previous line. | 148 | |
'if' construct must use '{}'s. | 149 | |
Line has trailing spaces. | 152 | |
Method 'proxyAverage' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
'{' should be on the previous line. | 154 | |
Line has trailing spaces. | 156 | |
'if' construct must use '{}'s. | 157 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 162 | |
Method 'updateAverage' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter average should be final. | 163 | |
'{' should be on the previous line. | 164 | |
'{' should be on the previous line. | 166 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'{' should be on the previous line. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 15 | |
Parameter factory should be final. | 15 | |
'factory' hides a field. | 15 | |
Parameter broker should be final. | 15 | |
'broker' hides a field. | 15 | |
Parameter thePong should be final. | 16 | |
'thePong' hides a field. | 16 | |
'{' should be on the previous line. | 17 | |
Line has trailing spaces. | 22 | |
Method 'start' 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 | |
Line has trailing spaces. | 27 | |
Method 'assyncMessage' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter message should be final. | 31 | |
'{' should be on the previous line. | 32 | |
'if' construct must use '{}'s. | 33 | |
'&&' should be on a new line. | 33 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'{' should be on the previous line. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Parameter factory should be final. | 14 | |
'factory' hides a field. | 14 | |
Parameter broker should be final. | 14 | |
'broker' hides a field. | 14 | |
'{' should be on the previous line. | 15 | |
Line has trailing spaces. | 19 | |
Method 'assyncMessage' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter message should be final. | 20 | |
'{' should be on the previous line. | 21 | |
'&&' should be on a new line. | 22 | |
'{' should be on the previous line. | 24 | |
Line has trailing spaces. | 26 | |
'{' should be on the previous line. | 29 | |
'cast' is not followed by whitespace. | 32 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 7 | |
First sentence should end with a period. | 13 | |
'{' should be on the previous line. | 17 | |
First sentence should end with a period. | 18 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Redundant 'public' modifier. | 22 | |
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Utility classes should not have a public or default constructor. | 8 | |
'{' should be on the previous line. | 9 | |
Parameter args should be final. | 14 | |
Expected @param tag for 'args'. | 14 | |
'{' should be on the previous line. | 15 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Utility classes should not have a public or default constructor. | 8 | |
'{' should be on the previous line. | 9 | |
Missing a Javadoc comment. | 10 | |
Parameter args should be final. | 10 | |
Array brackets at illegal position. | 10 | |
'{' should be on the previous line. | 11 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 26 | |
'50.0f' is a magic number. | 27 | |
'50.0f' is a magic number. | 28 | |
'70.0f' is a magic number. | 29 | |
'70.0f' is a magic number. | 30 | |
'30.0f' is a magic number. | 31 | |
'30.0f' is a magic number. | 32 | |
Line has trailing spaces. | 33 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 8 | |
First sentence should end with a period. | 9 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Redundant 'public' modifier. | 16 | |
Line has trailing spaces. | 17 | |
Redundant 'public' modifier. | 24 | |
Line is longer than 80 characters. | 33 | |
Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Redundant 'public' modifier. | 31 | |
Expected @param tag for 'stability'. | 31 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ConnectorFactoryException. | 0 | |
First sentence should end with a period. | 15 | |
Line has trailing spaces. | 16 | |
'{' should be on the previous line. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'broker' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
Expected @throws tag for 'ConnectorFactoryException'. | 44 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 14 | |
Line has trailing spaces. | 16 | |
'{' should be on the previous line. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Redundant 'public' modifier. | 26 | |
Expected @param tag for 'value'. | 26 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Expected an @return tag. | 34 | |
Redundant 'public' modifier. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Expected an @return tag. | 42 | |
Redundant 'public' modifier. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
'{' should be on the previous line. | 8 | |
Missing a Javadoc comment. | 9 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter factory should be final. | 11 | |
'factory' hides a field. | 11 | |
'{' should be on the previous line. | 12 | |
Line has trailing spaces. | 15 | |
Method 'syncMessage' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter message should be final. | 16 | |
'{' should be on the previous line. | 17 | |
Line has trailing spaces. | 19 | |
'&&' should be on a new line. | 20 | |
'{' should be on the previous line. | 22 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Redundant 'public' modifier. | 24 | |
Expected @param tag for 'MAX_CAPACITY'. | 24 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Redundant 'public' modifier. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Redundant 'public' modifier. | 37 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Redundant 'public' modifier. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Redundant 'public' modifier. | 52 | |
Expected @param tag for 'fuel'. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Redundant 'public' modifier. | 60 | |
Expected @param tag for 'fuel'. | 60 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Unclosed HTML tag found: <to complete> | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Redundant 'public' modifier. | 68 | |
Expected @param tag for 'potency'. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Redundant 'public' modifier. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Redundant 'public' modifier. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
'{' should be on the previous line. | 8 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
First sentence should end with a period. | 13 | |
'{' is not preceded with whitespace. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 20 | |
First sentence should end with a period. | 21 | |
Line is longer than 80 characters. | 27 | |
Parameter broker should be final. | 27 | |
'broker' hides a field. | 27 | |
Expected @param tag for 'broker'. | 27 | |
Parameter messageFactory should be final. | 27 | |
'messageFactory' hides a field. | 27 | |
Expected @param tag for 'messageFactory'. | 27 | |
Parameter connectorFactory should be final. | 27 | |
'connectorFactory' hides a field. | 27 | |
Expected @param tag for 'connectorFactory'. | 27 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 34 | |
First sentence should end with a period. | 35 | |
Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. | 39 | |
'{' should be on the previous line. | 40 | |
First sentence should end with a period. | 44 | |
Method 'setBroker' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter broker should be final. | 48 | |
'broker' hides a field. | 48 | |
Expected @param tag for 'broker'. | 48 | |
'{' should be on the previous line. | 49 | |
Method 'getMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'{' should be on the previous line. | 58 | |
First sentence should end with a period. | 62 | |
Method 'setMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter messageFactory should be final. | 66 | |
'messageFactory' hides a field. | 66 | |
Expected @param tag for 'messageFactory'. | 66 | |
'{' should be on the previous line. | 67 | |
First sentence should end with a period. | 71 | |
Method 'getConnectorFactory' is not designed for extension - needs to be abstract, final or empty. | 75 | |
'{' should be on the previous line. | 76 | |
First sentence should end with a period. | 80 | |
Line has trailing spaces. | 82 | |
Method 'setConnectorFactory' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Parameter connectorFactory should be final. | 84 | |
'connectorFactory' hides a field. | 84 | |
Expected @param tag for 'connectorFactory'. | 84 | |
'{' should be on the previous line. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
'{' should be on the previous line. | 15 | |
Missing a Javadoc comment. | 16 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Parameter primaryKey should be final. | 26 | |
'{' should be on the previous line. | 27 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter interfaceId should be final. | 31 | |
'{' should be on the previous line. | 32 | |
'if' construct must use '{}'s. | 33 | |
Line is longer than 80 characters. | 33 | |
'else' construct must use '{}'s. | 35 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter connector should be final. | 39 | |
'connector' hides a field. | 39 | |
'{' should be on the previous line. | 40 | |
Method 'proxyInsertValue' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter value should be final. | 44 | |
'{' should be on the previous line. | 45 | |
'if' construct must use '{}'s. | 46 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 49 | |
Method 'proxyAverage' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'{' should be on the previous line. | 51 | |
'if' construct must use '{}'s. | 52 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 54 | |
Method 'assyncMessage' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter message should be final. | 58 | |
'{' should be on the previous line. | 59 | |
'if' construct must use '{}'s. | 60 | |
'cast' is not followed by whitespace. | 61 | |
Method 'assignMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter messageFactory should be final. | 64 | |
'messageFactory' hides a field. | 64 | |
'{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Utility classes should not have a public or default constructor. | 13 | |
'{' should be on the previous line. | 14 | |
Missing a Javadoc comment. | 15 | |
Parameter args should be final. | 15 | |
Array brackets at illegal position. | 15 | |
'{' should be on the previous line. | 16 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
'{' should be on the previous line. | 21 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 40 | |
'cast' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 48 | |
'cast' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 56 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Method 'makeLevel' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter height should be final. | 23 | |
Parameter width should be final. | 23 | |
Parameter weight should be final. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'makeObjectWorld' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter objectName should be final. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
Line contains a tab character. | 12 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
'1000' is a magic number. | 14 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 12 | |
Line has trailing spaces. | 14 | |
'{' should be on the previous line. | 18 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
'<' is not preceded with whitespace. | 23 | |
'<' is not followed by whitespace. | 23 | |
'>' is not preceded with whitespace. | 23 | |
Variable 'queue' must be private and have accessor methods. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 27 | |
Parameter messageFactory should be final. | 27 | |
'messageFactory' hides a field. | 27 | |
'{' should be on the previous line. | 28 | |
Line has trailing spaces. | 30 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
'>' is not followed by whitespace. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
Method 'dispatchSyncMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter receiver should be final. | 37 | |
Parameter message should be final. | 37 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 42 | |
Method 'dispatchAssyncMessage' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter receiver should be final. | 42 | |
Parameter message should be final. | 42 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
'{' should be on the previous line. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'receiver' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'message' must be private and have accessor methods. | 54 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Parameter destination should be final. | 56 | |
Parameter message should be final. | 56 | |
'message' hides a field. | 56 | |
'{' should be on the previous line. | 57 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 63 | |
'{' should be on the previous line. | 64 | |
Missing a Javadoc comment. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Parameter queue should be final. | 67 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'queue' hides a field. | 67 | |
'{' should be on the previous line. | 68 | |
Line has trailing spaces. | 71 | |
Missing a Javadoc comment. | 72 | |
'{' should be on the previous line. | 73 | |
'while' is not followed by whitespace. | 75 | |
Method 'getMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 88 | |
'{' should be on the previous line. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Parameter primaryKey should be final. | 22 | |
'{' should be on the previous line. | 23 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter interfaceId should be final. | 27 | |
'{' should be on the previous line. | 28 | |
'if' construct must use '{}'s. | 29 | |
Line is longer than 80 characters. | 29 | |
'else' construct must use '{}'s. | 31 | |
Method 'assyncMessage' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter message should be final. | 35 | |
'{' should be on the previous line. | 36 | |
Line has trailing spaces. | 38 | |
'{' should be on the previous line. | 40 | |
Line has trailing spaces. | 42 | |
'{' should be on the previous line. | 44 | |
'if' construct must use '{}'s. | 45 | |
'&&' should be on a new line. | 45 | |
'cast' is not followed by whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
'if' construct must use '{}'s. | 50 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 54 | |
'if' construct must use '{}'s. | 55 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter connector should be final. | 59 | |
'connector' hides a field. | 59 | |
'{' should be on the previous line. | 60 | |
Method 'assignMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter messageFactory should be final. | 64 | |
'messageFactory' hides a field. | 64 | |
'{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
'{' should be on the previous line. | 7 | |
Missing a Javadoc comment. | 8 | |
'{' should be on the previous line. | 9 | |
Line has trailing spaces. | 11 | |
Method 'assyncMessage' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Parameter message should be final. | 12 | |
'{' should be on the previous line. | 13 | |
'if' construct must use '{}'s. | 14 | |
'&&' should be on a new line. | 14 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
'{' should be on the previous line. | 12 | |
Redundant 'public' modifier. | 16 | |
Redundant 'public' modifier. | 21 | |
Redundant 'public' modifier. | 27 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Redundant 'public' modifier. | 37 | |
Line has trailing spaces. | 38 | |
Redundant 'public' modifier. | 42 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 5 | |
'{' should be on the previous line. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Redundant 'public' modifier. | 14 | |
Expected @param tag for 'connector'. | 14 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Redundant 'public' modifier. | 23 | |
Expected @param tag for 'potency'. | 23 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Redundant 'public' modifier. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Redundant 'public' modifier. | 35 | |
Expected @param tag for 'MAX_POTENCY'. | 35 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Redundant 'public' modifier. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Redundant 'public' modifier. | 45 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Redundant 'public' modifier. | 51 | |
Name 'RPM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Redundant 'public' modifier. | 58 | |
Expected @param tag for 'weightRecomended'. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Redundant 'public' modifier. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Redundant 'public' modifier. | 69 | |
Expected @param tag for 'fuelTank'. | 69 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
'static' modifier out of order with the JLS suggestions. | 12 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Utility classes should not have a public or default constructor. | 8 | |
'{' should be on the previous line. | 9 | |
Parameter args should be final. | 14 | |
Expected @param tag for 'args'. | 14 | |
'{' should be on the previous line. | 15 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter stability should be final. | 27 | |
'stability' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter stability should be final. | 33 | |
'stability' hides a field. | 33 | |
Parameter height should be final. | 33 | |
'height' hides a field. | 33 | |
Parameter width should be final. | 33 | |
'width' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Parameter weight should be final. | 34 | |
'weight' hides a field. | 34 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'getEstability' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is preceded with whitespace. | 50 | |
'5' is a magic number. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'setEstability' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter stability should be final. | 93 | |
'stability' hides a field. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter height should be final. | 104 | |
'height' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter weight should be final. | 115 | |
'weight' hides a field. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter width should be final. | 126 | |
'width' hides a field. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
'{' is not preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
'=' is not followed by whitespace. | 133 | |
'+' should be on a new line. | 133 | |
Line contains a tab character. | 134 | |
'+' should be on a new line. | 134 | |
Line contains a tab character. | 135 | |
'+' should be on a new line. | 135 | |
Line contains a tab character. | 136 | |
'+' should be on a new line. | 136 | |
Line contains a tab character. | 137 | |
'+' should be on a new line. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 15 | |
'{' should be on the previous line. | 18 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 26 | |
Expected an @return tag. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 37 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Redundant 'public' modifier. | 51 | |
Expected @param tag for 'messageFactory'. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 8 | |
Unused import - javax.swing.JLabel. | 14 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter height should be final. | 57 | |
'height' hides a field. | 57 | |
Parameter width should be final. | 57 | |
'width' hides a field. | 57 | |
Parameter weight should be final. | 57 | |
'weight' hides a field. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'addObjectOnWorld' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter object should be final. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'addObjectsOnWorld' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter object should be final. | 82 | |
Expected @param tag for 'object'. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'getObjectOnWorldCoordinate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter object should be final. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'getObjectsOnWorld' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Method 'removeObjectOnWorld' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter object should be final. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
'+' is not preceded with whitespace. | 132 | |
'+' is not followed by whitespace. | 132 | |
'+' is not preceded with whitespace. | 132 | |
'+' is not followed by whitespace. | 132 | |
'+' is not preceded with whitespace. | 132 | |
'+' is not followed by whitespace. | 132 | |
'+' is not preceded with whitespace. | 132 | |
'+' is not followed by whitespace. | 132 | |
'else' construct must use '{}'s. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter height should be final. | 143 | |
'height' hides a field. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter weight should be final. | 154 | |
'weight' hides a field. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter width should be final. | 164 | |
'width' hides a field. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line has trailing spaces. | 191 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Missing a Javadoc comment. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Utility classes should not have a public or default constructor. | 8 | |
'{' should be on the previous line. | 9 | |
Parameter args should be final. | 14 | |
Expected @param tag for 'args'. | 14 | |
'{' should be on the previous line. | 15 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ContextException. | 0 | |
Missing a Javadoc comment. | 6 | |
'{' should be on the previous line. | 7 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Name 'DEFAULT_CONTEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Variable 'DEFAULT_CONTEXT' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 22 | |
First sentence should end with a period. | 23 | |
Expected @throws tag for 'ContextException'. | 29 | |
'{' should be on the previous line. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 43 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ComponentFactoryException. | 0 | |
Line has trailing spaces. | 16 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 25 | |
'{' should be on the previous line. | 28 | |
Missing a Javadoc comment. | 29 | |
Name 'DEFAULT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Variable 'DEFAULT' must be private and have accessor methods. | 29 | |
Line is longer than 80 characters. | 36 | |
Expected @throws tag for 'ComponentFactoryException'. | 36 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 101 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 8 | |
'{' should be on the previous line. | 11 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 2 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 5 | |
'{' should be on the previous line. | 10 | |
First sentence should end with a period. | 11 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Redundant 'public' modifier. | 18 | |
Expected @param tag for 'message'. | 18 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
'{' is not preceded with whitespace. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 7 | |
'{' should be on the previous line. | 12 | |
First sentence should end with a period. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Redundant 'public' modifier. | 20 | |
Line has trailing spaces. | 21 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 27 | |
Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 10 | |
'{' should be on the previous line. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Expected an @return tag. | 20 | |
Expected @param tag for 'interfaceId'. | 20 | |
Line has trailing spaces. | 21 | |
First sentence should end with a period. | 22 | |
Expected an @return tag. | 27 | |
Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 8 | |
Line has trailing spaces. | 11 | |
'{' should be on the previous line. | 17 | |
Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
'{' should be on the previous line. | 19 | |
Line has trailing spaces. | 22 | |
Method 'createMessage' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter label should be final. | 23 | |
Parameter source should be final. | 23 | |
'{' should be on the previous line. | 24 | |
Line is longer than 80 characters. | 28 | |
Method 'createMessage' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter label should be final. | 28 | |
Parameter source should be final. | 28 | |
Parameter parameters should be final. | 28 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
'(' is followed by whitespace. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
First sentence should end with a period. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Expected an @return tag. | 20 | |
Line contains a tab character. | 20 | |
Redundant 'public' modifier. | 20 | |
Expected @param tag for 'ObjectName'. | 20 | |
Name 'ObjectName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Utility classes should not have a public or default constructor. | 13 | |
'{' should be on the previous line. | 14 | |
Missing a Javadoc comment. | 15 | |
Parameter args should be final. | 15 | |
Array brackets at illegal position. | 15 | |
'{' should be on the previous line. | 16 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
'{' should be on the previous line. | 21 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 40 | |
'cast' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 48 | |
'cast' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
'cast' is not followed by whitespace. | 57 | |
'cast' is not followed by whitespace. | 57 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.RuntimeException: Unable to get class information for ComponentFactoryException. | 0 | |
First sentence should end with a period. | 15 | |
Line has trailing spaces. | 17 | |
'{' should be on the previous line. | 22 | |
Line is longer than 80 characters. | 28 | |
Redundant 'public' modifier. | 28 | |
Expected @throws tag for 'ComponentFactoryException'. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Utility classes should not have a public or default constructor. | 12 | |
'{' should be on the previous line. | 13 | |
Missing a Javadoc comment. | 14 | |
Parameter args should be final. | 14 | |
Array brackets at illegal position. | 14 | |
'{' should be on the previous line. | 15 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
'{' should be on the previous line. | 20 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 35 | |
'cast' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
'50.0f' is a magic number. | 40 | |
Line is longer than 80 characters. | 41 | |
'50.0f' is a magic number. | 41 | |
'70.0f' is a magic number. | 42 | |
Line is longer than 80 characters. | 43 | |
'70.0f' is a magic number. | 43 | |
'30.0f' is a magic number. | 44 | |
Line is longer than 80 characters. | 45 | |
'30.0f' is a magic number. | 45 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 15 | |
'{' is not preceded with whitespace. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
'{' should be on the previous line. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
First sentence should end with a period. | 24 | |
Parameter factory should be final. | 39 | |
'factory' hides a field. | 39 | |
Parameter broker should be final. | 39 | |
'broker' hides a field. | 39 | |
Parameter thePong should be final. | 40 | |
'thePong' hides a field. | 40 | |
'{' should be on the previous line. | 41 | |
Line has trailing spaces. | 46 | |
First sentence should end with a period. | 47 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 60 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 61 | |
'{' should be on the previous line. | 62 | |
Line has trailing spaces. | 65 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line contains a tab character. | 37 | |
Name 'MAX_POTENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Line contains a tab character. | 41 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
'{' should be on the previous line. | 4 | |
First sentence should end with a period. | 5 | |
Line contains a tab character. | 5 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 7 | |
Line contains a tab character. | 8 | |
Line has trailing spaces. | 9 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Expected an @return tag. | 11 | |
Line is longer than 80 characters. | 11 | |
Redundant 'public' modifier. | 11 | |
Expected @param tag for 'receiver'. | 11 | |
Expected @param tag for 'message'. | 11 | |
Line has trailing spaces. | 12 | |
First sentence should end with a period. | 13 | |
Line is longer than 80 characters. | 18 | |
Redundant 'public' modifier. | 18 | |
Expected @param tag for 'receiver'. | 18 | |
Expected @param tag for 'message'. | 18 | |
Line has trailing spaces. | 19 | |
Expected an @return tag. | 24 | |
Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Utility classes should not have a public or default constructor. | 7 | |
'{' should be on the previous line. | 8 | |
Missing a Javadoc comment. | 9 | |
Parameter args should be final. | 9 | |
Array brackets at illegal position. | 9 | |
'{' should be on the previous line. | 10 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 17 | |
'cast' is not followed by whitespace. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
'50.0f' is a magic number. | 25 | |
'50.0f' is a magic number. | 26 | |
'70.0f' is a magic number. | 27 | |
'70.0f' is a magic number. | 28 | |
'30.0f' is a magic number. | 29 | |
'30.0f' is a magic number. | 30 | |
Line has trailing spaces. | 31 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'aviaum' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'700' is a magic number. | 57 | |
'700' is a magic number. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'699' is a magic number. | 60 | |
'699' is a magic number. | 60 | |
Line contains a tab character. | 61 | |
'701' is a magic number. | 61 | |
'701' is a magic number. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
'(' is followed by whitespace. | 77 | |
'cast' is not followed by whitespace. | 77 | |
')' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
'cast' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Parameter e should be final. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
'cast' is not followed by whitespace. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Parameter e should be final. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Parameter e should be final. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
First sentence should end with a period. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Expected an @return tag. | 119 | |
Line contains a tab character. | 119 | |
Parameter factory should be final. | 119 | |
Expected @param tag for 'factory'. | 119 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'30.0' is a magic number. | 121 | |
'10.0' is a magic number. | 121 | |
Line contains a tab character. | 122 | |
'10.0' is a magic number. | 122 | |
'10.0' is a magic number. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
'30.0' is a magic number. | 123 | |
'10.0' is a magic number. | 123 | |
Line contains a tab character. | 124 | |
'10.0' is a magic number. | 124 | |
'10.0' is a magic number. | 124 | |
Line contains a tab character. | 125 | |
'30.0' is a magic number. | 125 | |
Line contains a tab character. | 126 | |
'20.0' is a magic number. | 126 | |
'50.0' is a magic number. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
'30.0' is a magic number. | 127 | |
Line contains a tab character. | 128 | |
'40.0' is a magic number. | 128 | |
'40.0' is a magic number. | 128 | |
'200.0' is a magic number. | 128 | |
Line contains a tab character. | 129 | |
'30.0' is a magic number. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
'40.0' is a magic number. | 130 | |
'30.0' is a magic number. | 130 | |
'30.0' is a magic number. | 130 | |
Line contains a tab character. | 131 | |
'7000.0' is a magic number. | 131 | |
'1000.0' is a magic number. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
'100.0' is a magic number. | 139 | |
'100.0' is a magic number. | 139 | |
'100.0' is a magic number. | 139 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
First sentence should end with a period. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Expected an @return tag. | 149 | |
Line contains a tab character. | 149 | |
Parameter factory should be final. | 149 | |
Expected @param tag for 'factory'. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
'1000.0' is a magic number. | 150 | |
Line contains a tab character. | 151 | |
'1000.0' is a magic number. | 151 | |
'10.0' is a magic number. | 151 | |
Line contains a tab character. | 153 | |
Name 'EnimyOne' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
'70.0' is a magic number. | 156 | |
Line contains a tab character. | 157 | |
'80.0' is a magic number. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
'30.0' is a magic number. | 163 | |
Line contains a tab character. | 164 | |
'30.0' is a magic number. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Parameter args should be final. | 179 | |
Expected @param tag for 'args'. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 190 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
'5000' is a magic number. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 4 | |
Line has trailing spaces. | 6 | |
'{' should be on the previous line. | 10 | |
Line is longer than 80 characters. | 15 | |
First sentence should end with a period. | 21 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 30 | |
'{' should be on the previous line. | 32 | |
Line has trailing spaces. | 33 | |
First sentence should end with a period. | 36 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Parameter arg0 should be final. | 48 | |
'{' should be on the previous line. | 49 | |
Line has trailing spaces. | 51 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 65 | |
Parameter arg0 should be final. | 66 | |
'{' should be on the previous line. | 67 | |
Line has trailing spaces. | 69 | |
First sentence should end with a period. | 72 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 84 | |
Parameter arg0 should be final. | 85 | |
Parameter arg1 should be final. | 85 | |
'{' should be on the previous line. | 86 | |
Line has trailing spaces. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
'{' is not preceded with whitespace. | 3 | |
Line contains a tab character. | 4 | |
Missing a Javadoc comment. | 4 | |
Line contains a tab character. | 5 | |
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 8 | |
'{' is not preceded with whitespace. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
'8' is a magic number. | 21 | |
'{' should be on the previous line. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Redundant 'public' modifier. | 30 | |
Expected @param tag for 'connector'. | 30 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter classId should be final. | 80 | |
Parameter primaryKey should be final. | 80 | |
Line has trailing spaces. | 82 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
'if' construct must use '{}'s. | 85 | |
Line is longer than 80 characters. | 85 | |
'if' construct must use '{}'s. | 87 | |
Line is longer than 80 characters. | 87 | |
'if' construct must use '{}'s. | 89 | |
Line is longer than 80 characters. | 89 | |
'if' construct must use '{}'s. | 91 | |
Line is longer than 80 characters. | 91 | |
'if' construct must use '{}'s. | 93 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 95 | |
'if' construct must use '{}'s. | 96 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
'cast' is not followed by whitespace. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 117 | |
Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter classId should be final. | 121 | |
Parameter primaryKey should be final. | 121 | |
Parameter interfaceId should be final. | 122 | |
Line contains a tab character. | 125 | |
'if' construct must use '{}'s. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Method 'assignMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter messageFactory should be final. | 142 | |
'messageFactory' hides a field. | 142 | |
Expected @param tag for 'messageFactory'. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
First sentence should end with a period. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Expected an @return tag. | 31 | |
Line contains a tab character. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
First sentence should end with a period. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Expected an @return tag. | 40 | |
Line contains a tab character. | 40 | |
Redundant 'public' modifier. | 40 | |
Line contains a tab character. | 41 | |
Expected @param tag for 'object'. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Parameter primaryKey should be final. | 20 | |
'{' should be on the previous line. | 21 | |
Line has trailing spaces. | 24 | |
Method 'queryInterface' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter interfaceId should be final. | 25 | |
'{' should be on the previous line. | 26 | |
'if' construct must use '{}'s. | 27 | |
Line is longer than 80 characters. | 27 | |
'else' construct must use '{}'s. | 29 | |
Method 'syncMessage' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 | |
'{' should be on the previous line. | 34 | |
Line has trailing spaces. | 36 | |
'{' should be on the previous line. | 38 | |
Line has trailing spaces. | 40 | |
'{' should be on the previous line. | 42 | |
'if' construct must use '{}'s. | 43 | |
'&&' should be on a new line. | 43 | |
'cast' is not followed by whitespace. | 45 | |
'if' construct must use '{}'s. | 46 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 52 | |
Method 'assignMessageFactory' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter messageFactory should be final. | 56 | |
'messageFactory' hides a field. | 56 | |
'{' should be on the previous line. | 57 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 10 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
'10000.0' is a magic number. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Name 'MIN_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Array brackets at illegal position. | 27 | |
'{' is followed by whitespace. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter height should be final. | 29 | |
'height' hides a field. | 29 | |
Parameter width should be final. | 29 | |
'width' hides a field. | 29 | |
Parameter weight should be final. | 29 | |
'weight' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Parameter MAX_CAPACITY should be final. | 30 | |
'MAX_CAPACITY' hides a field. | 30 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'descressFuel' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter fuel should be final. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'if' construct must use '{}'s. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'fillFluelTank' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter fuel should be final. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'fuelToEngine' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter potency should be final. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'0.20' is a magic number. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Method 'getCurrentFuelStats' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'getLowMedHigFuelStats' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'0.50' is a magic number. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'0.20' is a magic number. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'0.80' is a magic number. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Method 'getMaxCapacity' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Method 'setMaxCapacity' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter MAX_CAPACITY should be final. | 169 | |
'MAX_CAPACITY' hides a field. | 169 | |
Name 'MAX_CAPACITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Method 'getCurrentCapacity' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter height should be final. | 227 | |
'height' hides a field. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line has trailing spaces. | 235 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter weight should be final. | 238 | |
'weight' hides a field. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line has trailing spaces. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter width should be final. | 248 | |
'width' hides a field. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Method 'setCurrentCapacity' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Parameter currentCapacity should be final. | 258 | |
'currentCapacity' hides a field. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 262 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - games.simulation.flayer.interfaces.subjectFamily.AirPlaneSubject. | 6 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Redundant 'public' modifier. | 30 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Redundant 'public' modifier. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Redundant 'public' modifier. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
'{' should be on the previous line. | 8 | |
Missing a Javadoc comment. | 9 | |
Redundant 'public' modifier. | 9 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
'{' is not preceded with whitespace. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter height should be final. | 24 | |
'height' hides a field. | 24 | |
Parameter width should be final. | 24 | |
'width' hides a field. | 24 | |
Parameter weight should be final. | 24 | |
'weight' hides a field. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'setObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter height should be final. | 33 | |
'height' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter weight should be final. | 42 | |
'weight' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'setObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter width should be final. | 50 | |
'width' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'area' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'getObjectHeight' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Method 'getObjectWeight' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Method 'getObjectWidth' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'=' is not followed by whitespace. | 89 | |
'+' should be on a new line. | 89 | |
Line contains a tab character. | 90 | |
'+' should be on a new line. | 90 | |
Line contains a tab character. | 91 | |
'+' should be on a new line. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
'{' should be on the previous line. | 13 | |
First sentence should end with a period. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Redundant 'public' modifier. | 21 |