The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
12 | 0 | 0 | 1997 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 116 | Error |
JavadocType | 0 | Error |
JavadocVariable | 25 | Error |
JavadocStyle | 18 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 178 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 1161 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 212 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 1 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 44 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 102 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 17 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 80 | Error |
GenericIllegalRegexp
|
38 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 15 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'sink' must be private and have accessor methods. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'fontName' must be private and have accessor methods. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'fontSize' must be private and have accessor methods. | 23 | |
First sentence should end with a period. | 25 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Variable 'programName' must be private and have accessor methods. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Variable 'layout' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'getLayout' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setLayout' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter layout should be final. | 37 | |
'layout' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getSink' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'setSink' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter sink should be final. | 45 | |
'sink' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Method 'getFontName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'setFontName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter fontName should be final. | 53 | |
'fontName' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Method 'getFontSize' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'setFontSize' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter fontSize should be final. | 61 | |
'fontSize' hides a field. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'getProgramName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'setProgramName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter programName should be final. | 69 | |
'programName' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Method 'invokeDot' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter dot should be final. | 73 | |
Parameter name should be final. | 73 | |
Parameter outputDirectory should be final. | 73 | |
Parameter log should be final. | 73 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
'<' is not preceded with whitespace. | 87 | |
'<' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
'<' is not preceded with whitespace. | 87 | |
'<' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
'>' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 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 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
'<' is not preceded with whitespace. | 7 | |
'<' is not followed by whitespace. | 7 | |
'>' is not preceded with whitespace. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter count should be final. | 17 | |
'count' hides a field. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter name should be final. | 29 | |
'name' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
First sentence should end with a period. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Expected an @return tag. | 36 | |
Line contains a tab character. | 36 | |
Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Parameter o should be final. | 36 | |
Expected @param tag for 'o'. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 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 | |
Method 'setShowAssociations' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter showAssociations should be final. | 35 | |
'showAssociations' hides a field. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Method 'setShowAttributesAndMethods' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter showAttributesAndMethods should be final. | 39 | |
'showAttributesAndMethods' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter sink should be final. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
First sentence should end with a period. | 47 | |
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 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
First sentence should end with a period. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'beginDocument' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
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 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Parameter asTypes should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'>' is not followed by whitespace. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 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 | |
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 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 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. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
'<' is not preceded with whitespace. | 141 | |
'<' is not followed by whitespace. | 141 | |
'>' is not preceded with whitespace. | 141 | |
'>' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 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. | 153 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'<' is not preceded with whitespace. | 159 | |
'<' is not followed by whitespace. | 159 | |
'>' is not preceded with whitespace. | 159 | |
'>' is not followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
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 | |
Line is longer than 80 characters. | 170 | |
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 contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
'<' is not preceded with whitespace. | 186 | |
'<' is not followed by whitespace. | 186 | |
'>' is not preceded with whitespace. | 186 | |
'>' is not followed by whitespace. | 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 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
'<' is not preceded with whitespace. | 191 | |
'<' is not followed by whitespace. | 191 | |
'>' is not preceded with whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
First sentence should end with a period. | 207 | |
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 is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter root should be final. | 211 | |
Expected @param tag for 'root'. | 211 | |
Parameter asTypes should be final. | 211 | |
'<' is not preceded with whitespace. | 211 | |
'<' is not followed by whitespace. | 211 | |
'<' is not preceded with whitespace. | 211 | |
'<' is not followed by whitespace. | 211 | |
'>' is not preceded with whitespace. | 211 | |
'>' is not followed by whitespace. | 211 | |
'>' is not preceded with whitespace. | 211 | |
Expected @param tag for 'asTypes'. | 211 | |
Parameter actionScriptParseErrors should be final. | 211 | |
'<' is not preceded with whitespace. | 211 | |
'<' is not followed by whitespace. | 211 | |
'>' is not preceded with whitespace. | 211 | |
Expected @param tag for 'actionScriptParseErrors'. | 211 | |
Parameter outputDirectory should be final. | 211 | |
Expected @param tag for 'outputDirectory'. | 211 | |
Parameter log should be final. | 211 | |
Expected @param tag for 'log'. | 211 | |
Expected @throws tag for 'Exception'. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'<' is not preceded with whitespace. | 221 | |
'<' is not followed by whitespace. | 221 | |
'<' is not preceded with whitespace. | 221 | |
'<' is not followed by whitespace. | 221 | |
'>' is not preceded with whitespace. | 221 | |
'>' is not followed by whitespace. | 221 | |
'>' is not preceded with whitespace. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Expression can be simplified. | 224 | |
Avoid inline conditionals. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 275 | |
Method 'getClassFillColor' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
Method 'setClassFillColor' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter classFillColor should be final. | 279 | |
'classFillColor' hides a field. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Method 'getInterfaceFillColor' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Method 'setInterfaceFillColor' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
Parameter interfaceFillColor should be final. | 287 | |
'interfaceFillColor' hides a field. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 291 | |
Method 'setMxmlFillColor' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Missing a Javadoc comment. | 291 | |
Parameter mxmlFillColor should be final. | 291 | |
'mxmlFillColor' hides a field. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Variable 'outputDirectory' must be private and have accessor methods. | 48 | |
First sentence should end with a period. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Variable 'classFillColor' must be private and have accessor methods. | 55 | |
First sentence should end with a period. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Variable 'interfaceFillColor' must be private and have accessor methods. | 62 | |
First sentence should end with a period. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Variable 'mxmlFillColor' must be private and have accessor methods. | 69 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Variable 'actionScriptUMLLayout' must be private and have accessor methods. | 76 | |
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 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Variable 'project' must be private and have accessor methods. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 118 | |
Method 'executeReport' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Parameter locale should be final. | 119 | |
Line contains a tab character. | 121 | |
'<' is not preceded with whitespace. | 121 | |
'<' is not followed by whitespace. | 121 | |
'>' is not preceded with whitespace. | 121 | |
'<' is not preceded with whitespace. | 121 | |
'<' is not followed by whitespace. | 121 | |
'>' is not preceded with whitespace. | 121 | |
'>' is not followed by whitespace. | 121 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
'<' is not preceded with whitespace. | 125 | |
'<' is not followed by whitespace. | 125 | |
'>' is not preceded with whitespace. | 125 | |
'<' is not preceded with whitespace. | 125 | |
'<' is not followed by whitespace. | 125 | |
'>' is not preceded with whitespace. | 125 | |
'>' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
'>' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
'>' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
'>' is not followed by whitespace. | 126 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'<' is not preceded with whitespace. | 144 | |
'<' is not followed by whitespace. | 144 | |
'>' is not preceded with whitespace. | 144 | |
Avoid inline conditionals. | 144 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'<' is not preceded with whitespace. | 147 | |
'<' is not followed by whitespace. | 147 | |
'>' is not preceded with whitespace. | 147 | |
'>' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Avoid inline conditionals. | 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 is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 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 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
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 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter file should be final. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter sourceFile should be final. | 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. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter sourceDir should be final. | 209 | |
'sourceDir' hides a field. | 209 | |
Parameter sourceFile should be final. | 209 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'if' construct must use '{}'s. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 247 | |
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. | 255 | |
Line contains a tab character. | 257 | |
Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Method 'getSourceDir' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Method 'setSourceDir' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Parameter sourceDir should be final. | 272 | |
'sourceDir' hides a field. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 276 | |
Method 'getOutputDirectory' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 281 | |
Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 285 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter locale should be final. | 285 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter locale should be final. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Missing a Javadoc comment. | 295 | |
Parameter locale should be final. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 299 | |
Method 'getClassFillColor' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 303 | |
Method 'setClassFillColor' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter classFillColor should be final. | 303 | |
'classFillColor' hides a field. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 307 | |
Method 'getInterfaceFillColor' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Method 'setInterfaceFillColor' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Parameter interfaceFillColor should be final. | 311 | |
'interfaceFillColor' hides a field. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 315 | |
Method 'isShowAttributesAndMethods' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line is longer than 80 characters. | 319 | |
Line contains a tab character. | 319 | |
Method 'setShowAttributesAndMethods' is not designed for extension - needs to be abstract, final or empty. | 319 | |
Missing a Javadoc comment. | 319 | |
Parameter showAttributesAndMethods should be final. | 319 | |
'showAttributesAndMethods' hides a field. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 323 | |
Method 'getSiteRenderer' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 328 | |
Method 'isShowAssociations' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 332 | |
Method 'setShowAssociations' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Missing a Javadoc comment. | 332 | |
Parameter showAssociations should be final. | 332 | |
'showAssociations' hides a field. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 336 | |
Method 'getActionScriptUMLLayout' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Missing a Javadoc comment. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 340 | |
Method 'setActionScriptUMLLayout' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter actionScriptUMLLayout should be final. | 340 | |
'actionScriptUMLLayout' hides a field. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 344 | |
Method 'setMxmlFillColor' is not designed for extension - needs to be abstract, final or empty. | 344 | |
Missing a Javadoc comment. | 344 | |
Parameter mxmlFillColor should be final. | 344 | |
'mxmlFillColor' hides a field. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'>' is not followed by whitespace. | 14 | |
Line contains a tab character. | 16 | |
Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'setFilename' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter filename should be final. | 20 | |
'filename' hides a field. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'getUsedRemoteObjects' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Method 'setUsedRemoteObjects' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter usedRemoteObjects should be final. | 28 | |
'<' is not preceded with whitespace. | 28 | |
'<' is not followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
'usedRemoteObjects' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 10 | |
First sentence should end with a period. | 14 | |
Line contains a tab character. | 14 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 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 | |
Variable 'programName' must be private and have accessor methods. | 20 | |
First sentence should end with a period. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Variable 'fontName' must be private and have accessor methods. | 27 | |
First sentence should end with a period. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Variable 'fontSize' must be private and have accessor methods. | 34 | |
Line contains a tab character. | 36 | |
Method 'setFontName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter fontName should be final. | 36 | |
'fontName' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setFontSize' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter fontSize should be final. | 40 | |
'fontSize' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'setProgramName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter programName should be final. | 44 | |
'programName' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter root should be final. | 48 | |
Parameter files should be final. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
Parameter extensions should be final. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 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 is longer than 80 characters. | 58 | |
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. | 66 | |
Line contains a tab character. | 68 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 7 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 15 | |
Method 'getSourceFile' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 19 | |
Method 'setSourceFile' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter sourceFile should be final. | 19 | |
'sourceFile' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 23 | |
Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter error should be final. | 27 | |
'error' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'>' is not followed by whitespace. | 16 | |
Line contains a tab character. | 18 | |
Method 'getMethods' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Method 'setMethods' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter methods should be final. | 22 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
'methods' hides a field. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter destination should be final. | 30 | |
'destination' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter count should be final. | 38 | |
'count' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
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 | |
Variable 'outputDirectory' must be private and have accessor methods. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
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 | |
Line contains a tab character. | 51 | |
Variable 'project' must be private and have accessor methods. | 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 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Variable 'remoteObjectLayout' must be private and have accessor methods. | 66 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
'>' is not preceded with whitespace. | 71 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
First sentence should end with a period. | 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 | |
Line contains a tab character. | 83 | |
First sentence should end with a period. | 85 | |
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 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Method 'executeReport' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter locale should be final. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
'>' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
'<' is not preceded with whitespace. | 106 | |
'<' is not followed by whitespace. | 106 | |
'>' is not preceded with whitespace. | 106 | |
'>' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
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 contains a tab character. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
'<' is not preceded with whitespace. | 123 | |
'<' is not followed by whitespace. | 123 | |
'>' is not preceded with whitespace. | 123 | |
'<' is not preceded with whitespace. | 123 | |
'<' is not followed by whitespace. | 123 | |
'>' is not preceded with whitespace. | 123 | |
'>' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
'>' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
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 | |
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 contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter file should be final. | 149 | |
Parameter remoteObjects should be final. | 149 | |
'<' is not preceded with whitespace. | 149 | |
'<' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
Parameter components should be final. | 149 | |
'<' is not preceded with whitespace. | 149 | |
'<' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line is longer than 80 characters. | 165 | |
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. | 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 is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 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 | |
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. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Method 'getSourceDir' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Method 'setSourceDir' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Parameter sourceDir should be final. | 264 | |
'sourceDir' hides a field. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 268 | |
Method 'getOutputDirectory' 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. | 271 | |
Line contains a tab character. | 273 | |
Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 277 | |
Method 'getSiteRenderer' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 281 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter locale should be final. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 286 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Missing a Javadoc comment. | 286 | |
Parameter locale should be final. | 286 | |
Line is longer than 80 characters. | 287 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 291 | |
Missing a Javadoc comment. | 291 | |
Parameter locale should be final. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Missing a Javadoc comment. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 299 | |
Method 'getRemoteObjectPatterns' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
'<' is not preceded with whitespace. | 299 | |
'<' is not followed by whitespace. | 299 | |
'>' is not preceded with whitespace. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 303 | |
Method 'setRemoteObjectPatterns' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter remoteObjectPatterns should be final. | 303 | |
'<' is not preceded with whitespace. | 303 | |
'<' is not followed by whitespace. | 303 | |
'>' is not preceded with whitespace. | 303 | |
'remoteObjectPatterns' hides a field. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 307 | |
Method 'getRemoteMethodPatterns' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
'<' is not preceded with whitespace. | 307 | |
'<' is not followed by whitespace. | 307 | |
'>' is not preceded with whitespace. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Method 'setRemoteMethodPatterns' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Parameter remoteMethodPatterns should be final. | 311 | |
'<' is not preceded with whitespace. | 311 | |
'<' is not followed by whitespace. | 311 | |
'>' is not preceded with whitespace. | 311 | |
'remoteMethodPatterns' hides a field. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 315 | |
Method 'getRemoteObjectColor' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 319 | |
Method 'setRemoteObjectColor' is not designed for extension - needs to be abstract, final or empty. | 319 | |
Missing a Javadoc comment. | 319 | |
Parameter remoteObjectColor should be final. | 319 | |
'remoteObjectColor' hides a field. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 323 | |
Method 'getMxmlComponentColor' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 327 | |
Method 'setMxmlComponentColor' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Missing a Javadoc comment. | 327 | |
Parameter mxmlComponentColor should be final. | 327 | |
'mxmlComponentColor' hides a field. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 331 | |
Method 'getRemoteObjectLayout' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Missing a Javadoc comment. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 335 | |
Method 'setRemoteObjectLayout' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Missing a Javadoc comment. | 335 | |
Parameter remoteObjectLayout should be final. | 335 | |
'remoteObjectLayout' hides a field. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 14 | |
First sentence should end with a period. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
First sentence should end with a period. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter sink should be final. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
First sentence should end with a period. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
First sentence should end with a period. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'beginDocument' is not designed for extension - needs to be abstract, final or empty. | 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. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter remoteObjects should be final. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
Parameter components should be final. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 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 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. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'+' is not preceded with whitespace. | 87 | |
'+' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
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 is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
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 has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter remoteObjects should be final. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
Expected @param tag for 'remoteObjects'. | 124 | |
Parameter components should be final. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
Expected @param tag for 'components'. | 124 | |
Parameter outputDirectory should be final. | 124 | |
Expected @param tag for 'outputDirectory'. | 124 | |
Parameter log should be final. | 124 | |
Expected @param tag for 'log'. | 124 | |
Expected @throws tag for 'Exception'. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
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 contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 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. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
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 contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
'<' is not preceded with whitespace. | 192 | |
'<' is not followed by whitespace. | 192 | |
'>' is not preceded with whitespace. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line 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. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
'<' is not preceded with whitespace. | 238 | |
'<' is not followed by whitespace. | 238 | |
'>' is not preceded with whitespace. | 238 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
'<' is not preceded with whitespace. | 242 | |
'<' is not followed by whitespace. | 242 | |
'>' is not preceded with whitespace. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 271 | |
Method 'getRemoteObjectColor' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 275 | |
Method 'setRemoteObjectColor' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Parameter remoteObjectColor should be final. | 275 | |
'remoteObjectColor' hides a field. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
Method 'getMxmlComponentColor' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Method 'setMxmlComponentColor' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Parameter mxmlComponentColor should be final. | 283 | |
'mxmlComponentColor' hides a field. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
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 is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
'>' is not followed by whitespace. | 22 | |
Line contains a tab character. | 24 | |
Method 'getUsedMethods' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'setUsedMethods' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter usedMethods should be final. | 28 | |
'<' is not preceded with whitespace. | 28 | |
'<' is not followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
'usedMethods' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter component should be final. | 36 | |
'component' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'getRemoteObject' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'setRemoteObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter remoteObject should be final. | 44 | |
'remoteObject' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'getId' 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 | |
Line contains a tab character. | 52 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter id should be final. | 52 | |
'id' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter destination should be final. | 60 | |
'destination' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'getRemoteObjectType' 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. | 68 | |
Method 'setRemoteObjectType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter remoteObjectType should be final. | 68 | |
'remoteObjectType' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 |