Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 28 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
Translation | 0 | ![]() |
FileLength | 2 | ![]() |
FileTabCharacter
| 1597 | ![]() |
RegexpSingleline
| 2086 | ![]() |
JavadocMethod | 464 | ![]() |
JavadocType | 19 | ![]() |
JavadocVariable | 239 | ![]() |
JavadocStyle | 119 | ![]() |
ConstantName | 5 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 1 | ![]() |
MemberName | 7 | ![]() |
MethodName | 10 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 1 | ![]() |
StaticVariableName | 6 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 1 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 28 | ![]() |
LineLength | 2889 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 5 | ![]() |
NoWhitespaceBefore | 2 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 417 | ![]() |
WhitespaceAround | 64 | ![]() |
ModifierOrder | 41 | ![]() |
RedundantModifier | 64 | ![]() |
AvoidNestedBlocks | 1 | ![]() |
EmptyBlock | 7 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 48 | ![]() |
RightCurly | 19 | ![]() |
AvoidInlineConditionals | 37 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 31 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 3 | ![]() |
MagicNumber | 268 | ![]() |
MissingSwitchDefault | 4 | ![]() |
RedundantThrows | 14 | ![]() |
SimplifyBooleanExpression | 1 | ![]() |
SimplifyBooleanReturn | 2 | ![]() |
DesignForExtension | 467 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 3 | ![]() |
VisibilityModifier | 75 | ![]() |
ArrayTypeStyle | 5 | ![]() |
FinalParameters | 311 | ![]() |
TodoComment | 22 | ![]() |
UpperEll | 3 | ![]() |
Details
org/eclipse/wb/swt/SWTResourceManager.java
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Utility classes should not have a public or default constructor. | 43 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'm_colorMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() | 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 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Parameter systemColorID should be final. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line 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 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Parameter r should be final. | 72 |
![]() | Parameter g should be final. | 72 |
![]() | Parameter b should be final. | 72 |
![]() | 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 has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Parameter rgb should be final. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | 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. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Name 'm_imageMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | 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 contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Parameter stream should be final. | 116 |
![]() | Expected @throws tag for 'IOException'. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | 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 has trailing spaces. | 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 |
![]() | Parameter path should be final. | 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. | 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 contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Parameter clazz should be final. | 157 |
![]() | Parameter path should be final. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | 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. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 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 is longer than 80 characters. | 190 |
![]() | 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 is longer than 80 characters. | 194 |
![]() | 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 is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Name 'm_decoratedImageMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Parameter baseImage should be final. | 219 |
![]() | Parameter decorator should be final. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | 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 is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line 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 is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | 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. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Avoid nested blocks. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | Name 'm_fontMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | Name 'm_fontToBoldFontMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line has trailing spaces. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Parameter name should be final. | 321 |
![]() | Parameter height should be final. | 321 |
![]() | Parameter style should be final. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Line contains a tab character. | 340 |
![]() | Parameter name should be final. | 340 |
![]() | Parameter size should be final. | 340 |
![]() | Parameter style should be final. | 340 |
![]() | Parameter strikeout should be final. | 340 |
![]() | Parameter underline should be final. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line contains a tab character. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line has trailing spaces. | 368 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Parameter baseFont should be final. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Array brackets at illegal position. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Name 'm_idToCursorMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line has trailing spaces. | 409 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Parameter id should be final. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
org/jaxrx/JaxRx.java
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException | 0 |
![]() | Line is longer than 80 characters. | 16 |
![]() | 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 is longer than 80 characters. | 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. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line 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. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | 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 is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | 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 is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | 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. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | 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 contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | 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 is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
org/jaxrx/JettyServer.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 64 |
![]() | 'catch' is not followed by whitespace. | 84 |
org/jaxrx/core/JaxRxConstants.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | '{' is followed by whitespace. | 74 |
![]() | '{' is followed by whitespace. | 75 |
![]() | '{' is followed by whitespace. | 76 |
![]() | '{' is followed by whitespace. | 77 |
![]() | 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. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
org/jaxrx/core/JaxRxException.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 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 |
![]() | '500' is a magic number. | 64 |
org/jaxrx/core/QueryParameter.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
org/jaxrx/core/ResourcePath.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Avoid inline conditionals. | 92 |
![]() | '{' is followed by whitespace. | 92 |
![]() | 'for' construct must use '{}'s. | 104 |
![]() | 'for' is not followed by whitespace. | 104 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | Avoid inline conditionals. | 138 |
org/jaxrx/core/ResponseBuilder.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 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. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | 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 contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | 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 contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | 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. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line 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. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
org/jaxrx/core/SchemaChecker.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line 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. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | '400' is a magic number. | 86 |
![]() | 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. | 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 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 contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
org/jaxrx/core/Systems.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Variable 'key' must be private and have accessor methods. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Variable 'value' must be private and have accessor methods. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line 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. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | 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. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | 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 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 is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | 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. | 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 is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | '404' is a magic number. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | 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. | 148 |
![]() | Line contains a tab character. | 149 |
org/jaxrx/dom/DOMJaxRx.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | 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 contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | 'if' construct must use '{}'s. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | 'else' construct must use '{}'s. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | 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 is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 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 is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Avoid inline conditionals. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | '400' is a magic number. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | '500' is a magic number. | 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 |
![]() | '500' is a magic number. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | '500' is a magic number. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | 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 is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | 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 is longer than 80 characters. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line 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. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | '404' is a magic number. | 191 |
![]() | Line contains a tab character. | 192 |
org/jaxrx/dom/DOMs.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
org/jaxrx/resource/AResource.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Using the '.*' form of import should be avoided - org.jaxrx.core.JaxRxConstants.*. | 29 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 104 |
![]() | Avoid inline conditionals. | 113 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | 'while' is not followed by whitespace. | 120 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | 'for' construct must use '{}'s. | 124 |
![]() | 'for' is not followed by whitespace. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | 'catch' is not followed by whitespace. | 136 |
![]() | '400' is a magic number. | 137 |
![]() | Line has trailing spaces. | 147 |
![]() | 'for' is not followed by whitespace. | 159 |
![]() | 'for' is not followed by whitespace. | 160 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters. | 185 |
![]() | 'for' is not followed by whitespace. | 189 |
![]() | 'for' is not followed by whitespace. | 196 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | 'if' is not followed by whitespace. | 202 |
![]() | 'for' is not followed by whitespace. | 207 |
![]() | Line has trailing spaces. | 220 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '400' is a magic number. | 233 |
![]() | 'if' construct must use '{}'s. | 240 |
![]() | Line is longer than 80 characters. | 240 |
![]() | 'if' is not followed by whitespace. | 240 |
![]() | Avoid inline conditionals. | 243 |
![]() | Avoid inline conditionals. | 244 |
![]() | 'catch' is not followed by whitespace. | 245 |
![]() | '400' is a magic number. | 246 |
![]() | Line has trailing spaces. | 254 |
![]() | Line is longer than 80 characters. | 258 |
![]() | 'for' is not followed by whitespace. | 261 |
![]() | 'if' construct must use '{}'s. | 264 |
![]() | 'if' is not followed by whitespace. | 264 |
![]() | 'catch' is not followed by whitespace. | 268 |
![]() | Must have at least one statement. | 268 |
![]() | Line has trailing spaces. | 278 |
![]() | Line has trailing spaces. | 299 |
org/jaxrx/resource/JaxRxResource.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 118 |
![]() | ',' is not followed by whitespace. | 130 |
org/jaxrx/resource/XMLResource.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 105 |
![]() | '}' is not preceded with whitespace. | 114 |
![]() | Line has trailing spaces. | 130 |
![]() | '}' is not preceded with whitespace. | 138 |
![]() | Line has trailing spaces. | 152 |
org/treetank/access/BucketReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Variable 'mRootBucket' must be private and have accessor methods. | 81 |
![]() | Variable 'mMetaBucket' must be private and have accessor methods. | 84 |
![]() | First sentence should end with a period. | 86 |
![]() | Variable 'mSession' must be private and have accessor methods. | 87 |
![]() | Variable 'mCache' must be private and have accessor methods. | 93 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Unused @throws tag for 'TTIOException'. | 108 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Expected @throws tag for 'TTException'. | 113 |
![]() | '100' is a magic number. | 120 |
![]() | Line has trailing spaces. | 125 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '3' is a magic number. | 136 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line has trailing spaces. | 161 |
![]() | Expected an @return tag. | 165 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Method 'getRevision' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Method 'getMetaBucket' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line has trailing spaces. | 204 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line has trailing spaces. | 221 |
![]() | Line has trailing spaces. | 225 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line is longer than 80 characters. | 241 |
![]() | 'cast' is not followed by whitespace. | 241 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 251 |
![]() | 'cast' is not followed by whitespace. | 254 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line has trailing spaces. | 271 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 280 |
![]() | '3' is a magic number. | 280 |
![]() | '3' is a magic number. | 280 |
![]() | 'cast' is not followed by whitespace. | 281 |
![]() | Line has trailing spaces. | 286 |
![]() | Line has trailing spaces. | 292 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Expected @param tag for 'pReader'. | 296 |
![]() | Line is longer than 80 characters. | 302 |
![]() | 'cast' is not followed by whitespace. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line has trailing spaces. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line has trailing spaces. | 329 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Redundant 'final' modifier. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Expected @throws tag for 'TTIOException'. | 341 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line is longer than 80 characters. | 359 |
![]() | 'cast' is not followed by whitespace. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | '}' is not followed by whitespace. | 365 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Redundant 'final' modifier. | 391 |
![]() | Line is longer than 80 characters. | 392 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | Line is longer than 80 characters. | 408 |
org/treetank/access/BucketWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 78 |
![]() | First sentence should end with a period. | 113 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Unused @throws tag for 'TTIOException'. | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Expected @throws tag for 'TTException'. | 132 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | 'cast' is not followed by whitespace. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | 'cast' is not followed by whitespace. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '16384' is a magic number. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 165 |
![]() | '3' is a magic number. | 165 |
![]() | 'cast' is not followed by whitespace. | 168 |
![]() | 'cast' is not followed by whitespace. | 169 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '3' is a magic number. | 183 |
![]() | Line is longer than 80 characters. | 186 |
![]() | 'cast' is not followed by whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'cast' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '3' is a magic number. | 198 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line is longer than 80 characters. | 207 |
![]() | 'cast' is not followed by whitespace. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | 'cast' is not followed by whitespace. | 208 |
![]() | '}' should be on the same line. | 209 |
![]() | '}' is not followed by whitespace. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | 'cast' is not followed by whitespace. | 211 |
![]() | '}' should be on the same line. | 215 |
![]() | '}' is not followed by whitespace. | 215 |
![]() | Line is longer than 80 characters. | 222 |
![]() | 'cast' is not followed by whitespace. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | 'cast' is not followed by whitespace. | 223 |
![]() | '}' should be on the same line. | 224 |
![]() | '}' is not followed by whitespace. | 224 |
![]() | Line is longer than 80 characters. | 226 |
![]() | 'cast' is not followed by whitespace. | 226 |
![]() | '}' should be on the same line. | 230 |
![]() | '}' is not followed by whitespace. | 230 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Missing a Javadoc comment. | 276 |
![]() | Must have at least one statement. | 296 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Line is longer than 80 characters. | 343 |
![]() | '3' is a magic number. | 343 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line is longer than 80 characters. | 355 |
![]() | 'cast' is not followed by whitespace. | 355 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line is longer than 80 characters. | 374 |
![]() | 'cast' is not followed by whitespace. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line is longer than 80 characters. | 377 |
![]() | 'cast' is not followed by whitespace. | 378 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line is longer than 80 characters. | 383 |
![]() | '}' should be on the same line. | 386 |
![]() | '}' is not followed by whitespace. | 386 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line is longer than 80 characters. | 395 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line is longer than 80 characters. | 406 |
![]() | '}' should be on the same line. | 421 |
![]() | '}' is not followed by whitespace. | 421 |
![]() | Line is longer than 80 characters. | 423 |
![]() | Line is longer than 80 characters. | 426 |
![]() | 'cast' is not followed by whitespace. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | 'cast' is not followed by whitespace. | 427 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line has trailing spaces. | 438 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Expected @throws tag for 'TTException'. | 451 |
![]() | Line is longer than 80 characters. | 453 |
![]() | Line is longer than 80 characters. | 455 |
![]() | Line is longer than 80 characters. | 458 |
![]() | '3' is a magic number. | 461 |
![]() | Line is longer than 80 characters. | 462 |
![]() | '}' should be on the same line. | 462 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Line is longer than 80 characters. | 492 |
![]() | 'cast' is not followed by whitespace. | 496 |
![]() | '}' should be on the same line. | 497 |
![]() | Line is longer than 80 characters. | 502 |
![]() | 'cast' is not followed by whitespace. | 502 |
![]() | Line is longer than 80 characters. | 506 |
![]() | Line is longer than 80 characters. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Line is longer than 80 characters. | 527 |
![]() | '}' should be on the same line. | 527 |
![]() | 'cast' is not followed by whitespace. | 529 |
![]() | Line is longer than 80 characters. | 540 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Line is longer than 80 characters. | 544 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line is longer than 80 characters. | 548 |
![]() | Line is longer than 80 characters. | 552 |
![]() | Line is longer than 80 characters. | 556 |
![]() | Line is longer than 80 characters. | 559 |
![]() | Line is longer than 80 characters. | 561 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Line is longer than 80 characters. | 566 |
![]() | 'cast' is not followed by whitespace. | 566 |
![]() | Line is longer than 80 characters. | 567 |
![]() | 'cast' is not followed by whitespace. | 567 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line is longer than 80 characters. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | Line is longer than 80 characters. | 587 |
![]() | Missing a Javadoc comment. | 591 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Missing a Javadoc comment. | 598 |
![]() | Line is longer than 80 characters. | 602 |
![]() | 'cast' is not followed by whitespace. | 603 |
![]() | First sentence should end with a period. | 606 |
![]() | Line has trailing spaces. | 608 |
![]() | Line has trailing spaces. | 620 |
![]() | Line has trailing spaces. | 622 |
![]() | Missing a Javadoc comment. | 626 |
![]() | Variable 'mMeta' must be private and have accessor methods. | 626 |
![]() | Missing a Javadoc comment. | 627 |
![]() | Variable 'mRoot' must be private and have accessor methods. | 627 |
![]() | Missing a Javadoc comment. | 628 |
![]() | Variable 'mUber' must be private and have accessor methods. | 628 |
![]() | Line has trailing spaces. | 632 |
![]() | Line is longer than 80 characters. | 640 |
![]() | Line is longer than 80 characters. | 656 |
![]() | 'cast' is not followed by whitespace. | 656 |
![]() | Line is longer than 80 characters. | 657 |
![]() | Line is longer than 80 characters. | 661 |
![]() | Line is longer than 80 characters. | 666 |
![]() | Line is longer than 80 characters. | 672 |
![]() | 'cast' is not followed by whitespace. | 672 |
![]() | Line is longer than 80 characters. | 675 |
![]() | 'cast' is not followed by whitespace. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Line is longer than 80 characters. | 702 |
![]() | First sentence should end with a period. | 706 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line has trailing spaces. | 708 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Expected @throws tag for 'TTException'. | 713 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line is longer than 80 characters. | 733 |
![]() | 'cast' is not followed by whitespace. | 735 |
![]() | Line is longer than 80 characters. | 737 |
![]() | Line is longer than 80 characters. | 739 |
![]() | Line is longer than 80 characters. | 740 |
![]() | Line is longer than 80 characters. | 742 |
![]() | '}' should be on the same line. | 742 |
![]() | '}' is not followed by whitespace. | 742 |
![]() | '}' is not followed by whitespace. | 752 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Line is longer than 80 characters. | 759 |
![]() | Line is longer than 80 characters. | 761 |
![]() | Line is longer than 80 characters. | 767 |
![]() | '3' is a magic number. | 767 |
![]() | '}' should be on the same line. | 772 |
![]() | Line is longer than 80 characters. | 780 |
![]() | 'cast' is not followed by whitespace. | 780 |
![]() | Line is longer than 80 characters. | 782 |
![]() | 'cast' is not followed by whitespace. | 782 |
![]() | '3' is a magic number. | 782 |
![]() | '3' is a magic number. | 782 |
![]() | '}' should be on the same line. | 785 |
![]() | Line is longer than 80 characters. | 787 |
![]() | Line is longer than 80 characters. | 788 |
![]() | Line is longer than 80 characters. | 792 |
![]() | 'cast' is not followed by whitespace. | 792 |
![]() | Line is longer than 80 characters. | 794 |
![]() | 'cast' is not followed by whitespace. | 794 |
![]() | '3' is a magic number. | 794 |
![]() | '3' is a magic number. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line is longer than 80 characters. | 799 |
![]() | Line is longer than 80 characters. | 800 |
![]() | Line is longer than 80 characters. | 802 |
![]() | '}' should be on the same line. | 803 |
![]() | '}' is not followed by whitespace. | 803 |
![]() | Line is longer than 80 characters. | 816 |
![]() | First sentence should end with a period. | 828 |
![]() | Line has trailing spaces. | 830 |
![]() | Line is longer than 80 characters. | 837 |
![]() | Expected @throws tag for 'TTException'. | 837 |
![]() | Line is longer than 80 characters. | 845 |
![]() | 'cast' is not followed by whitespace. | 845 |
![]() | Line is longer than 80 characters. | 847 |
![]() | 'cast' is not followed by whitespace. | 847 |
![]() | '3' is a magic number. | 847 |
![]() | '3' is a magic number. | 847 |
org/treetank/access/FilelistenerReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Variable 'mPageReadTrx' must be private and have accessor methods. | 28 |
![]() | First sentence should end with a period. | 33 |
![]() | Name 'emptyFileKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Unused @throws tag for 'TTIOException'. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Expected @throws tag for 'TTException'. | 45 |
![]() | Method 'getFilePaths' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Method 'fileExists' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter pRelativePath should be final. | 72 |
![]() | Array brackets at illegal position. | 73 |
![]() | Line has trailing spaces. | 85 |
![]() | Method 'getFullFile' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Parameter pRelativePath should be final. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | 'cast' is not followed by whitespace. | 90 |
![]() | Line is longer than 80 characters. | 93 |
![]() | 'cast' is not followed by whitespace. | 106 |
![]() | Line is longer than 80 characters. | 108 |
![]() | 'cast' is not followed by whitespace. | 114 |
![]() | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line has trailing spaces. | 166 |
![]() | Line is longer than 80 characters. | 170 |
org/treetank/access/FilelistenerWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 30 |
![]() | First sentence should end with a period. | 35 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Invalid use of the {@inheritDoc} tag. | 41 |
![]() | Parameter pPageTrx should be final. | 41 |
![]() | Parameter pSession should be final. | 41 |
![]() | Method 'getFilePaths' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Method 'fileExists' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter pRelativePath should be final. | 65 |
![]() | Method 'getFullFile' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Parameter pRelativePath should be final. | 73 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Method 'addEmptyFile' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Parameter pRelativePath should be final. | 97 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'addFile' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Parameter pFile should be final. | 112 |
![]() | Parameter pRelativePath should be final. | 112 |
![]() | Must have at least one statement. | 124 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Inner assignments should be avoided. | 169 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Method 'removeFile' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Parameter pRelativePath should be final. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Method 'commitBlocked' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Line has trailing spaces. | 227 |
![]() | Method 'abort' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line has trailing spaces. | 254 |
![]() | 'cast' is not followed by whitespace. | 259 |
org/treetank/access/IscsiReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 38 |
![]() | Variable 'mPageReadTrx' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | 'cast' is not followed by whitespace. | 59 |
![]() | Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter pKey should be final. | 66 |
![]() | 'cast' is not followed by whitespace. | 68 |
![]() | Method 'getValueOfCurrentData' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | 'cast' is not followed by whitespace. | 83 |
![]() | Method 'getCurrentData' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line has trailing spaces. | 112 |
![]() | Line is longer than 80 characters. | 116 |
org/treetank/access/IscsiWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Parameter pPageTrx should be final. | 56 |
![]() | Parameter pSession should be final. | 56 |
![]() | Expected @throws tag for 'TTException'. | 56 |
![]() | Method 'bootstrap' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter bytes should be final. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter val should be final. | 84 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Method 'abort' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter pKey should be final. | 134 |
![]() | Method 'getValueOfCurrentData' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Method 'getCurrentData' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Line has trailing spaces. | 177 |
![]() | 'cast' is not followed by whitespace. | 182 |
org/treetank/access/NodeReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Variable 'mPageReadTrx' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Unused @throws tag for 'TTIOException'. | 70 |
![]() | Expected @throws tag for 'TTException'. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | 'cast' is not followed by whitespace. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | Line is longer than 80 characters. | 106 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | Line is longer than 80 characters. | 119 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | 'cast' is not followed by whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 153 |
![]() | 'cast' is not followed by whitespace. | 154 |
![]() | Line is longer than 80 characters. | 175 |
![]() | 'cast' is not followed by whitespace. | 175 |
![]() | Avoid inline conditionals. | 176 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line has trailing spaces. | 201 |
![]() | Line has trailing spaces. | 210 |
![]() | Line has trailing spaces. | 220 |
![]() | Line has trailing spaces. | 229 |
![]() | Line has trailing spaces. | 250 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 260 |
org/treetank/access/NodeWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 113 |
![]() | Unused @throws tag for 'TTIOException'. | 114 |
![]() | Unable to get class information for @throws tag 'TTUsageException'. | 116 |
![]() | Unused @throws tag for 'TTUsageException'. | 116 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Expected @param tag for 'kind'. | 119 |
![]() | Expected @throws tag for 'TTException'. | 120 |
![]() | Method 'insertElementAsFirstChild' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 131 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 141 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Method 'insertElementAsRightSibling' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 165 |
![]() | 'cast' is not followed by whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Method 'insertTextAsFirstChild' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line is longer than 80 characters. | 190 |
![]() | 'cast' is not followed by whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Method 'insertTextAsRightSibling' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 214 |
![]() | 'cast' is not followed by whitespace. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Method 'insertAttribute' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 247 |
![]() | 'cast' is not followed by whitespace. | 247 |
![]() | 'cast' is not followed by whitespace. | 248 |
![]() | Method 'insertNamespace' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 280 |
![]() | 'cast' is not followed by whitespace. | 280 |
![]() | 'cast' is not followed by whitespace. | 281 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | 'cast' is not followed by whitespace. | 326 |
![]() | 'cast' is not followed by whitespace. | 329 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line is longer than 80 characters. | 355 |
![]() | 'cast' is not followed by whitespace. | 355 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line is longer than 80 characters. | 362 |
![]() | 'cast' is not followed by whitespace. | 362 |
![]() | Method 'setQName' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line is longer than 80 characters. | 382 |
![]() | 'cast' is not followed by whitespace. | 382 |
![]() | 'cast' is not followed by whitespace. | 386 |
![]() | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line is longer than 80 characters. | 402 |
![]() | 'cast' is not followed by whitespace. | 402 |
![]() | 'cast' is not followed by whitespace. | 406 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Line is longer than 80 characters. | 422 |
![]() | 'cast' is not followed by whitespace. | 422 |
![]() | 'cast' is not followed by whitespace. | 426 |
![]() | Line has trailing spaces. | 432 |
![]() | Unable to get class information for @throws tag 'TTUsageException'. | 433 |
![]() | Unused @throws tag for 'TTUsageException'. | 433 |
![]() | Unused @throws tag for 'TTIOException'. | 435 |
![]() | Method 'revertTo' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Method 'commit' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() | Method 'abort' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() | Line has trailing spaces. | 486 |
![]() | Expected an @return tag. | 491 |
![]() | Expected @throws tag for 'TTException'. | 491 |
![]() | Avoid inline conditionals. | 492 |
![]() | Line is longer than 80 characters. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Line has trailing spaces. | 506 |
![]() | Unused @throws tag for 'TTIOException'. | 511 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Expected @throws tag for 'TTException'. | 514 |
![]() | 'cast' is not followed by whitespace. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | 'cast' is not followed by whitespace. | 519 |
![]() | Line is longer than 80 characters. | 528 |
![]() | 'cast' is not followed by whitespace. | 528 |
![]() | Line is longer than 80 characters. | 534 |
![]() | 'cast' is not followed by whitespace. | 534 |
![]() | Line has trailing spaces. | 552 |
![]() | Unused @throws tag for 'TTIOException'. | 555 |
![]() | Expected @throws tag for 'TTException'. | 558 |
![]() | Line is longer than 80 characters. | 563 |
![]() | 'cast' is not followed by whitespace. | 563 |
![]() | Line is longer than 80 characters. | 570 |
![]() | 'cast' is not followed by whitespace. | 570 |
![]() | Line is longer than 80 characters. | 576 |
![]() | 'cast' is not followed by whitespace. | 576 |
![]() | Line is longer than 80 characters. | 585 |
![]() | 'cast' is not followed by whitespace. | 585 |
![]() | 'cast' is not followed by whitespace. | 586 |
![]() | Line is longer than 80 characters. | 591 |
![]() | 'cast' is not followed by whitespace. | 591 |
![]() | 'cast' is not followed by whitespace. | 592 |
![]() | Line has trailing spaces. | 607 |
![]() | 'cast' is not followed by whitespace. | 611 |
![]() | Line has trailing spaces. | 616 |
![]() | Unused @throws tag for 'TTIOException'. | 617 |
![]() | Expected @throws tag for 'TTException'. | 620 |
![]() | Line has trailing spaces. | 635 |
![]() | Unused @throws tag for 'TTIOException'. | 636 |
![]() | Expected @throws tag for 'TTException'. | 639 |
![]() | Line has trailing spaces. | 653 |
![]() | Unused @throws tag for 'TTIOException'. | 656 |
![]() | Line is longer than 80 characters. | 659 |
![]() | Expected @throws tag for 'TTException'. | 659 |
![]() | Line has trailing spaces. | 673 |
![]() | Unused @throws tag for 'TTIOException'. | 674 |
![]() | Expected @throws tag for 'TTException'. | 677 |
![]() | Line has trailing spaces. | 685 |
![]() | Unused @throws tag for 'TTIOException'. | 686 |
![]() | Expected @throws tag for 'TTException'. | 689 |
![]() | Line is longer than 80 characters. | 697 |
![]() | Line is longer than 80 characters. | 705 |
![]() | 'cast' is not followed by whitespace. | 705 |
![]() | Line is longer than 80 characters. | 706 |
![]() | Line is longer than 80 characters. | 709 |
![]() | 'cast' is not followed by whitespace. | 709 |
![]() | Line is longer than 80 characters. | 711 |
![]() | 'cast' is not followed by whitespace. | 711 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Line is longer than 80 characters. | 715 |
![]() | 'cast' is not followed by whitespace. | 715 |
![]() | Line is longer than 80 characters. | 717 |
![]() | 'cast' is not followed by whitespace. | 723 |
![]() | Line is longer than 80 characters. | 725 |
![]() | Line is longer than 80 characters. | 726 |
![]() | 'cast' is not followed by whitespace. | 726 |
![]() | 'cast' is not followed by whitespace. | 727 |
![]() | Line has trailing spaces. | 743 |
![]() | Unused @throws tag for 'TTIOException'. | 746 |
![]() | Expected @throws tag for 'TTException'. | 749 |
![]() | Line is longer than 80 characters. | 758 |
![]() | Line is longer than 80 characters. | 759 |
![]() | Line is longer than 80 characters. | 762 |
![]() | Line has trailing spaces. | 776 |
![]() | Unused @throws tag for 'TTIOException'. | 777 |
![]() | Expected @throws tag for 'TTException'. | 780 |
![]() | Line is longer than 80 characters. | 789 |
![]() | Line is longer than 80 characters. | 792 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line has trailing spaces. | 814 |
![]() | Unused @throws tag for 'TTIOException'. | 815 |
![]() | Expected @throws tag for 'TTException'. | 818 |
![]() | Line is longer than 80 characters. | 828 |
![]() | Line is longer than 80 characters. | 831 |
![]() | Line is longer than 80 characters. | 839 |
![]() | Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 854 |
![]() | Parameter pKey should be final. | 855 |
![]() | Method 'moveToAttribute' is not designed for extension - needs to be abstract, final or empty. | 862 |
![]() | Parameter pIndex should be final. | 863 |
![]() | Method 'moveToNamespace' is not designed for extension - needs to be abstract, final or empty. | 870 |
![]() | Parameter pIndex should be final. | 871 |
![]() | Method 'getValueOfCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 878 |
![]() | Method 'getQNameOfCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 886 |
![]() | Method 'getTypeOfCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 894 |
![]() | Method 'nameForKey' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() | Parameter pKey should be final. | 903 |
![]() | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 910 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 918 |
![]() | Method 'getPageWtx' is not designed for extension - needs to be abstract, final or empty. | 926 |
![]() | Line has trailing spaces. | 934 |
![]() | Line is longer than 80 characters. | 947 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 955 |
![]() | Line is longer than 80 characters. | 957 |
org/treetank/access/Session.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Variable 'mSessionConfig' must be private and have accessor methods. | 72 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Expected @throws tag for 'TTException'. | 107 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | 'cast' is not followed by whitespace. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 145 |
![]() | 'cast' is not followed by whitespace. | 160 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | First sentence should end with a period. | 200 |
![]() | Line has trailing spaces. | 202 |
![]() | Expected @throws tag for 'TTIOException'. | 207 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Parameter pTrx should be final. | 238 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Parameter pRunningCommit should be final. | 276 |
org/treetank/access/Storage.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Variable 'mSessions' must be private and have accessor methods. | 70 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line has trailing spaces. | 151 |
![]() | Conditional logic can be removed. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line has trailing spaces. | 201 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Conditional logic can be removed. | 210 |
![]() | Line has trailing spaces. | 231 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Parameter pResourceName should be final. | 306 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line has trailing spaces. | 331 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Expected @throws tag for 'TTException'. | 339 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line is longer than 80 characters. | 407 |
org/treetank/access/conf/ConstructorProps.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | interfaces should describe a type and hence have methods. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Line has trailing spaces. | 21 |
org/treetank/access/conf/IConfigurationPath.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Expected an @return tag. | 13 |
![]() | Expected an @return tag. | 16 |
org/treetank/access/conf/ModuleSetter.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Unused import - org.treetank.io.berkeley.BerkeleyStorage. | 11 |
![]() | Unused import - org.treetank.io.bytepipe.IByteHandler. | 14 |
![]() | First sentence should end with a period. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 42 |
![]() | First sentence should end with a period. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'setDataFacClass' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | First sentence should end with a period. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'setMetaFacClass' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | First sentence should end with a period. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'setRevisioningClass' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | First sentence should end with a period. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'setBackendClass' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Method 'setIByteHandlerInstance' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Line has trailing spaces. | 106 |
![]() | Method 'setKeyInstance' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'createModule' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 133 |
org/treetank/access/conf/ResourceConfiguration.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.access.Session. | 42 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 114 |
![]() | Variable 'mBackend' must be private and have accessor methods. | 125 |
![]() | Variable 'mRevision' must be private and have accessor methods. | 128 |
![]() | Variable 'mProperties' must be private and have accessor methods. | 131 |
![]() | Variable 'mDataFac' must be private and have accessor methods. | 134 |
![]() | Variable 'mMetaFac' must be private and have accessor methods. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Parameter pProperties should be final. | 150 |
![]() | Expected @param tag for 'pProperties'. | 150 |
![]() | Parameter pBackend should be final. | 150 |
![]() | Expected @param tag for 'pBackend'. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Parameter pRevision should be final. | 151 |
![]() | Expected @param tag for 'pRevision'. | 151 |
![]() | Parameter pDataFac should be final. | 151 |
![]() | Expected @param tag for 'pDataFac'. | 151 |
![]() | Parameter pMetaFac should be final. | 151 |
![]() | Expected @param tag for 'pMetaFac'. | 151 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line has trailing spaces. | 158 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Parameter pProperties should be final. | 165 |
![]() | Expected @param tag for 'pProperties'. | 165 |
![]() | Parameter pStorage should be final. | 165 |
![]() | Expected @param tag for 'pStorage'. | 165 |
![]() | Parameter pRevisioning should be final. | 165 |
![]() | Expected @param tag for 'pRevisioning'. | 165 |
![]() | Parameter pDataFac should be final. | 166 |
![]() | Expected @param tag for 'pDataFac'. | 166 |
![]() | Parameter pMetaFac should be final. | 166 |
![]() | Expected @param tag for 'pMetaFac'. | 166 |
![]() | Line has trailing spaces. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line has trailing spaces. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Redundant 'static' modifier. | 182 |
![]() | Line has trailing spaces. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '3' is a magic number. | 219 |
![]() | Line is longer than 80 characters. | 226 |
![]() | '4' is a magic number. | 226 |
![]() | '5' is a magic number. | 227 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line has trailing spaces. | 244 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Expected @param tag for 'pResource'. | 250 |
![]() | Expected @throws tag for 'TTIOException'. | 251 |
![]() | Line is longer than 80 characters. | 255 |
![]() | '3' is a magic number. | 273 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | 'cast' is not followed by whitespace. | 279 |
![]() | Line is longer than 80 characters. | 281 |
![]() | 'cast' is not followed by whitespace. | 281 |
![]() | Line is longer than 80 characters. | 288 |
![]() | '4' is a magic number. | 290 |
![]() | '5' is a magic number. | 292 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | 'cast' is not followed by whitespace. | 304 |
![]() | 'cast' is not followed by whitespace. | 307 |
![]() | 'cast' is not followed by whitespace. | 310 |
![]() | Line is longer than 80 characters. | 313 |
![]() | 'cast' is not followed by whitespace. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Redundant 'final' modifier. | 335 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line is longer than 80 characters. | 345 |
org/treetank/access/conf/SessionConfiguration.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.access.Session. | 34 |
![]() | Unused import - org.treetank.access.Storage. | 35 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 59 |
![]() | Parameter pResource should be final. | 66 |
![]() | Parameter pKey should be final. | 66 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 81 |
![]() | First sentence should end with a period. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Redundant 'static' modifier. | 105 |
![]() | Line has trailing spaces. | 109 |
org/treetank/access/conf/StandardSettings.java
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - com.google.common.io.Files. | 21 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | '4' is a magic number. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 76 |
org/treetank/access/conf/StorageConfiguration.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 56 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 96 |
![]() | Variable 'mFile' must be private and have accessor methods. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 144 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Expected @throws tag for 'TTIOException'. | 149 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line has trailing spaces. | 166 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Expected @throws tag for 'TTIOException'. | 172 |
![]() | Line is longer than 80 characters. | 174 |
org/treetank/access/conf/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
org/treetank/access/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Extra HTML tag found: </p> | 70 |
![]() | Line has trailing spaces. | 71 |
org/treetank/api/IBucketReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - org.treetank.exception.TTException. | 7 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 33 |
![]() | Unused @throws tag for 'TTException'. | 37 |
![]() | Expected @throws tag for 'TTIOException'. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 70 |
org/treetank/api/IBucketWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 30 |
![]() | Expected an @return tag. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Expected @throws tag for 'TTException'. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Unable to get class information for @throws tag 'if'. | 50 |
![]() | Unused @throws tag for 'if'. | 50 |
![]() | Expected @throws tag for 'TTException'. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Unable to get class information for @throws tag 'if'. | 58 |
![]() | Unused @throws tag for 'if'. | 58 |
![]() | Expected @throws tag for 'TTException'. | 61 |
![]() | Line has trailing spaces. | 62 |
org/treetank/api/IData.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Expected @throws tag for 'TTIOException'. | 29 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 43 |
org/treetank/api/IDataFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 28 |
org/treetank/api/IFilelistenerReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Expected an @return tag. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Expected an @return tag. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Expected @param tag for 'pRelativePath'. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Redundant 'public' modifier. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Expected @param tag for 'pRelativePath'. | 42 |
![]() | Expected @throws tag for 'TTIOException'. | 42 |
![]() | Expected @throws tag for 'IOException'. | 42 |
![]() | First sentence should end with a period. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Expected @throws tag for 'TTIOException'. | 49 |
![]() | First sentence should end with a period. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Redundant 'public' modifier. | 56 |
org/treetank/api/IFilelistenerWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.treetank.exception.TTIOException. | 7 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 12 |
![]() | First sentence should end with a period. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Expected @param tag for 'pFile'. | 22 |
![]() | Expected @param tag for 'pRelativePath'. | 22 |
![]() | Expected @throws tag for 'TTException'. | 22 |
![]() | Expected @throws tag for 'IOException'. | 22 |
![]() | First sentence should end with a period. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Expected @param tag for 'pRelativePath'. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Redundant 'public' modifier. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | First sentence should end with a period. | 45 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Line has trailing spaces. | 54 |
![]() | Unused @throws tag for 'TTIOException'. | 55 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Expected @throws tag for 'TTException'. | 58 |
![]() | Expected @param tag for 'pRelativePath'. | 66 |
![]() | Expected @throws tag for 'TTException'. | 66 |
![]() | Expected @throws tag for 'IOException'. | 66 |
org/treetank/api/IIscsiReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | First sentence should end with a period. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @param tag for 'pKey'. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Redundant 'public' modifier. | 53 |
![]() | First sentence should end with a period. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Redundant 'public' modifier. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Expected @throws tag for 'TTIOException'. | 67 |
![]() | First sentence should end with a period. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Redundant 'public' modifier. | 74 |
org/treetank/api/IIscsiWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @throws tag for 'TTException'. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Redundant 'public' modifier. | 72 |
org/treetank/api/IMetaEntry.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Expected @throws tag for 'TTIOException'. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 32 |
org/treetank/api/IMetaEntryFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 20 |
org/treetank/api/INodeReadTrx.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 121 |
![]() | Line has trailing spaces. | 129 |
org/treetank/api/INodeWriteTrx.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.exception.TTIOException. | 33 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 146 |
![]() | Unused @throws tag for 'TTIOException'. | 149 |
![]() | Expected @throws tag for 'TTException'. | 152 |
![]() | Line has trailing spaces. | 156 |
![]() | Unused @throws tag for 'TTIOException'. | 159 |
![]() | Expected @throws tag for 'TTException'. | 162 |
![]() | Line has trailing spaces. | 166 |
![]() | Unused @throws tag for 'TTIOException'. | 169 |
![]() | Expected @throws tag for 'TTException'. | 172 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line has trailing spaces. | 177 |
![]() | Line has trailing spaces. | 185 |
![]() | Unused @throws tag for 'TTIOException'. | 186 |
![]() | Expected @throws tag for 'TTException'. | 189 |
![]() | Line has trailing spaces. | 194 |
![]() | Line has trailing spaces. | 204 |
![]() | First sentence should end with a period. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Expected @throws tag for 'TTException'. | 217 |
org/treetank/api/ISession.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Expected @throws tag for 'TTIOException'. | 63 |
![]() | First sentence should end with a period. | 65 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 74 |
![]() | Expected @throws tag for 'TTIOException'. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected @throws tag for 'TTException'. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Expected @param tag for 'pRevToRepresent'. | 95 |
![]() | Expected @throws tag for 'TTException'. | 95 |
![]() | First sentence should end with a period. | 97 |
![]() | Line has trailing spaces. | 99 |
![]() | Expected @throws tag for 'TTException'. | 105 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 141 |
org/treetank/api/IStorage.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.exception.TTIOException. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Unused @throws tag for 'TTIOException'. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Expected @throws tag for 'TTException'. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 98 |
![]() | Expected an @return tag. | 104 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 131 |
org/treetank/api/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 52 |
org/treetank/aspects/logging/LoggerAspect.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'advice' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter pjp should be final. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 55 |
org/treetank/aspects/logging/Logging.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 29 |
org/treetank/axis/AbsAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() | Name 'atomics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'static' modifier out of order with the JLS suggestions. | 80 |
![]() | Name 'lastPointer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line has trailing spaces. | 136 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line has trailing spaces. | 149 |
![]() | Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | First sentence should end with a period. | 167 |
![]() | Line has trailing spaces. | 169 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Expected @throws tag for 'TTException'. | 172 |
![]() | First sentence should end with a period. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Line has trailing spaces. | 194 |
![]() | Line has trailing spaces. | 208 |
![]() | Line has trailing spaces. | 221 |
![]() | Line has trailing spaces. | 230 |
![]() | Line has trailing spaces. | 245 |
![]() | Method 'getItemList' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Line has trailing spaces. | 257 |
![]() | Line is longer than 80 characters. | 264 |
org/treetank/axis/AncestorAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 61 |
org/treetank/axis/AttributeAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 48 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | 'cast' is not followed by whitespace. | 79 |
org/treetank/axis/ChildAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 47 |
![]() | 'cast' is not followed by whitespace. | 70 |
![]() | 'cast' is not followed by whitespace. | 71 |
![]() | 'cast' is not followed by whitespace. | 73 |
![]() | 'cast' is not followed by whitespace. | 75 |
org/treetank/axis/DescendantAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 64 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | 'cast' is not followed by whitespace. | 104 |
![]() | 'cast' is not followed by whitespace. | 110 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | 'cast' is not followed by whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | 'cast' is not followed by whitespace. | 113 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | 'cast' is not followed by whitespace. | 120 |
org/treetank/axis/FilterAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Expected @param tag for 'pRtx'. | 56 |
![]() | Line has trailing spaces. | 95 |
org/treetank/axis/FollowingAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | 'cast' is not followed by whitespace. | 99 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | 'cast' is not followed by whitespace. | 103 |
![]() | 'cast' is not followed by whitespace. | 110 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | 'cast' is not followed by whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | 'cast' is not followed by whitespace. | 113 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | 'cast' is not followed by whitespace. | 125 |
![]() | 'cast' is not followed by whitespace. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | 'cast' is not followed by whitespace. | 128 |
![]() | 'cast' is not followed by whitespace. | 138 |
![]() | 'cast' is not followed by whitespace. | 139 |
![]() | 'cast' is not followed by whitespace. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | 'cast' is not followed by whitespace. | 155 |
org/treetank/axis/FollowingSiblingAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | 'cast' is not followed by whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 89 |
org/treetank/axis/ItemList.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected an @return tag. | 71 |
![]() | Comment matches to-do format 'TODO:'. | 74 |
![]() | Line has trailing spaces. | 84 |
![]() | 'cast' is not followed by whitespace. | 92 |
![]() | Comment matches to-do format 'TODO:'. | 99 |
![]() | Line is longer than 80 characters. | 110 |
org/treetank/axis/LevelOrderAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.node.AtomicValue. | 35 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 70 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | 'cast' is not followed by whitespace. | 86 |
![]() | 'cast' is not followed by whitespace. | 87 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | 'cast' is not followed by whitespace. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | 'cast' is not followed by whitespace. | 113 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | 'cast' is not followed by whitespace. | 125 |
org/treetank/axis/NestedAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 58 |
![]() | 'mChildAxis' hides a field. | 58 |
![]() | Expected @param tag for 'pRtx'. | 58 |
![]() | Inner assignments should be avoided. | 100 |
org/treetank/axis/ParentAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 72 |
org/treetank/axis/PostOrderAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line is longer than 80 characters. | 82 |
![]() | 'cast' is not followed by whitespace. | 82 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | 'cast' is not followed by whitespace. | 92 |
org/treetank/axis/PrecedingAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | 'cast' is not followed by whitespace. | 116 |
![]() | 'cast' is not followed by whitespace. | 142 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 145 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | 'cast' is not followed by whitespace. | 152 |
![]() | Line is longer than 80 characters. | 162 |
![]() | 'cast' is not followed by whitespace. | 169 |
![]() | 'cast' is not followed by whitespace. | 171 |
org/treetank/axis/PrecedingSiblingAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | 'cast' is not followed by whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 89 |
org/treetank/axis/SelfAxis.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 46 |
org/treetank/axis/filter/AbsFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 47 |
![]() | First sentence should end with a period. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 66 |
org/treetank/axis/filter/AttributeFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
org/treetank/axis/filter/CommentFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
![]() | Comment matches to-do format 'TODO:'. | 59 |
org/treetank/axis/filter/DocumentRootNodeFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
org/treetank/axis/filter/ElementFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
org/treetank/axis/filter/ItemFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 43 |
org/treetank/axis/filter/NameFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 48 |
![]() | 'cast' is not followed by whitespace. | 67 |
org/treetank/axis/filter/NestedFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
org/treetank/axis/filter/NodeFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 57 |
org/treetank/axis/filter/PIFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 43 |
![]() | '7' is a magic number. | 57 |
![]() | Comment matches to-do format 'TODO:'. | 59 |
org/treetank/axis/filter/TextFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 44 |
org/treetank/axis/filter/TypeFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 46 |
![]() | 'mType' hides a field. | 52 |
![]() | Line has trailing spaces. | 59 |
org/treetank/axis/filter/ValueFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 51 |
![]() | 'mValue' hides a field. | 57 |
![]() | Line has trailing spaces. | 64 |
![]() | 'mValue' hides a field. | 70 |
![]() | Line is longer than 80 characters. | 79 |
![]() | 'cast' is not followed by whitespace. | 80 |
org/treetank/axis/filter/WildcardFilter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 69 |
![]() | 'mIsName' hides a field. | 69 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 97 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | 'cast' is not followed by whitespace. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'cast' is not followed by whitespace. | 101 |
org/treetank/axis/filter/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 36 |
org/treetank/axis/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 38 |
org/treetank/bucket/BucketFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Expected @param tag for 'pMetaFac'. | 69 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Expected @throws tag for 'TTIOException'. | 82 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 156 |
org/treetank/bucket/DataBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 68 |
![]() | Expected @param tag for 'pLastBucketKey'. | 72 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 97 |
![]() | Line has trailing spaces. | 108 |
![]() | First sentence should end with a period. | 118 |
![]() | Line has trailing spaces. | 120 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line has trailing spaces. | 164 |
![]() | Line has trailing spaces. | 166 |
![]() | Line has trailing spaces. | 171 |
![]() | Line has trailing spaces. | 173 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter from should be final. | 177 |
![]() | Parameter into should be final. | 177 |
![]() | Line has trailing spaces. | 189 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | 'cast' is not followed by whitespace. | 230 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 256 |
![]() | 'cast' is not followed by whitespace. | 256 |
![]() | '32' is a magic number. | 256 |
![]() | 'cast' is not followed by whitespace. | 258 |
![]() | '32' is a magic number. | 258 |
![]() | Parameter obj should be final. | 266 |
org/treetank/bucket/DumbDataFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 31 |
![]() | Method 'deserializeData' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter pSource should be final. | 34 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter from should be final. | 61 |
![]() | Parameter into should be final. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'mDataKey' must be private and have accessor methods. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'mValue' must be private and have accessor methods. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Parameter pDataKey should be final. | 78 |
![]() | Parameter pValue should be final. | 78 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'setDataKey' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | 'cast' is not followed by whitespace. | 131 |
![]() | '32' is a magic number. | 131 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter obj should be final. | 140 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 147 |
org/treetank/bucket/DumbMetaEntryFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Method 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter pData should be final. | 35 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter from should be final. | 67 |
![]() | Parameter into should be final. | 67 |
![]() | 'cast' is not followed by whitespace. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line has trailing spaces. | 122 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter from should be final. | 148 |
![]() | Parameter into should be final. | 148 |
![]() | 'cast' is not followed by whitespace. | 149 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 159 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 206 |
org/treetank/bucket/IConstants.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | interfaces should describe a type and hence have methods. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Redundant 'public' modifier. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Redundant 'public' modifier. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Line has trailing spaces. | 70 |
org/treetank/bucket/IndirectBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 65 |
![]() | Parameter pIndex should be final. | 116 |
![]() | Parameter pKey should be final. | 116 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Parameter pIndex should be final. | 142 |
![]() | Parameter pHash should be final. | 142 |
![]() | 'cast' is not followed by whitespace. | 153 |
![]() | '32' is a magic number. | 153 |
![]() | Parameter obj should be final. | 165 |
![]() | Line is longer than 80 characters. | 174 |
org/treetank/bucket/MetaBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 113 |
![]() | First sentence should end with a period. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 164 |
![]() | 'cast' is not followed by whitespace. | 174 |
![]() | '32' is a magic number. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Avoid inline conditionals. | 175 |
![]() | Parameter obj should be final. | 183 |
![]() | '==' is not preceded with whitespace. | 184 |
![]() | '==' is not followed by whitespace. | 184 |
![]() | Line has trailing spaces. | 186 |
![]() | Line is longer than 80 characters. | 192 |
org/treetank/bucket/RevisionRootBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 94 |
![]() | Expected an @return tag. | 104 |
![]() | Line has trailing spaces. | 110 |
![]() | Parameter pIndex should be final. | 159 |
![]() | Parameter pKey should be final. | 159 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Parameter pIndex should be final. | 185 |
![]() | Parameter pHash should be final. | 185 |
![]() | 'cast' is not followed by whitespace. | 196 |
![]() | '32' is a magic number. | 196 |
![]() | 'cast' is not followed by whitespace. | 197 |
![]() | '32' is a magic number. | 197 |
![]() | 'cast' is not followed by whitespace. | 202 |
![]() | '32' is a magic number. | 202 |
![]() | Parameter obj should be final. | 210 |
![]() | Line is longer than 80 characters. | 220 |
org/treetank/bucket/UberBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Array brackets at illegal position. | 59 |
![]() | First sentence should end with a period. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 136 |
![]() | Parameter pIndex should be final. | 155 |
![]() | Parameter pKey should be final. | 155 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Parameter pIndex should be final. | 181 |
![]() | Parameter pHash should be final. | 181 |
![]() | Line is longer than 80 characters. | 192 |
![]() | 'cast' is not followed by whitespace. | 192 |
![]() | '32' is a magic number. | 192 |
![]() | 'cast' is not followed by whitespace. | 193 |
![]() | '32' is a magic number. | 193 |
![]() | Line is longer than 80 characters. | 198 |
![]() | 'cast' is not followed by whitespace. | 198 |
![]() | '32' is a magic number. | 198 |
![]() | Parameter obj should be final. | 206 |
![]() | Line is longer than 80 characters. | 216 |
org/treetank/bucket/interfaces/IBucket.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | First sentence should end with a period. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Expected @throws tag for 'TTIOException'. | 60 |
![]() | Line has trailing spaces. | 64 |
org/treetank/bucket/interfaces/IReferenceBucket.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 44 |
org/treetank/bucket/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 45 |
org/treetank/data/BlockDataElement.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter data should be final. | 50 |
![]() | Parameter into should be final. | 50 |
![]() | 'cast' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | First sentence should end with a period. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Parameter pDataKey should be final. | 80 |
![]() | Expected @param tag for 'pDataKey'. | 80 |
![]() | Parameter pContent should be final. | 80 |
![]() | Expected @param tag for 'pContent'. | 80 |
![]() | First sentence should end with a period. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Expected @throws tag for 'TTIOException'. | 93 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Line has trailing spaces. | 111 |
![]() | Method 'getVal' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Method 'setVal' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter pVal should be final. | 123 |
![]() | Expected @param tag for 'pVal'. | 123 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | 'cast' is not followed by whitespace. | 134 |
![]() | '32' is a magic number. | 134 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter obj should be final. | 143 |
![]() | 'if' construct must use '{}'s. | 144 |
![]() | 'if' construct must use '{}'s. | 146 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 161 |
org/treetank/data/BlockDataElementFactory.java
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'deserializeData' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter input should be final. | 46 |
org/treetank/data/ISCSIMetaPageFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Method 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Parameter pData should be final. | 21 |
![]() | Parameter pOutput should be final. | 24 |
org/treetank/exception/TTByteHandleException.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 83 |
org/treetank/exception/TTException.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 74 |
org/treetank/exception/TTIOException.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - java.io.IOException. | 30 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 58 |
org/treetank/exception/TTThreadedException.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 66 |
org/treetank/exception/TTXPathException.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 42 |
org/treetank/exception/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 33 |
org/treetank/filelistener/exceptions/ResourceNotExistingException.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Line has trailing spaces. | 6 |
org/treetank/filelistener/exceptions/StorageAlreadyExistsException.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Line has trailing spaces. | 6 |
org/treetank/filelistener/exceptions/WrongFilenodeDataLengthException.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Line has trailing spaces. | 6 |
org/treetank/filelistener/file/Filelistener.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 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. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | First sentence should end with a period. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | First sentence should end with a period. | 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 |
![]() | Line contains a tab character. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | First sentence should end with a period. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | First sentence should end with a period. | 83 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Expected @throws tag for 'IOException'. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 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 |
![]() | First sentence should end with a period. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getObserver' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | First sentence should end with a period. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setObserver' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter pObserver should be final. | 115 |
![]() | Expected @param tag for 'pObserver'. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'watchDir' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter dir should be final. | 123 |
![]() | Expected @param tag for 'dir'. | 123 |
![]() | Expected @throws tag for 'IOException'. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | 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 contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'startListening' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 139 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 140 |
![]() | Expected @throws tag for 'IOException'. | 140 |
![]() | Expected @throws tag for 'ResourceNotExistingException'. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Expected @throws tag for 'TTException'. | 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 |
![]() | Must have at least one statement. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 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 contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 165 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 166 |
![]() | Expected @throws tag for 'IOException'. | 166 |
![]() | Expected @throws tag for 'ResourceNotExistingException'. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Expected @throws tag for 'TTException'. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | 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. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | 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. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Parameter p should be final. | 206 |
![]() | Expected @param tag for 'p'. | 206 |
![]() | Parameter until should be final. | 206 |
![]() | Expected @param tag for 'until'. | 206 |
![]() | Expected @throws tag for 'IOException'. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Expected @throws tag for 'TTException'. | 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. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line has trailing spaces. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Method 'shutDownListener' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Expected @throws tag for 'TTException'. | 245 |
![]() | Expected @throws tag for 'IOException'. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | 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. | 252 |
![]() | '1000' is a magic number. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line has trailing spaces. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Expected @throws tag for 'InterruptedException'. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Expected @throws tag for 'TTException'. | 279 |
![]() | Expected @throws tag for 'IOException'. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | 'if' construct must use '{}'s. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 299 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line has trailing spaces. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Parameter dir should be final. | 333 |
![]() | Expected @param tag for 'dir'. | 333 |
![]() | Parameter file should be final. | 333 |
![]() | Expected @param tag for 'file'. | 333 |
![]() | Parameter evtType should be final. | 333 |
![]() | Expected @param tag for 'evtType'. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Expected @throws tag for 'TTException'. | 334 |
![]() | Expected @throws tag for 'IOException'. | 334 |
![]() | Expected @throws tag for 'InterruptedException'. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line is longer than 80 characters. | 368 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Line contains a tab character. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line contains a tab character. | 384 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line is longer than 80 characters. | 395 |
![]() | Line contains a tab character. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Line contains a tab character. | 400 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line contains a tab character. | 411 |
![]() | Line has trailing spaces. | 412 |
![]() | Line contains a tab character. | 412 |
![]() | Line is longer than 80 characters. | 413 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line has trailing spaces. | 415 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | Parameter root should be final. | 420 |
![]() | Expected @param tag for 'root'. | 420 |
![]() | Parameter filePath should be final. | 420 |
![]() | Expected @param tag for 'filePath'. | 420 |
![]() | Expected @throws tag for 'IOException'. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 441 |
![]() | Line is longer than 80 characters. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | Line has trailing spaces. | 443 |
![]() | Line contains a tab character. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line has trailing spaces. | 446 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Parameter root should be final. | 450 |
![]() | Expected @param tag for 'root'. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line has trailing spaces. | 465 |
![]() | Line contains a tab character. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 474 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 474 |
![]() | Expected @throws tag for 'IOException'. | 474 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 474 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line has trailing spaces. | 488 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line contains a tab character. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Parameter pResourcename should be final. | 496 |
![]() | Expected @param tag for 'pResourcename'. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | Line contains a tab character. | 497 |
![]() | Parameter pListenerPath should be final. | 497 |
![]() | Expected @param tag for 'pListenerPath'. | 497 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 497 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 497 |
![]() | Expected @throws tag for 'IOException'. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 508 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Line contains a tab character. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line contains a tab character. | 520 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line has trailing spaces. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 524 |
![]() | Line has trailing spaces. | 525 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | Line is longer than 80 characters. | 532 |
![]() | Line contains a tab character. | 532 |
![]() | Method 'removeFilelistener' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() | Parameter pResourcename should be final. | 532 |
![]() | Expected @param tag for 'pResourcename'. | 532 |
![]() | Expected @throws tag for 'IOException'. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Expected @throws tag for 'TTException'. | 533 |
![]() | Expected @throws tag for 'ResourceNotExistingException'. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 541 |
![]() | Line contains a tab character. | 543 |
![]() | Line contains a tab character. | 545 |
![]() | Line is longer than 80 characters. | 546 |
![]() | Line contains a tab character. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line contains a tab character. | 551 |
![]() | Line is longer than 80 characters. | 552 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 554 |
![]() | Line contains a tab character. | 555 |
![]() | Line contains a tab character. | 557 |
![]() | Line is longer than 80 characters. | 558 |
![]() | Line contains a tab character. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line has trailing spaces. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line contains a tab character. | 564 |
![]() | Parameter pListenerFilePaths should be final. | 564 |
![]() | Expected @param tag for 'pListenerFilePaths'. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | Expected @throws tag for 'IOException'. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line is longer than 80 characters. | 567 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 574 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line contains a tab character. | 578 |
![]() | Line contains a tab character. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 583 |
![]() | Line is longer than 80 characters. | 584 |
![]() | Line contains a tab character. | 584 |
![]() | Line has trailing spaces. | 585 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 589 |
![]() | Method 'getTrx' is not designed for extension - needs to be abstract, final or empty. | 589 |
![]() | Parameter key should be final. | 589 |
![]() | Expected @param tag for 'key'. | 589 |
![]() | Line contains a tab character. | 590 |
![]() | Line contains a tab character. | 591 |
org/treetank/filelistener/file/FilesystemNotification.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 24 |
![]() | First sentence should end with a period. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | First sentence should end with a period. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | First sentence should end with a period. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | First sentence should end with a period. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | 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 contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Parameter pFile should be final. | 65 |
![]() | Expected @param tag for 'pFile'. | 65 |
![]() | Parameter pRelativePath should be final. | 65 |
![]() | Expected @param tag for 'pRelativePath'. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Parameter pRootPath should be final. | 66 |
![]() | Expected @param tag for 'pRootPath'. | 66 |
![]() | Parameter pEvtType should be final. | 66 |
![]() | Expected @param tag for 'pEvtType'. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Parameter pWtx should be final. | 67 |
![]() | Expected @param tag for 'pWtx'. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line 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 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getRelativePath' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'getRootPath' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'setEvtType' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter pEvtType should be final. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'getEvtType' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Parameter o should be final. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | 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. | 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. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | 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 contains a tab character. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | '{' is not preceded with whitespace. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line has trailing spaces. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Method 'getBucketAmount' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | '{' is not preceded with whitespace. | 158 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Method 'notifyObservers' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Expected @throws tag for 'InterruptedException'. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line 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 |
![]() | Method 'addObserver' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter observer should be final. | 177 |
![]() | Expected @param tag for 'observer'. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
org/treetank/filelistener/file/FilesystemNotificationObserver.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Redundant 'public' modifier. | 18 |
org/treetank/filelistener/file/StorageManager.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 29 |
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 53 |
![]() | Parameter name should be final. | 60 |
![]() | Expected @param tag for 'name'. | 60 |
![]() | Parameter module should be final. | 60 |
![]() | Expected @param tag for 'module'. | 60 |
![]() | Expected @throws tag for 'StorageAlreadyExistsException'. | 61 |
![]() | Expected @throws tag for 'TTException'. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 95 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | First sentence should end with a period. | 116 |
![]() | Line has trailing spaces. | 118 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Parameter resourceName should be final. | 124 |
![]() | Expected @param tag for 'resourceName'. | 124 |
![]() | Expected @throws tag for 'ResourceNotExistingException'. | 124 |
![]() | Expected @throws tag for 'TTException'. | 124 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 148 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Parameter pResourceName should be final. | 153 |
![]() | Expected @param tag for 'pResourceName'. | 153 |
![]() | Expected @throws tag for 'TTException'. | 153 |
![]() | Expected @throws tag for 'ResourceNotExistingException'. | 153 |
org/treetank/filelistener/file/data/FileData.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter data should be final. | 32 |
![]() | Parameter into should be final. | 32 |
![]() | 'cast' is not followed by whitespace. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | First sentence should end with a period. | 43 |
![]() | First sentence should end with a period. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Parameter dataKey should be final. | 70 |
![]() | 'dataKey' hides a field. | 70 |
![]() | Expected @param tag for 'dataKey'. | 70 |
![]() | Parameter content should be final. | 70 |
![]() | Parameter header should be final. | 70 |
![]() | 'header' hides a field. | 70 |
![]() | Expected @param tag for 'header'. | 70 |
![]() | Parameter eof should be final. | 70 |
![]() | 'eof' hides a field. | 70 |
![]() | Expected @param tag for 'eof'. | 70 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Expected @param tag for 'output'. | 82 |
![]() | Expected @throws tag for 'TTIOException'. | 82 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'isHeader' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line has trailing spaces. | 110 |
![]() | Method 'isEof' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Method 'getVal' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 127 |
org/treetank/filelistener/file/data/FileDataFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 19 |
![]() | Method 'deserializeData' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Parameter input should be final. | 22 |
org/treetank/filelistener/file/data/FilelistenerMetaDataFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | 'static' modifier out of order with the JLS suggestions. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | 'static' modifier out of order with the JLS suggestions. | 26 |
![]() | Method 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter input should be final. | 29 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter from should be final. | 64 |
![]() | Parameter into should be final. | 64 |
![]() | 'cast' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | First sentence should end with a period. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line has trailing spaces. | 116 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | First sentence should end with a period. | 126 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 138 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter from should be final. | 142 |
![]() | Parameter into should be final. | 142 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | Line has trailing spaces. | 147 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Line has trailing spaces. | 193 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 197 |
org/treetank/filelistener/ui/api/ISWTCallback.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 3 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
org/treetank/filelistener/ui/application/FilelistenerApplication.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'shell' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name 'menu_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'menu_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'menu_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Name 'menu_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'mntmSettings_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Parameter args should be final. | 43 |
![]() | Expected @param tag for 'args'. | 43 |
![]() | Expected @throws tag for 'Exception'. | 43 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter event should be final. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'createContents' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | 'cast' is not followed by whitespace. | 81 |
![]() | '0.125' is a magic number. | 81 |
![]() | 'cast' is not followed by whitespace. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | '0.125' is a magic number. | 82 |
![]() | 'cast' is not followed by whitespace. | 82 |
![]() | '0.75' is a magic number. | 82 |
![]() | 'cast' is not followed by whitespace. | 83 |
![]() | '0.75' is a magic number. | 83 |
![]() | 'else' construct must use '{}'s. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | '0.05' is a magic number. | 85 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '0.125' is a magic number. | 86 |
![]() | 'cast' is not followed by whitespace. | 86 |
![]() | '0.4' is a magic number. | 86 |
![]() | 'cast' is not followed by whitespace. | 87 |
![]() | '0.75' is a magic number. | 87 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Parameter e should be final. | 121 |
![]() | Method 'do_mntmListenToA_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Name 'do_mntmListenToA_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line has trailing spaces. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Method 'do_mntmRestoreConfigurationInto_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Name 'do_mntmRestoreConfigurationInto_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
org/treetank/filelistener/ui/composites/MainComposite.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '{' is not preceded with whitespace. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter parent should be final. | 31 |
![]() | Parameter style should be final. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Parameter e should be final. | 37 |
![]() | Line has trailing spaces. | 49 |
![]() | '10' is a magic number. | 56 |
![]() | '10' is a magic number. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | '200' is a magic number. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | '10' is a magic number. | 62 |
![]() | '33' is a magic number. | 62 |
![]() | '200' is a magic number. | 62 |
![]() | '200' is a magic number. | 63 |
![]() | '100' is a magic number. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '225' is a magic number. | 66 |
![]() | '10' is a magic number. | 66 |
![]() | '235' is a magic number. | 66 |
![]() | '50' is a magic number. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | '965' is a magic number. | 69 |
![]() | '642' is a magic number. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 75 |
![]() | 'for' is not followed by whitespace. | 75 |
![]() | '{' is not preceded with whitespace. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Parameter event should be final. | 98 |
![]() | '{' is not followed by whitespace. | 106 |
![]() | '}' is not preceded with whitespace. | 106 |
![]() | Method 'resize' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | '10' is a magic number. | 112 |
![]() | '33' is a magic number. | 112 |
![]() | '200' is a magic number. | 112 |
![]() | '200' is a magic number. | 112 |
![]() | '100' is a magic number. | 112 |
![]() | '225' is a magic number. | 113 |
![]() | '10' is a magic number. | 113 |
![]() | '235' is a magic number. | 113 |
![]() | '20' is a magic number. | 113 |
![]() | '15' is a magic number. | 114 |
![]() | '15' is a magic number. | 114 |
![]() | '270' is a magic number. | 114 |
![]() | '55' is a magic number. | 114 |
![]() | Method 'configurationListChanged' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 129 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | 'for' is not followed by whitespace. | 133 |
![]() | '{' is not preceded with whitespace. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line has trailing spaces. | 140 |
![]() | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | Line has trailing spaces. | 167 |
![]() | Method 'restore' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Line is longer than 80 characters. | 171 |
org/treetank/filelistener/ui/dialogs/ChooseExisitingStorageDialog.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'result' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'shell' must be private and have accessor methods. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line has trailing spaces. | 26 |
![]() | Parameter parent should be final. | 30 |
![]() | Expected @param tag for 'parent'. | 30 |
![]() | Parameter style should be final. | 30 |
![]() | Expected @param tag for 'style'. | 30 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '320' is a magic number. | 58 |
![]() | '149' is a magic number. | 58 |
![]() | '10' is a magic number. | 68 |
![]() | '10' is a magic number. | 68 |
![]() | '272' is a magic number. | 68 |
![]() | '29' is a magic number. | 68 |
![]() | Line has trailing spaces. | 71 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | '}' should be on the same line. | 76 |
![]() | 'else' is not followed by whitespace. | 77 |
![]() | '{' is not preceded with whitespace. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | '191' is a magic number. | 90 |
![]() | '64' is a magic number. | 90 |
![]() | '91' is a magic number. | 90 |
![]() | '29' is a magic number. | 90 |
![]() | Method 'getStorageName' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Method 'do_btnSubmit_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'do_btnSubmit_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() | Method 'do_combo_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'do_combo_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
org/treetank/filelistener/ui/dialogs/CreateStorageConfigurationDialog.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'result' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'shell' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Parameter parent should be final. | 53 |
![]() | Expected @param tag for 'parent'. | 53 |
![]() | Parameter style should be final. | 53 |
![]() | Expected @param tag for 'style'. | 53 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '438' is a magic number. | 81 |
![]() | '352' is a magic number. | 81 |
![]() | '10' is a magic number. | 85 |
![]() | '10' is a magic number. | 85 |
![]() | '266' is a magic number. | 85 |
![]() | '17' is a magic number. | 85 |
![]() | '10' is a magic number. | 94 |
![]() | '33' is a magic number. | 94 |
![]() | '416' is a magic number. | 94 |
![]() | '27' is a magic number. | 94 |
![]() | '70' is a magic number. | 103 |
![]() | '286' is a magic number. | 103 |
![]() | '266' is a magic number. | 103 |
![]() | '27' is a magic number. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '6' is a magic number. | 109 |
![]() | '227' is a magic number. | 109 |
![]() | '420' is a magic number. | 109 |
![]() | '53' is a magic number. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | '10' is a magic number. | 114 |
![]() | '66' is a magic number. | 114 |
![]() | '416' is a magic number. | 114 |
![]() | '15' is a magic number. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | '10' is a magic number. | 118 |
![]() | '87' is a magic number. | 118 |
![]() | '416' is a magic number. | 118 |
![]() | '21' is a magic number. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | '10' is a magic number. | 121 |
![]() | '114' is a magic number. | 121 |
![]() | '416' is a magic number. | 121 |
![]() | '15' is a magic number. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | '10' is a magic number. | 125 |
![]() | '135' is a magic number. | 125 |
![]() | '416' is a magic number. | 125 |
![]() | '21' is a magic number. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | '9' is a magic number. | 128 |
![]() | '10' is a magic number. | 129 |
![]() | '181' is a magic number. | 129 |
![]() | '416' is a magic number. | 129 |
![]() | '40' is a magic number. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'do_btnSubmit_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Name 'do_btnSubmit_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line has trailing spaces. | 171 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | '{' is not preceded with whitespace. | 175 |
![]() | Method 'do_text_modifyText' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Name 'do_text_modifyText' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
org/treetank/filelistener/ui/dialogs/ListenToFolderDialog.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'result' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'shell' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Parameter parent should be final. | 47 |
![]() | Expected @param tag for 'parent'. | 47 |
![]() | Parameter style should be final. | 47 |
![]() | Expected @param tag for 'style'. | 47 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '450' is a magic number. | 75 |
![]() | '218' is a magic number. | 75 |
![]() | '10' is a magic number. | 79 |
![]() | '10' is a magic number. | 79 |
![]() | '70' is a magic number. | 79 |
![]() | '17' is a magic number. | 79 |
![]() | '86' is a magic number. | 83 |
![]() | '10' is a magic number. | 83 |
![]() | '298' is a magic number. | 83 |
![]() | '27' is a magic number. | 83 |
![]() | Parameter e should be final. | 88 |
![]() | '390' is a magic number. | 94 |
![]() | '10' is a magic number. | 94 |
![]() | '52' is a magic number. | 94 |
![]() | '29' is a magic number. | 94 |
![]() | '10' is a magic number. | 103 |
![]() | '43' is a magic number. | 103 |
![]() | '430' is a magic number. | 103 |
![]() | '24' is a magic number. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Parameter e should be final. | 109 |
![]() | '10' is a magic number. | 113 |
![]() | '71' is a magic number. | 113 |
![]() | '428' is a magic number. | 113 |
![]() | '29' is a magic number. | 113 |
![]() | Parameter e should be final. | 120 |
![]() | '10' is a magic number. | 124 |
![]() | '106' is a magic number. | 124 |
![]() | '428' is a magic number. | 124 |
![]() | '29' is a magic number. | 124 |
![]() | Parameter e should be final. | 130 |
![]() | '10' is a magic number. | 134 |
![]() | '141' is a magic number. | 134 |
![]() | '91' is a magic number. | 134 |
![]() | '29' is a magic number. | 134 |
![]() | Parameter e should be final. | 140 |
![]() | '107' is a magic number. | 144 |
![]() | '141' is a magic number. | 144 |
![]() | '91' is a magic number. | 144 |
![]() | '29' is a magic number. | 144 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Method 'do_btnUseAnExisting_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Name 'do_btnUseAnExisting_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Line has trailing spaces. | 189 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Method 'getListenFolder' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Method 'getStorageName' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
org/treetank/filelistener/ui/dialogs/RestoreDialog.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'mResult' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'mShell' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Parameter parent should be final. | 48 |
![]() | Expected @param tag for 'parent'. | 48 |
![]() | Parameter style should be final. | 48 |
![]() | Expected @param tag for 'style'. | 48 |
![]() | Parameter pListener should be final. | 48 |
![]() | Expected @param tag for 'pListener'. | 48 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'open' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '448' is a magic number. | 77 |
![]() | '273' is a magic number. | 77 |
![]() | '10' is a magic number. | 81 |
![]() | '133' is a magic number. | 81 |
![]() | '430' is a magic number. | 81 |
![]() | '29' is a magic number. | 81 |
![]() | '10' is a magic number. | 99 |
![]() | '104' is a magic number. | 99 |
![]() | '430' is a magic number. | 99 |
![]() | '17' is a magic number. | 99 |
![]() | '10' is a magic number. | 104 |
![]() | '20' is a magic number. | 104 |
![]() | '430' is a magic number. | 104 |
![]() | '17' is a magic number. | 104 |
![]() | '10' is a magic number. | 107 |
![]() | '54' is a magic number. | 107 |
![]() | '372' is a magic number. | 107 |
![]() | '27' is a magic number. | 107 |
![]() | '388' is a magic number. | 118 |
![]() | '54' is a magic number. | 118 |
![]() | '52' is a magic number. | 118 |
![]() | '29' is a magic number. | 118 |
![]() | '248' is a magic number. | 127 |
![]() | '185' is a magic number. | 127 |
![]() | '91' is a magic number. | 127 |
![]() | '29' is a magic number. | 127 |
![]() | '345' is a magic number. | 137 |
![]() | '185' is a magic number. | 137 |
![]() | '91' is a magic number. | 137 |
![]() | '29' is a magic number. | 137 |
![]() | Method 'do_btnCancel_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Name 'do_btnCancel_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() | Method 'do_mBtnFolder_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Name 'do_mBtnFolder_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Method 'do_mBtnSubmit_widgetSelected' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Name 'do_mBtnSubmit_widgetSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() | Must have at least one statement. | 163 |
![]() | Comment matches to-do format 'TODO:'. | 164 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Comment matches to-do format 'TODO:'. | 180 |
![]() | Line has trailing spaces. | 184 |
![]() | Line has trailing spaces. | 186 |
![]() | Must have at least one statement. | 188 |
![]() | Comment matches to-do format 'TODO:'. | 189 |
org/treetank/io/IBackend.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Unused @throws tag for 'TTIOException'. | 51 |
![]() | Expected @throws tag for 'TTException'. | 54 |
![]() | Line has trailing spaces. | 58 |
![]() | Unused @throws tag for 'TTIOException'. | 60 |
![]() | Expected @throws tag for 'TTException'. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Unused @throws tag for 'TTIOException'. | 68 |
![]() | Expected @throws tag for 'TTException'. | 71 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected @throws tag for 'TTIOException'. | 92 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 100 |
![]() | Redundant 'static' modifier. | 102 |
![]() | Line has trailing spaces. | 106 |
org/treetank/io/IBackendReader.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.exception.TTException. | 32 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 45 |
![]() | Unused @throws tag for 'TTException'. | 49 |
![]() | Expected @throws tag for 'TTIOException'. | 52 |
![]() | First sentence should end with a period. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Expected @throws tag for 'TTIOException'. | 60 |
![]() | Line has trailing spaces. | 64 |
org/treetank/io/IBackendWriter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Expected @throws tag for 'TTException'. | 60 |
![]() | Line has trailing spaces. | 64 |
org/treetank/io/ILog.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Expected @throws tag for 'TTIOException'. | 21 |
![]() | Line has trailing spaces. | 25 |
![]() | Expected @throws tag for 'TTIOException'. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Expected @throws tag for 'TTIOException'. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 47 |
org/treetank/io/IOUtils.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | Class IOUtils should be declared as final. | 15 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter pPaths should be final. | 32 |
![]() | Expected @throws tag for 'TTIOException'. | 33 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Parameter pPaths should be final. | 66 |
![]() | Line has trailing spaces. | 79 |
org/treetank/io/LRULog.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Name 'mSelected_db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Expected @throws tag for 'TTIOException'. | 134 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | '20' is a magic number. | 156 |
![]() | '100' is a magic number. | 169 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Parameter notification should be final. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line has trailing spaces. | 252 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Parameter pKey should be final. | 264 |
![]() | Parameter pVal should be final. | 264 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Line has trailing spaces. | 303 |
![]() | Line has trailing spaces. | 305 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Expression can be simplified. | 335 |
![]() | Inner assignments should be avoided. | 347 |
org/treetank/io/LogKey.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'getSeq' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'isRootLevel' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | 'cast' is not followed by whitespace. | 83 |
![]() | '32' is a magic number. | 83 |
![]() | Avoid inline conditionals. | 84 |
![]() | '1231' is a magic number. | 84 |
![]() | '1237' is a magic number. | 84 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | '32' is a magic number. | 85 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter obj should be final. | 93 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | 'if' construct must use '{}'s. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | 'if' construct must use '{}'s. | 101 |
![]() | 'if' construct must use '{}'s. | 103 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line has trailing spaces. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Parameter arg0 should be final. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Parameter arg0 should be final. | 140 |
![]() | Parameter arg1 should be final. | 140 |
org/treetank/io/LogValue.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.bucket.DataBucket. | 40 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 118 |
![]() | Missing a Javadoc comment. | 122 |
![]() | First sentence should end with a period. | 124 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Avoid inline conditionals. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Avoid inline conditionals. | 176 |
![]() | Parameter obj should be final. | 184 |
![]() | 'if' construct must use '{}'s. | 185 |
![]() | 'if' construct must use '{}'s. | 187 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | 'if' construct must use '{}'s. | 198 |
![]() | 'if' construct must use '{}'s. | 200 |
org/treetank/io/MemoryLog.java
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Parameter pKey should be final. | 19 |
![]() | Avoid inline conditionals. | 21 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter pKey should be final. | 25 |
![]() | Parameter pValue should be final. | 25 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 34 |
org/treetank/io/berkeley/BerkeleyReader.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.access.Storage. | 30 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Variable 'mBucketBinding' must be private and have accessor methods. | 56 |
![]() | Variable 'mCache' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'mEnv' must be private and have accessor methods. | 64 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Parameter pEnv should be final. | 76 |
![]() | Expected @param tag for 'pEnv'. | 76 |
![]() | '100' is a magic number. | 80 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Should use uppercase 'L'. | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 134 |
![]() | 'cast' is not followed by whitespace. | 136 |
org/treetank/io/berkeley/BerkeleyStorage.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.access.conf.SessionConfiguration. | 44 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Parameter pProperties should be final. | 116 |
![]() | Parameter pDataFac should be final. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Parameter pMetaFac should be final. | 117 |
![]() | Parameter pByteHandler should be final. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | '20' is a magic number. | 139 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 218 |
![]() | '{' is not preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line has trailing spaces. | 249 |
org/treetank/io/berkeley/BerkeleyWriter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.access.Storage. | 30 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Parameter pBucket should be final. | 129 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Should use uppercase 'L'. | 134 |
![]() | Line is longer than 80 characters. | 137 |
org/treetank/io/berkeley/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
org/treetank/io/bytepipe/ByteHandlerPipeline.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 77 |
org/treetank/io/bytepipe/Encryptor.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter pToDeserialize should be final. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
org/treetank/io/bytepipe/IByteHandler.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Line has trailing spaces. | 59 |
org/treetank/io/bytepipe/Zipper.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
org/treetank/io/combined/CombinedReader.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter pKey should be final. | 40 |
![]() | Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 63 |
org/treetank/io/combined/CombinedStorage.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Parameter pProperties should be final. | 51 |
![]() | Parameter pDataFac should be final. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Parameter pMetaFac should be final. | 52 |
![]() | Parameter pByteHandler should be final. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Method 'getReader' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Method 'getByteHandler' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'truncate' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 105 |
org/treetank/io/combined/CombinedWriter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Method 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '10' is a magic number. | 130 |
org/treetank/io/jclouds/JCloudsReader.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 55 |
![]() | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() | Variable 'mBlobStore' must be private and have accessor methods. | 60 |
![]() | Variable 'mByteHandler' must be private and have accessor methods. | 66 |
![]() | Variable 'mResourceName' must be private and have accessor methods. | 69 |
![]() | Variable 'mCache' must be private and have accessor methods. | 72 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter pBlobStore should be final. | 84 |
![]() | Parameter pFac should be final. | 84 |
![]() | Parameter pByteHandler should be final. | 84 |
![]() | Parameter pResourceName should be final. | 85 |
![]() | '100' is a magic number. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Should use uppercase 'L'. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter pKey should be final. | 123 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Redundant 'final' modifier. | 139 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Line has trailing spaces. | 204 |
![]() | Line has trailing spaces. | 206 |
![]() | Variable 'mBucketId' must be private and have accessor methods. | 213 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Line is longer than 80 characters. | 224 |
![]() | '10' is a magic number. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '4' is a magic number. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | '4' is a magic number. | 250 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Parameter value should be final. | 276 |
![]() | Line has trailing spaces. | 285 |
![]() | Line has trailing spaces. | 287 |
![]() | Parameter value should be final. | 309 |
org/treetank/io/jclouds/JCloudsStorage.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Parameter pProperties should be final. | 61 |
![]() | Parameter pDataFac should be final. | 61 |
![]() | Parameter pMetaFac should be final. | 62 |
![]() | Parameter pByteHandler should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Method 'getReader' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Method 'getByteHandler' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Method 'truncate' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Line is longer than 80 characters. | 123 |
org/treetank/io/jclouds/JCloudsWriter.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter pBlobStore should be final. | 61 |
![]() | Parameter pFac should be final. | 61 |
![]() | Parameter pByteHandler should be final. | 61 |
![]() | Parameter pResourceName should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter pKey should be final. | 80 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Method 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter pBucket should be final. | 154 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line has trailing spaces. | 174 |
![]() | Line has trailing spaces. | 176 |
![]() | Variable 'mBucket' must be private and have accessor methods. | 182 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter pBucket should be final. | 184 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line has trailing spaces. | 198 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '4' is a magic number. | 201 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line has trailing spaces. | 208 |
![]() | Must have at least one statement. | 211 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 216 |
org/treetank/io/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 31 |
org/treetank/jscsi/HybridTreetankStorageModule.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | First sentence should end with a period. | 101 |
![]() | Line is longer than 80 characters. | 101 |
![]() | First sentence should end with a period. | 104 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line has trailing spaces. | 136 |
![]() | Unused @throws tag for 'IOException'. | 137 |
![]() | Expected @throws tag for 'TTException'. | 141 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Method 'checkBounds' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Parameter logicalBlockAddress should be final. | 169 |
![]() | Parameter transferLengthInBlocks should be final. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Method 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Parameter bytes should be final. | 195 |
![]() | Parameter storageIndex should be final. | 195 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Parameter bytes should be final. | 206 |
![]() | Parameter storageIndex should be final. | 206 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line has trailing spaces. | 220 |
![]() | Line has trailing spaces. | 222 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter pBytes should be final. | 229 |
![]() | Parameter pStorageIndex should be final. | 229 |
![]() | 'cast' is not followed by whitespace. | 237 |
![]() | Line is longer than 80 characters. | 240 |
![]() | 'cast' is not followed by whitespace. | 240 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Avoid inline conditionals. | 243 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Missing a Javadoc comment. | 292 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter r should be final. | 293 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 303 |
org/treetank/jscsi/TreetankConfiguration.java
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Expected @throws tag for 'IOException'. | 73 |
![]() | First sentence should end with a period. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Expected @param tag for 'schemaLocation'. | 92 |
![]() | Expected @param tag for 'configFile'. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Parameter session should be final. | 93 |
![]() | Expected @param tag for 'session'. | 93 |
![]() | Expected @throws tag for 'SAXException'. | 93 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 93 |
![]() | Expected @throws tag for 'IOException'. | 93 |
![]() | Expected @throws tag for 'TTException'. | 93 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'cast' is not followed by whitespace. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | Line is longer than 80 characters. | 129 |
![]() | 'else' construct must use '{}'s. | 130 |
![]() | '3260' is a magic number. | 131 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | 'else' construct must use '{}'s. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Redundant 'final' modifier. | 145 |
![]() | Parameter targetElement should be final. | 145 |
![]() | Parameter conf should be final. | 145 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 185 |
![]() | '1024' is a magic number. | 185 |
![]() | '3' is a magic number. | 185 |
![]() | Line has trailing spaces. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line has trailing spaces. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line has trailing spaces. | 194 |
org/treetank/jscsi/TreetankStorageModule.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | First sentence should end with a period. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Variable 'mPrefetchedBuckets' must be private and have accessor methods. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Name 'BUCKETS_TO_PREFETCH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | '3' is a magic number. | 99 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line has trailing spaces. | 129 |
![]() | Unused @throws tag for 'IOException'. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Expected @throws tag for 'TTException'. | 133 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Method 'checkBounds' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter logicalBlockAddress should be final. | 157 |
![]() | Parameter transferLengthInBlocks should be final. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Method 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter bytes should be final. | 182 |
![]() | Parameter storageIndex should be final. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | 'cast' is not followed by whitespace. | 187 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Avoid inline conditionals. | 199 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Parameter bytes should be final. | 232 |
![]() | Parameter storageIndex should be final. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | 'cast' is not followed by whitespace. | 237 |
![]() | 'cast' is not followed by whitespace. | 240 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Avoid inline conditionals. | 243 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Line is longer than 80 characters. | 300 |
![]() | First sentence should end with a period. | 307 |
![]() | Parameter storageIndex should be final. | 310 |
![]() | Expected @param tag for 'storageIndex'. | 310 |
![]() | '128' is a magic number. | 313 |
![]() | '128' is a magic number. | 321 |
![]() | '128' is a magic number. | 326 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 333 |
org/treetank/jscsi/TreetankTargetServer.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 43 |
![]() | Unused import - org.treetank.io.berkeley.BerkeleyStorage. | 53 |
![]() | Unused import - com.google.common.io.Files. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Utility classes should not have a public or default constructor. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Parameter args should be final. | 91 |
![]() | Expected @throws tag for 'Exception'. | 91 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 160 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 173 |
![]() | 'cast' is not followed by whitespace. | 173 |
![]() | Line is longer than 80 characters. | 180 |
![]() | 'cast' is not followed by whitespace. | 180 |
![]() | Line has trailing spaces. | 184 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 243 |
org/treetank/node/AtomicValue.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter data should be final. | 62 |
![]() | Parameter into should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 96 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getParentKey' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Method 'hasParent' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | First sentence should end with a period. | 159 |
![]() | Line has trailing spaces. | 161 |
![]() | Method 'setNodeKey' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter pNodeKey should be final. | 165 |
![]() | Method 'getKind' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Line has trailing spaces. | 179 |
![]() | Method 'isFullText' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Line has trailing spaces. | 189 |
![]() | Method 'isFullTextLeaf' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Line has trailing spaces. | 199 |
![]() | Method 'isFullTextRoot' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Line has trailing spaces. | 217 |
![]() | Line has trailing spaces. | 226 |
![]() | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | 'cast' is not followed by whitespace. | 231 |
![]() | Line has trailing spaces. | 236 |
![]() | Method 'getBool' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line has trailing spaces. | 246 |
![]() | Method 'getFLT' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Line has trailing spaces. | 256 |
![]() | Method 'getDBL' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Method 'setHash' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | Parameter hash should be final. | 264 |
![]() | Method 'getHash' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Method 'setParentKey' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Parameter paramKey should be final. | 274 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Parameter paramType should be final. | 280 |
![]() | Method 'getRawValue' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Parameter paramVal should be final. | 296 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Line is longer than 80 characters. | 305 |
![]() | First sentence should end with a period. | 309 |
![]() | Line has trailing spaces. | 311 |
![]() | Expected @throws tag for 'TTIOException'. | 316 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 323 |
org/treetank/node/AttributeNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - org.treetank.node.delegates.StructNodeDelegate. | 38 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter data should be final. | 64 |
![]() | Parameter into should be final. | 64 |
![]() | 'cast' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 127 |
![]() | Expected @param tag for 'pParentKey'. | 131 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 147 |
![]() | Expected @param tag for 'pHash'. | 151 |
![]() | Line has trailing spaces. | 157 |
![]() | Line has trailing spaces. | 167 |
![]() | Expected @param tag for 'pTypeKey'. | 171 |
![]() | Line has trailing spaces. | 177 |
![]() | Line has trailing spaces. | 187 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 207 |
![]() | Expected @param tag for 'pNameKey'. | 211 |
![]() | Line has trailing spaces. | 217 |
![]() | Expected @param tag for 'pUriKey'. | 221 |
![]() | Line has trailing spaces. | 227 |
![]() | Line has trailing spaces. | 237 |
![]() | Expected @param tag for 'pVal'. | 241 |
![]() | Line has trailing spaces. | 247 |
![]() | Line has trailing spaces. | 256 |
![]() | Line has trailing spaces. | 265 |
![]() | Line is longer than 80 characters. | 277 |
![]() | First sentence should end with a period. | 281 |
![]() | Line has trailing spaces. | 283 |
![]() | Expected @throws tag for 'TTIOException'. | 288 |
![]() | Line has trailing spaces. | 306 |
![]() | Avoid inline conditionals. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Avoid inline conditionals. | 314 |
![]() | Avoid inline conditionals. | 315 |
![]() | Line has trailing spaces. | 321 |
![]() | Parameter obj should be final. | 325 |
org/treetank/node/DocumentRootNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter data should be final. | 62 |
![]() | Parameter into should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Parameter pObj should be final. | 140 |
![]() | Line is longer than 80 characters. | 277 |
org/treetank/node/ElementNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter data should be final. | 65 |
![]() | Parameter into should be final. | 65 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | First sentence should end with a period. | 91 |
![]() | Line has trailing spaces. | 93 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 139 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 168 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 192 |
![]() | Parameter pTypeKey should be final. | 252 |
![]() | Parameter pNameKey should be final. | 284 |
![]() | Parameter pUriKey should be final. | 292 |
![]() | Parameter pKey should be final. | 356 |
![]() | Parameter pKey should be final. | 364 |
![]() | Parameter pKey should be final. | 372 |
![]() | Parameter obj should be final. | 412 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line is longer than 80 characters. | 422 |
org/treetank/node/IConstants.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | interfaces should describe a type and hence have methods. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | 'static' modifier out of order with the JLS suggestions. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | 'static' modifier out of order with the JLS suggestions. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | 'static' modifier out of order with the JLS suggestions. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | 'static' modifier out of order with the JLS suggestions. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Redundant 'public' modifier. | 44 |
org/treetank/node/NamespaceNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter data should be final. | 61 |
![]() | Parameter into should be final. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Avoid inline conditionals. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Avoid inline conditionals. | 223 |
![]() | Parameter obj should be final. | 228 |
org/treetank/node/NodeMetaPageFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | 'static' modifier out of order with the JLS suggestions. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter from should be final. | 70 |
![]() | Parameter into should be final. | 70 |
![]() | 'cast' is not followed by whitespace. | 71 |
![]() | First sentence should end with a period. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 138 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter from should be final. | 142 |
![]() | Parameter into should be final. | 142 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 199 |
org/treetank/node/TextNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter data should be final. | 63 |
![]() | Parameter into should be final. | 63 |
![]() | 'cast' is not followed by whitespace. | 64 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Avoid inline conditionals. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Avoid inline conditionals. | 312 |
![]() | Avoid inline conditionals. | 313 |
![]() | Parameter obj should be final. | 318 |
org/treetank/node/TreeNodeFactory.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Method 'deserializeData' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter input should be final. | 33 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 109 |
org/treetank/node/Type.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line is longer than 80 characters. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Line is longer than 80 characters. | 425 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Line is longer than 80 characters. | 468 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Line is longer than 80 characters. | 516 |
![]() | Line is longer than 80 characters. | 525 |
![]() | Line is longer than 80 characters. | 526 |
![]() | Line is longer than 80 characters. | 544 |
![]() | Line is longer than 80 characters. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line is longer than 80 characters. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Line is longer than 80 characters. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | Missing a Javadoc comment. | 814 |
![]() | Missing a Javadoc comment. | 815 |
![]() | Line is longer than 80 characters. | 819 |
![]() | First sentence should end with a period. | 823 |
![]() | Line has trailing spaces. | 825 |
![]() | First sentence should end with a period. | 835 |
![]() | Line has trailing spaces. | 837 |
![]() | Line has trailing spaces. | 860 |
![]() | Line is longer than 80 characters. | 870 |
![]() | Line has trailing spaces. | 880 |
![]() | Line has trailing spaces. | 890 |
![]() | Missing a Javadoc comment. | 898 |
![]() | Line has trailing spaces. | 906 |
![]() | Line is longer than 80 characters. | 913 |
![]() | Line has trailing spaces. | 958 |
![]() | Line has trailing spaces. | 993 |
![]() | Line is longer than 80 characters. | 998 |
![]() | Line has trailing spaces. | 1004 |
![]() | Line is longer than 80 characters. | 1013 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Comment matches to-do format 'TODO:'. | 1042 |
![]() | Line is longer than 80 characters. | 1044 |
![]() | Line has trailing spaces. | 1055 |
![]() | Expected @throws tag for 'TTXPathException'. | 1058 |
![]() | Comment matches to-do format 'TODO:'. | 1062 |
![]() | '3' is a magic number. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line has trailing spaces. | 1079 |
![]() | Line has trailing spaces. | 1099 |
![]() | Line has trailing spaces. | 1110 |
org/treetank/node/delegates/NameNodeDelegate.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter data should be final. | 62 |
![]() | Parameter into should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'setHash' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Expected @param tag for 'pHash'. | 97 |
![]() | Line has trailing spaces. | 103 |
![]() | Method 'getHash' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Line has trailing spaces. | 113 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getParentKey' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Line has trailing spaces. | 133 |
![]() | Method 'hasParent' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'setParentKey' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Expected @param tag for 'pNodeKey'. | 157 |
![]() | Line has trailing spaces. | 163 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Expected @param tag for 'pTypeKey'. | 167 |
![]() | Method 'getKind' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Method 'getNameKey' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Method 'getURIKey' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Method 'setNameKey' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Method 'setURIKey' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Line is longer than 80 characters. | 216 |
![]() | First sentence should end with a period. | 220 |
![]() | Line has trailing spaces. | 222 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Expected @throws tag for 'TTIOException'. | 227 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Avoid inline conditionals. | 245 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Parameter obj should be final. | 252 |
org/treetank/node/delegates/NodeDelegate.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter data should be final. | 62 |
![]() | Parameter into should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Method 'getKind' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Method 'getParentKey' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Method 'setParentKey' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Method 'getHash' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Method 'setHash' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | 'cast' is not followed by whitespace. | 149 |
![]() | '32' is a magic number. | 149 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | '32' is a magic number. | 150 |
![]() | 'cast' is not followed by whitespace. | 151 |
![]() | '32' is a magic number. | 151 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter obj should be final. | 157 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter pTypeKey should be final. | 182 |
![]() | Method 'hasParent' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | First sentence should end with a period. | 194 |
![]() | Line has trailing spaces. | 196 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Expected @throws tag for 'TTIOException'. | 201 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 211 |
org/treetank/node/delegates/StructNodeDelegate.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter data should be final. | 61 |
![]() | Parameter into should be final. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'getKind' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Method 'hasFirstChild' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Method 'hasLeftSibling' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Method 'hasRightSibling' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Method 'getChildCount' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Method 'getFirstChildKey' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Method 'getLeftSiblingKey' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Method 'getRightSiblingKey' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Method 'setRightSiblingKey' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Method 'setLeftSiblingKey' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Method 'setFirstChildKey' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Method 'decrementChildCount' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Method 'incrementChildCount' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Line has trailing spaces. | 210 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Line has trailing spaces. | 220 |
![]() | Method 'getParentKey' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Line has trailing spaces. | 230 |
![]() | Method 'setParentKey' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Parameter pParentKey should be final. | 234 |
![]() | Expected @param tag for 'pParentKey'. | 234 |
![]() | Line has trailing spaces. | 240 |
![]() | Method 'getHash' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Line has trailing spaces. | 250 |
![]() | Method 'setHash' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Parameter pHash should be final. | 254 |
![]() | Expected @param tag for 'pHash'. | 254 |
![]() | Line has trailing spaces. | 260 |
![]() | Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Line has trailing spaces. | 270 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Parameter pTypeKey should be final. | 274 |
![]() | Expected @param tag for 'pTypeKey'. | 274 |
![]() | Line has trailing spaces. | 280 |
![]() | Method 'hasParent' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | First sentence should end with a period. | 298 |
![]() | Line has trailing spaces. | 300 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Expected @throws tag for 'TTIOException'. | 305 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | 'cast' is not followed by whitespace. | 325 |
![]() | '32' is a magic number. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Avoid inline conditionals. | 326 |
![]() | 'cast' is not followed by whitespace. | 327 |
![]() | '32' is a magic number. | 327 |
![]() | 'cast' is not followed by whitespace. | 328 |
![]() | '32' is a magic number. | 328 |
![]() | 'cast' is not followed by whitespace. | 329 |
![]() | '32' is a magic number. | 329 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Parameter obj should be final. | 334 |
org/treetank/node/delegates/ValNodeDelegate.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter data should be final. | 61 |
![]() | Parameter into should be final. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | First sentence should end with a period. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getKind' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'getParentKey' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line has trailing spaces. | 117 |
![]() | Method 'setParentKey' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Parameter pParentKey should be final. | 121 |
![]() | Expected @param tag for 'pParentKey'. | 121 |
![]() | Line has trailing spaces. | 127 |
![]() | Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Line has trailing spaces. | 137 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Parameter pTypeKey should be final. | 141 |
![]() | Expected @param tag for 'pTypeKey'. | 141 |
![]() | Line has trailing spaces. | 147 |
![]() | Method 'hasParent' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Method 'getRawValue' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Parameter obj should be final. | 186 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | First sentence should end with a period. | 198 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Expected @throws tag for 'TTIOException'. | 205 |
![]() | Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 214 |
org/treetank/node/interfaces/INameNode.java
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 54 |
org/treetank/node/interfaces/INode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 92 |
org/treetank/node/interfaces/IStructNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 111 |
org/treetank/node/interfaces/IValNode.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 47 |
org/treetank/node/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
org/treetank/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 46 |
org/treetank/revisioning/Differential.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | '}' should be on the same line. | 34 |
![]() | '}' is not followed by whitespace. | 34 |
![]() | Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Parameter pRevisionsToRestore should be final. | 46 |
![]() | Parameter pNewBucketKey should be final. | 46 |
![]() | Parameter pBuckets should be final. | 46 |
![]() | Parameter pFullDump should be final. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
org/treetank/revisioning/FullDump.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Parameter pBuckets should be final. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Parameter pRevisionsToRestore should be final. | 35 |
![]() | Parameter pNewBucketKey should be final. | 35 |
![]() | Parameter pBuckets should be final. | 35 |
![]() | Parameter fullDump should be final. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
org/treetank/revisioning/IRevisioning.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 44 |
org/treetank/revisioning/Incremental.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Parameter pRevisionsToRestore should be final. | 50 |
![]() | Parameter pNewBucketKey should be final. | 50 |
![]() | Parameter pBuckets should be final. | 50 |
![]() | Parameter pFullDump should be final. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 |
org/treetank/revisioning/SlidingSnapshot.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Parameter pRevisionsToRestore should be final. | 50 |
![]() | Parameter pNewBucketKey should be final. | 50 |
![]() | Parameter pBuckets should be final. | 50 |
![]() | Parameter pFullDump should be final. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 |
org/treetank/revisioning/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 36 |
org/treetank/saxon/evaluator/XPathEvaluator.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | 'final' modifier out of order with the JLS suggestions. | 60 |
![]() | 'final' modifier out of order with the JLS suggestions. | 63 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 78 |
org/treetank/saxon/evaluator/XQueryEvaluator.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters. | 77 |
org/treetank/saxon/evaluator/XQueryEvaluatorOutputStream.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 124 |
org/treetank/saxon/evaluator/XQueryEvaluatorSAXHandler.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters. | 81 |
org/treetank/saxon/evaluator/XSLTEvaluator.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 110 |
org/treetank/saxon/evaluator/package-info.java
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 97 |
![]() | Extra HTML tag found: </" + localName + ">"); | 118 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 158 |
org/treetank/saxon/wrapper/DocumentWrapper.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 76 |
![]() | 'final' modifier out of order with the JLS suggestions. | 79 |
![]() | Variable 'mSession' must be private and have accessor methods. | 79 |
![]() | Variable 'mBaseURI' must be private and have accessor methods. | 82 |
![]() | Variable 'mConfig' must be private and have accessor methods. | 85 |
![]() | Variable 'documentNumber' must be private and have accessor methods. | 88 |
![]() | First sentence should end with a period. | 90 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Expected @throws tag for 'TTException'. | 104 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line has trailing spaces. | 121 |
![]() | 'cast' is not followed by whitespace. | 126 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 140 |
![]() | 'cast' is not followed by whitespace. | 140 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line has trailing spaces. | 181 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line has trailing spaces. | 208 |
![]() | Parameter arg0 should be final. | 220 |
![]() | Parameter arg0 should be final. | 228 |
![]() | Parameter arg1 should be final. | 228 |
![]() | Unable to get class information for XPathException. | 233 |
![]() | Parameter arg0 should be final. | 238 |
![]() | Parameter arg0 should be final. | 243 |
![]() | Parameter arg1 should be final. | 243 |
![]() | Parameter arg2 should be final. | 243 |
![]() | Unable to get class information for XPathException. | 243 |
![]() | Parameter arg0 should be final. | 249 |
![]() | Parameter arg0 should be final. | 255 |
![]() | Parameter arg0 should be final. | 360 |
![]() | Parameter arg0 should be final. | 365 |
![]() | Parameter arg0 should be final. | 370 |
![]() | Parameter arg1 should be final. | 370 |
![]() | Parameter arg0 should be final. | 375 |
![]() | Unable to get class information for XPathException. | 385 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Parameter arg0 should be final. | 394 |
![]() | Parameter arg1 should be final. | 394 |
![]() | Parameter arg0 should be final. | 399 |
org/treetank/saxon/wrapper/NodeWrapper.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - net.sf.saxon.tree.util.NamespaceIterator. | 57 |
![]() | Unused import - net.sf.saxon.type.AnyType. | 62 |
![]() | Unused import - net.sf.saxon.type.SimpleType. | 64 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 100 |
![]() | Extra HTML tag found: </dt> | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Extra HTML tag found: </dd> | 103 |
![]() | Extra HTML tag found: </dt> | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Extra HTML tag found: </dd> | 107 |
![]() | Extra HTML tag found: </dt> | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Extra HTML tag found: </dd> | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | 'final' modifier out of order with the JLS suggestions. | 119 |
![]() | Variable 'nodeKind' must be private and have accessor methods. | 119 |
![]() | Variable 'mDocWrapper' must be private and have accessor methods. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | 'final' modifier out of order with the JLS suggestions. | 130 |
![]() | Variable 'mKey' must be private and have accessor methods. | 130 |
![]() | 'final' modifier out of order with the JLS suggestions. | 133 |
![]() | Variable 'node' must be private and have accessor methods. | 133 |
![]() | 'final' modifier out of order with the JLS suggestions. | 136 |
![]() | Variable 'qName' must be private and have accessor methods. | 136 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Expected @throws tag for 'TTException'. | 147 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Method 'atomize' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Unable to get class information for XPathException. | 170 |
![]() | Method 'compareOrder' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | 'node' hides a field. | 191 |
![]() | '-2' is a magic number. | 196 |
![]() | '}' should be on the same line. | 197 |
![]() | 'cast' is not followed by whitespace. | 201 |
![]() | 'cast' is not followed by whitespace. | 203 |
![]() | Line has trailing spaces. | 214 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Expected @param tag for 'out'. | 217 |
![]() | Expected @param tag for 'copyOption'. | 217 |
![]() | Expected @param tag for 'locationId'. | 217 |
![]() | Expected @throws tag for 'XPathException'. | 217 |
![]() | Unable to get class information for XPathException. | 217 |
![]() | Method 'generateId' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Line is longer than 80 characters. | 236 |
![]() | 'cast' is not followed by whitespace. | 238 |
![]() | Method 'getBaseURI' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | 'node' hides a field. | 254 |
![]() | Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | Method 'getDocumentRoot' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Method 'getFingerprint' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | '0xfffff' is a magic number. | 345 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Method 'getLocalPart' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Method 'getNameCode' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Method 'getNamePool' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Method 'getNodeKind' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() | Line is longer than 80 characters. | 425 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | 'cast' is not followed by whitespace. | 463 |
![]() | Line has trailing spaces. | 468 |
![]() | Expected an @return tag. | 470 |
![]() | Line has trailing spaces. | 511 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Method 'getSystemId' is not designed for extension - needs to be abstract, final or empty. | 536 |
![]() | Line has trailing spaces. | 543 |
![]() | Method 'getTypeAnnotation' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 561 |
![]() | Method 'hasChildNodes' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() | 'cast' is not followed by whitespace. | 587 |
![]() | Expected an @return tag. | 600 |
![]() | Method 'isId' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() | Method 'isIdref' is not designed for extension - needs to be abstract, final or empty. | 608 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Method 'isNilled' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Method 'isSameNodeInfo' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | 'cast' is not followed by whitespace. | 633 |
![]() | Method 'iterateAxis' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() | Method 'iterateAxis' is not designed for extension - needs to be abstract, final or empty. | 650 |
![]() | Line is longer than 80 characters. | 651 |
![]() | Line is longer than 80 characters. | 666 |
![]() | Line is longer than 80 characters. | 674 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line is longer than 80 characters. | 687 |
![]() | Line is longer than 80 characters. | 695 |
![]() | Line is longer than 80 characters. | 702 |
![]() | Line is longer than 80 characters. | 705 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Line is longer than 80 characters. | 732 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line is longer than 80 characters. | 746 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Line is longer than 80 characters. | 760 |
![]() | Method 'setSystemId' is not designed for extension - needs to be abstract, final or empty. | 771 |
![]() | Method 'getTypedValue' is not designed for extension - needs to be abstract, final or empty. | 779 |
![]() | Unable to get class information for XPathException. | 780 |
![]() | 'cast' is not followed by whitespace. | 781 |
![]() | Method 'getRealNode' is not designed for extension - needs to be abstract, final or empty. | 787 |
![]() | Method 'getUnderlyingNode' is not designed for extension - needs to be abstract, final or empty. | 795 |
![]() | Method 'getSiblingPosition' is not designed for extension - needs to be abstract, final or empty. | 803 |
![]() | 'cast' is not followed by whitespace. | 808 |
![]() | 'cast' is not followed by whitespace. | 809 |
![]() | Missing a Javadoc comment. | 819 |
![]() | Redundant 'final' modifier. | 819 |
![]() | Line is longer than 80 characters. | 821 |
![]() | Line has trailing spaces. | 828 |
![]() | Avoid inline conditionals. | 834 |
![]() | Line has trailing spaces. | 839 |
![]() | Line has trailing spaces. | 851 |
![]() | Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. | 890 |
![]() | Parameter arg0 should be final. | 891 |
![]() | Parameter arg1 should be final. | 891 |
![]() | 'cast' is not followed by whitespace. | 893 |
![]() | 'cast' is not followed by whitespace. | 902 |
![]() | Line is longer than 80 characters. | 904 |
![]() | Method 'getDeclaredNamespaces' is not designed for extension - needs to be abstract, final or empty. | 920 |
![]() | Parameter arg0 should be final. | 921 |
![]() | 'cast' is not followed by whitespace. | 924 |
![]() | Line is longer than 80 characters. | 929 |
![]() | 'cast' is not followed by whitespace. | 934 |
![]() | Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. | 954 |
org/treetank/saxon/wrapper/package-info.java
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 34 |
org/treetank/service/jaxrx/enums/EIdAccessType.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
org/treetank/service/jaxrx/enums/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 33 |
org/treetank/service/jaxrx/implementation/DatabaseRepresentation.java
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 97 |
![]() | 'static' modifier out of order with the JLS suggestions. | 97 |
![]() | Name 'beginResult' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | 'static' modifier out of order with the JLS suggestions. | 102 |
![]() | Name 'endResult' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | 'static' modifier out of order with the JLS suggestions. | 107 |
![]() | First sentence should end with a period. | 109 |
![]() | 'static' modifier out of order with the JLS suggestions. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | 'static' modifier out of order with the JLS suggestions. | 113 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Line has trailing spaces. | 128 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'createResource' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Line has trailing spaces. | 155 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line has trailing spaces. | 202 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line has trailing spaces. | 237 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line has trailing spaces. | 249 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line has trailing spaces. | 270 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line has trailing spaces. | 289 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line has trailing spaces. | 333 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line has trailing spaces. | 372 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line has trailing spaces. | 403 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line is longer than 80 characters. | 423 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line is longer than 80 characters. | 431 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line is longer than 80 characters. | 533 |
![]() | Line has trailing spaces. | 555 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Line has trailing spaces. | 602 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Line is longer than 80 characters. | 616 |
![]() | Line is longer than 80 characters. | 617 |
org/treetank/service/jaxrx/implementation/NodeIdRepresentation.java
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 106 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line has trailing spaces. | 177 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line has trailing spaces. | 217 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line has trailing spaces. | 264 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line has trailing spaces. | 319 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line is longer than 80 characters. | 368 |
![]() | Line has trailing spaces. | 374 |
![]() | Line has trailing spaces. | 393 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line has trailing spaces. | 467 |
![]() | Line is longer than 80 characters. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line is longer than 80 characters. | 508 |
![]() | Line is longer than 80 characters. | 510 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line is longer than 80 characters. | 530 |
![]() | Line is longer than 80 characters. | 532 |
![]() | Line is longer than 80 characters. | 542 |
![]() | Line is longer than 80 characters. | 544 |
org/treetank/service/jaxrx/implementation/TreeTankMediator.java
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected @throws tag for 'TTException'. | 85 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 242 |
org/treetank/service/jaxrx/implementation/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 33 |
org/treetank/service/jaxrx/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 31 |
org/treetank/service/jaxrx/server/StartServer.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 74 |
![]() | '8093' is a magic number. | 81 |
![]() | Line has trailing spaces. | 93 |
org/treetank/service/jaxrx/server/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 33 |
org/treetank/service/jaxrx/util/RESTResponseHelper.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Expected @param tag for 'pStorageFac'. | 113 |
![]() | Expected @param tag for 'pRevision'. | 113 |
![]() | Expected @throws tag for 'WebApplicationException'. | 114 |
![]() | Unable to get class information for WebApplicationException. | 114 |
![]() | Expected @throws tag for 'TTException'. | 114 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line has trailing spaces. | 136 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Unable to get class information for WebApplicationException. | 151 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 171 |
org/treetank/service/jaxrx/util/RESTXMLShredder.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 29 |
![]() | Unused import - javax.xml.stream.XMLStreamReader. | 39 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 69 |
org/treetank/service/jaxrx/util/RestXPathProcessor.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | First sentence should end with a period. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Method 'getXpathResource' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Expected @param tag for 'wrapResult'. | 105 |
![]() | Expected @throws tag for 'TTException'. | 106 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | First sentence should end with a period. | 127 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 132 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Method 'getXpathResource' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Expected @throws tag for 'TTException'. | 152 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 185 |
![]() | '404' is a magic number. | 191 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 203 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Expected @throws tag for 'TTException'. | 217 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line is longer than 80 characters. | 237 |
org/treetank/service/jaxrx/util/WorkerHelper.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | First sentence should end with a period. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Expected @param tag for 'child'. | 92 |
![]() | First sentence should end with a period. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 122 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Expected @param tag for 'revision'. | 126 |
![]() | 'if' construct must use '{}'s. | 128 |
![]() | 'else' construct must use '{}'s. | 130 |
![]() | First sentence should end with a period. | 139 |
![]() | Line has trailing spaces. | 141 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 151 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Expected @param tag for 'nodekey'. | 155 |
![]() | Expected @param tag for 'revision'. | 155 |
![]() | 'if' construct must use '{}'s. | 158 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | 'else' construct must use '{}'s. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | First sentence should end with a period. | 174 |
![]() | Line has trailing spaces. | 176 |
![]() | Line has trailing spaces. | 186 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Expected @throws tag for 'TTException'. | 196 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Expected @throws tag for 'TTException'. | 215 |
![]() | Line has trailing spaces. | 225 |
![]() | Line has trailing spaces. | 236 |
org/treetank/service/jaxrx/util/package-info.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 33 |
org/treetank/service/xml/diff/AbsDiff.java
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Unused import - javax.xml.namespace.QName. | 35 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 76 |
![]() | Variable 'mHashKind' must be private and have accessor methods. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line has trailing spaces. | 133 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Expected @throws tag for 'TTIOException'. | 195 |
![]() | 'cast' is not followed by whitespace. | 200 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 204 |
![]() | 'cast' is not followed by whitespace. | 204 |
![]() | Line is longer than 80 characters. | 210 |
![]() | 'cast' is not followed by whitespace. | 210 |
![]() | switch without "default" clause. | 212 |
![]() | Line is longer than 80 characters. | 226 |
![]() | 'cast' is not followed by whitespace. | 226 |
![]() | Line has trailing spaces. | 237 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Expected @throws tag for 'TTIOException'. | 246 |
![]() | 'cast' is not followed by whitespace. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | 'cast' is not followed by whitespace. | 249 |
![]() | switch without "default& |