Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 28 | Error |
NewlineAtEndOfFile | 4 | Error |
Translation | 0 | Error |
FileLength | 2 | Error |
FileTabCharacter
| 1597 | Error |
RegexpSingleline
| 2086 | Error |
JavadocMethod | 464 | Error |
JavadocType | 19 | Error |
JavadocVariable | 239 | Error |
JavadocStyle | 119 | Error |
ConstantName | 5 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 1 | Error |
MemberName | 7 | Error |
MethodName | 10 | Error |
PackageName | 0 | Error |
ParameterName | 1 | Error |
StaticVariableName | 6 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 28 | Error |
LineLength | 2889 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 5 | Error |
NoWhitespaceBefore | 2 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 417 | Error |
WhitespaceAround | 64 | Error |
ModifierOrder | 41 | Error |
RedundantModifier | 64 | Error |
AvoidNestedBlocks | 1 | Error |
EmptyBlock | 7 | Error |
LeftCurly | 0 | Error |
NeedBraces | 48 | Error |
RightCurly | 19 | Error |
AvoidInlineConditionals | 37 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 31 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 3 | Error |
MagicNumber | 268 | Error |
MissingSwitchDefault | 4 | Error |
RedundantThrows | 14 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 2 | Error |
DesignForExtension | 467 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 5 | Error |
InterfaceIsType | 3 | Error |
VisibilityModifier | 75 | Error |
ArrayTypeStyle | 5 | Error |
FinalParameters | 311 | Error |
TodoComment | 22 | Error |
UpperEll | 3 | Error |
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" clause. | 252 | |
Line is longer than 80 characters. | 267 | |
'cast' is not followed by whitespace. | 267 | |
Line has trailing spaces. | 273 | |
Line is longer than 80 characters. | 286 | |
Expected @throws tag for 'TTIOException'. | 287 | |
Line is longer than 80 characters. | 308 | |
'cast' is not followed by whitespace. | 308 | |
'cast' is not followed by whitespace. | 308 | |
Line is longer than 80 characters. | 309 | |
Line has trailing spaces. | 316 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 330 | |
Expected @throws tag for 'TTIOException'. | 330 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 358 | |
'cast' is not followed by whitespace. | 358 | |
'cast' is not followed by whitespace. | 358 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 361 | |
'cast' is not followed by whitespace. | 361 | |
'cast' is not followed by whitespace. | 361 | |
Line is longer than 80 characters. | 362 | |
Line has trailing spaces. | 370 | |
Line is longer than 80 characters. | 381 | |
Expected @throws tag for 'TTIOException'. | 382 | |
'cast' is not followed by whitespace. | 396 | |
Line is longer than 80 characters. | 397 | |
'cast' is not followed by whitespace. | 397 | |
Line has trailing spaces. | 414 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 429 | |
Line is longer than 80 characters. | 434 | |
Line has trailing spaces. | 446 | |
Line is longer than 80 characters. | 453 | |
Expected @throws tag for 'TTIOException'. | 454 | |
Line has trailing spaces. | 458 | |
Line is longer than 80 characters. | 466 | |
Expected @throws tag for 'TTIOException'. | 466 | |
Line is longer than 80 characters. | 471 | |
'cast' is not followed by whitespace. | 471 | |
Line is longer than 80 characters. | 473 | |
'cast' is not followed by whitespace. | 473 | |
Line is longer than 80 characters. | 474 | |
Line is longer than 80 characters. | 477 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 480 | |
Line is longer than 80 characters. | 487 |
org/treetank/service/xml/diff/AbsDiffObservable.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. | 41 | |
Line has trailing spaces. | 43 | |
Variable 'mNewRtx' must be private and have accessor methods. | 48 | |
Variable 'mOldRtx' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 77 |
org/treetank/service/xml/diff/DepthCounter.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. | 45 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 87 |
org/treetank/service/xml/diff/Diff.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. | 54 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 116 |
org/treetank/service/xml/diff/DiffAxis.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. | 41 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 52 |
org/treetank/service/xml/diff/DiffDepth.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. | 45 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 69 |
org/treetank/service/xml/diff/DiffFactory.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. | 41 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 106 | |
Variable 'mSession' must be private and have accessor methods. | 119 | |
Variable 'mKey' must be private and have accessor methods. | 122 | |
Variable 'mNewRev' must be private and have accessor methods. | 125 | |
Variable 'mOldRev' must be private and have accessor methods. | 128 | |
Variable 'mNewDepth' must be private and have accessor methods. | 131 | |
Variable 'mOldDepth' must be private and have accessor methods. | 134 | |
Variable 'mKind' must be private and have accessor methods. | 137 | |
Variable 'mObservers' must be private and have accessor methods. | 140 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 186 | |
Expected @throws tag for 'TTException'. | 186 | |
Line has trailing spaces. | 193 | |
Line is longer than 80 characters. | 198 | |
Expected @throws tag for 'TTException'. | 198 | |
Line has trailing spaces. | 205 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 |
org/treetank/service/xml/diff/EFoundEqualNode.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. | 36 | |
Line has trailing spaces. | 59 |
org/treetank/service/xml/diff/FullDiff.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. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 72 | |
'cast' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
'cast' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
'cast' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
'cast' is not followed by whitespace. | 75 | |
Line is longer than 80 characters. | 78 | |
'cast' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 81 | |
'cast' is not followed by whitespace. | 81 | |
Line is longer than 80 characters. | 83 | |
'cast' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 86 | |
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. | 102 |
org/treetank/service/xml/diff/IDiffObservable.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. | 35 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 77 |
org/treetank/service/xml/diff/IDiffObserver.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. | 42 | |
Line is longer than 80 characters. | 52 |
org/treetank/service/xml/diff/StructuralDiff.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 | |
Expected @throws tag for 'TTException'. | 51 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
switch without "default" clause. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 |
org/treetank/service/xml/diff/algorithm/IImportDiff.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. | 36 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 53 |
org/treetank/service/xml/diff/algorithm/fmes/ConnectionMap.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. | 55 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 87 |
org/treetank/service/xml/diff/algorithm/fmes/FMESVisitor.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. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 75 | |
First sentence should end with a period. | 80 | |
Line has trailing spaces. | 82 | |
Expected @throws tag for 'TTIOException'. | 87 | |
Line has trailing spaces. | 114 | |
Expected @throws tag for 'TTIOException'. | 117 | |
'cast' is not followed by whitespace. | 120 | |
'cast' is not followed by whitespace. | 121 | |
'cast' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
'cast' is not followed by whitespace. | 125 | |
Line has trailing spaces. | 133 | |
Expected @throws tag for 'TTIOException'. | 138 |
org/treetank/service/xml/diff/algorithm/fmes/IComparator.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 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 43 |
org/treetank/service/xml/diff/algorithm/fmes/LabelFMESVisitor.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. | 47 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 76 | |
Expected @throws tag for 'TTIOException'. | 81 | |
First sentence should end with a period. | 103 | |
Line has trailing spaces. | 105 | |
Expected @throws tag for 'TTIOException'. | 110 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 137 |
org/treetank/service/xml/diff/algorithm/fmes/Matching.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. | 41 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 91 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 115 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 122 | |
'cast' is not followed by whitespace. | 129 | |
Line has trailing spaces. | 138 | |
Line has trailing spaces. | 152 | |
Line has trailing spaces. | 158 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Avoid inline conditionals. | 167 | |
Line has trailing spaces. | 175 | |
Line has trailing spaces. | 186 |
org/treetank/service/xml/diff/algorithm/fmes/Pair.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 | |
Variable 'mFirst' must be private and have accessor methods. | 39 | |
Variable 'mSecond' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 45 |
org/treetank/service/xml/diff/algorithm/fmes/Util.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. | 59 | |
Array brackets at illegal position. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 119 | |
Array brackets at illegal position. | 127 | |
'256' is a magic number. | 127 | |
'8' is a magic number. | 129 | |
'8' is a magic number. | 130 | |
'256' is a magic number. | 130 | |
'8' is a magic number. | 132 | |
'0xFF' is a magic number. | 132 | |
'8' is a magic number. | 136 | |
Avoid inline conditionals. | 136 | |
'8' is a magic number. | 136 | |
'0xFF' is a magic number. | 136 |
org/treetank/service/xml/diff/algorithm/fmes/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/service/xml/diff/algorithm/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/service/xml/diff/in/DocTreeDiffImport.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. | 31 | |
Line has trailing spaces. | 33 |
org/treetank/service/xml/diff/out/EditScript.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. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 107 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 126 | |
Avoid inline conditionals. | 126 | |
Line is longer than 80 characters. | 156 |
org/treetank/service/xml/diff/out/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/service/xml/diff/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 has trailing spaces. | 33 |
org/treetank/service/xml/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. | 32 | |
Line has trailing spaces. | 35 |
org/treetank/service/xml/serialize/AbsSerializer.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. | 48 | |
Variable 'mSession' must be private and have accessor methods. | 53 | |
Variable 'mStack' must be private and have accessor methods. | 56 | |
Variable 'mVersions' must be private and have accessor methods. | 59 | |
Variable 'mNodeKey' must be private and have accessor methods. | 62 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 72 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 105 | |
'}' should be on the same line. | 111 | |
'}' is not followed by whitespace. | 111 | |
Line is longer than 80 characters. | 115 | |
'}' should be on the same line. | 115 | |
Line is longer than 80 characters. | 121 | |
'cast' is not followed by whitespace. | 121 | |
'}' should be on the same line. | 127 | |
'}' is not followed by whitespace. | 127 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 136 | |
'cast' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 205 | |
Line is longer than 80 characters. | 209 | |
Expected @throws tag for 'TTIOException'. | 209 | |
Line has trailing spaces. | 213 | |
Line has trailing spaces. | 221 | |
Line has trailing spaces. | 229 |
org/treetank/service/xml/serialize/SAXSerializer.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. | 74 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 166 | |
Expected @throws tag for 'TTIOException'. | 166 | |
Line is longer than 80 characters. | 172 | |
'cast' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 187 | |
'cast' is not followed by whitespace. | 187 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 198 | |
'cast' is not followed by whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line has trailing spaces. | 213 | |
Unused @param tag for 'mRtx'. | 214 | |
Expected @param tag for 'paramRtx'. | 217 | |
Line is longer than 80 characters. | 219 | |
Line has trailing spaces. | 228 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 316 |
org/treetank/service/xml/serialize/StAXSerializer.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. | 36 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 130 | |
Expected @param tag for 'pRtx'. | 135 | |
Line has trailing spaces. | 143 | |
Line is longer than 80 characters. | 150 | |
Expected @param tag for 'pRtx'. | 150 | |
Line has trailing spaces. | 160 | |
Unused @param tag for 'paramRTX'. | 161 | |
Expected @throws tag for 'TTIOException'. | 165 | |
Line is longer than 80 characters. | 167 | |
Line has trailing spaces. | 173 | |
Unused @param tag for 'paramRTX'. | 174 | |
Expected @throws tag for 'TTIOException'. | 178 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 285 | |
'cast' is not followed by whitespace. | 315 | |
Line is longer than 80 characters. | 316 | |
'cast' is not followed by whitespace. | 316 | |
'cast' is not followed by whitespace. | 318 | |
Line is longer than 80 characters. | 319 | |
'cast' is not followed by whitespace. | 319 | |
'cast' is not followed by whitespace. | 321 | |
Line has trailing spaces. | 336 | |
Line has trailing spaces. | 358 | |
Unused @throws tag for 'IOException'. | 361 | |
Expected @throws tag for 'TTIOException'. | 364 | |
Line has trailing spaces. | 379 | |
Unused @throws tag for 'IOException'. | 380 | |
Expected @throws tag for 'TTIOException'. | 383 | |
Line is longer than 80 characters. | 386 | |
'cast' is not followed by whitespace. | 386 | |
'cast' is not followed by whitespace. | 413 | |
'cast' is not followed by whitespace. | 414 | |
Line is longer than 80 characters. | 417 | |
'cast' is not followed by whitespace. | 417 | |
Line is longer than 80 characters. | 457 | |
Line has trailing spaces. | 461 | |
'cast' is not followed by whitespace. | 471 | |
Line has trailing spaces. | 512 | |
Line has trailing spaces. | 514 | |
Line is longer than 80 characters. | 533 | |
Line has trailing spaces. | 537 | |
Line is longer than 80 characters. | 547 | |
'cast' is not followed by whitespace. | 547 | |
Line is longer than 80 characters. | 572 |
org/treetank/service/xml/serialize/XMLSerializer.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 is longer than 80 characters. | 37 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 81 | |
Line has trailing spaces. | 150 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line has trailing spaces. | 209 | |
'4096' is a magic number. | 222 | |
Line has trailing spaces. | 232 | |
Line is longer than 80 characters. | 236 | |
Expected @param tag for 'paramRTX'. | 236 | |
Expected @throws tag for 'TTIOException'. | 236 | |
switch without "default" clause. | 238 | |
'cast' is not followed by whitespace. | 247 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 252 | |
'cast' is not followed by whitespace. | 252 | |
Line is longer than 80 characters. | 254 | |
'cast' is not followed by whitespace. | 254 | |
Line is longer than 80 characters. | 256 | |
'cast' is not followed by whitespace. | 256 | |
Line is longer than 80 characters. | 260 | |
'cast' is not followed by whitespace. | 260 | |
Line is longer than 80 characters. | 262 | |
'cast' is not followed by whitespace. | 262 | |
Line is longer than 80 characters. | 282 | |
'cast' is not followed by whitespace. | 282 | |
Line is longer than 80 characters. | 285 | |
'cast' is not followed by whitespace. | 285 | |
'cast' is not followed by whitespace. | 291 | |
Line has trailing spaces. | 315 | |
Line is longer than 80 characters. | 324 | |
'cast' is not followed by whitespace. | 324 | |
Line is longer than 80 characters. | 339 | |
Line has trailing spaces. | 388 | |
Line has trailing spaces. | 402 | |
Line is longer than 80 characters. | 410 | |
Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 410 | |
Line has trailing spaces. | 416 | |
'cast' is not followed by whitespace. | 423 | |
'cast' is not followed by whitespace. | 423 | |
'cast' is not followed by whitespace. | 427 | |
'cast' is not followed by whitespace. | 428 | |
Line has trailing spaces. | 435 | |
'3' is a magic number. | 443 | |
Line is longer than 80 characters. | 448 | |
Line is longer than 80 characters. | 451 | |
Line is longer than 80 characters. | 459 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 465 | |
',' is not followed by whitespace. | 465 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 468 | |
Line is longer than 80 characters. | 475 | |
Line has trailing spaces. | 521 | |
Line is longer than 80 characters. | 529 | |
Line has trailing spaces. | 539 | |
Line is longer than 80 characters. | 551 | |
Line is longer than 80 characters. | 552 | |
'cast' is not followed by whitespace. | 559 | |
'cast' is not followed by whitespace. | 560 | |
'cast' is not followed by whitespace. | 561 | |
'cast' is not followed by whitespace. | 562 | |
'cast' is not followed by whitespace. | 563 | |
Line has trailing spaces. | 568 | |
Line has trailing spaces. | 580 | |
Line has trailing spaces. | 592 | |
Line is longer than 80 characters. | 597 | |
Line has trailing spaces. | 604 | |
Line has trailing spaces. | 616 | |
Line has trailing spaces. | 628 |
org/treetank/service/xml/serialize/XMLSerializerProperties.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. | 42 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 91 | |
'cast' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 117 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 150 | |
Line has trailing spaces. | 209 |
org/treetank/service/xml/serialize/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. | 35 | |
Line has trailing spaces. | 37 |
org/treetank/service/xml/shredder/EShredderCommit.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 |
org/treetank/service/xml/shredder/EShredderInsert.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 |
org/treetank/service/xml/shredder/IImport.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 is longer than 80 characters. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 |
org/treetank/service/xml/shredder/ListEventReader.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. | 41 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 154 | |
Line has trailing spaces. | 175 |
org/treetank/service/xml/shredder/NDataTuple.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. | 52 | |
Line is longer than 80 characters. | 62 | |
Method 'getmContinent' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'setmContinent' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter mContinent should be final. | 81 | |
'mContinent' hides a field. | 81 | |
Method 'getmCountry' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'setmCountry' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter mCountry should be final. | 96 | |
'mCountry' hides a field. | 96 | |
Method 'getmAS' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method 'setmAS' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter mAS should be final. | 111 | |
'mAS' hides a field. | 111 | |
Method 'getmPrefix' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setmPrefix' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter mPrefix should be final. | 126 | |
'mPrefix' hides a field. | 126 |
org/treetank/service/xml/shredder/XMLImport.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 is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 |
org/treetank/service/xml/shredder/XMLShredder.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.stream.XMLStreamReader. | 53 | |
Unused import - org.treetank.node.ElementNode. | 74 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 95 | |
First sentence should end with a period. | 99 | |
Variable 'mWtx' must be private and have accessor methods. | 100 | |
Variable 'mReader' must be private and have accessor methods. | 103 | |
Variable 'mFirstChildAppend' must be private and have accessor methods. | 106 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 125 | |
Unable to get class information for @throws tag 'TTUsageException'. | 127 | |
Unused @throws tag for 'TTUsageException'. | 127 | |
Line is longer than 80 characters. | 131 | |
Expected @throws tag for 'TTException'. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 137 | |
Line has trailing spaces. | 138 | |
Unable to get class information for @throws tag 'TTUsageException'. | 152 | |
Unused @throws tag for 'TTUsageException'. | 152 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 | |
Expected @throws tag for 'TTException'. | 157 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 171 | |
Line has trailing spaces. | 180 | |
Method 'call' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Line has trailing spaces. | 197 | |
Line is longer than 80 characters. | 219 | |
'cast' is not followed by whitespace. | 219 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 239 | |
Line has trailing spaces. | 254 | |
Line is longer than 80 characters. | 265 | |
'cast' is not followed by whitespace. | 291 | |
Line is longer than 80 characters. | 292 | |
'cast' is not followed by whitespace. | 298 | |
Line has trailing spaces. | 307 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 329 | |
Line has trailing spaces. | 341 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 354 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 369 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 384 | |
Line has trailing spaces. | 389 | |
Line is longer than 80 characters. | 398 | |
Line has trailing spaces. | 408 | |
Line is longer than 80 characters. | 417 | |
Line has trailing spaces. | 427 | |
Line is longer than 80 characters. | 436 | |
Line has trailing spaces. | 444 |
org/treetank/service/xml/shredder/XMLUpdateShredder.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. | 81 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 90 | |
Variable 'mFile' must be private and have accessor methods. | 93 | |
Variable 'mEvents' must be private and have accessor methods. | 96 | |
Line is longer than 80 characters. | 225 | |
Line has trailing spaces. | 226 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 236 | |
Unable to get class information for @throws tag 'TTUsageException'. | 240 | |
Unused @throws tag for 'TTUsageException'. | 240 | |
Unused @throws tag for 'TTIOException'. | 243 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 249 | |
Expected @throws tag for 'TTException'. | 250 | |
'cast' is not followed by whitespace. | 257 | |
'cast' is not followed by whitespace. | 259 | |
Line has trailing spaces. | 265 | |
Line has trailing spaces. | 281 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 340 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 367 | |
Comment matches to-do format 'TODO:'. | 406 | |
Line has trailing spaces. | 417 | |
Line is longer than 80 characters. | 427 | |
Line has trailing spaces. | 456 | |
Line is longer than 80 characters. | 466 | |
Line has trailing spaces. | 498 | |
Line is longer than 80 characters. | 523 | |
'cast' is not followed by whitespace. | 527 | |
'cast' is not followed by whitespace. | 535 | |
'cast' is not followed by whitespace. | 536 | |
Line is longer than 80 characters. | 537 | |
'cast' is not followed by whitespace. | 537 | |
'cast' is not followed by whitespace. | 555 | |
'cast' is not followed by whitespace. | 556 | |
Line is longer than 80 characters. | 560 | |
Line has trailing spaces. | 579 | |
Line is longer than 80 characters. | 589 | |
Expected @throws tag for 'TTIOException'. | 589 | |
Line is longer than 80 characters. | 628 | |
'cast' is not followed by whitespace. | 628 | |
Line has trailing spaces. | 634 | |
Line is longer than 80 characters. | 642 | |
Line has trailing spaces. | 648 | |
Line is longer than 80 characters. | 682 | |
'cast' is not followed by whitespace. | 682 | |
Line has trailing spaces. | 734 | |
'cast' is not followed by whitespace. | 756 | |
'cast' is not followed by whitespace. | 764 | |
Line is longer than 80 characters. | 766 | |
Line is longer than 80 characters. | 778 | |
Line is longer than 80 characters. | 787 | |
Line has trailing spaces. | 802 | |
Line is longer than 80 characters. | 808 | |
Line is longer than 80 characters. | 809 | |
Line has trailing spaces. | 817 | |
Line is longer than 80 characters. | 826 | |
'cast' is not followed by whitespace. | 865 | |
'cast' is not followed by whitespace. | 882 | |
Line has trailing spaces. | 898 | |
Line is longer than 80 characters. | 907 | |
Line is longer than 80 characters. | 930 | |
Line is longer than 80 characters. | 931 | |
'cast' is not followed by whitespace. | 931 | |
'cast' is not followed by whitespace. | 936 | |
Line is longer than 80 characters. | 956 | |
'cast' is not followed by whitespace. | 956 | |
Line is longer than 80 characters. | 967 | |
Line is longer than 80 characters. | 968 | |
'cast' is not followed by whitespace. | 968 | |
'cast' is not followed by whitespace. | 980 | |
'cast' is not followed by whitespace. | 987 | |
Line has trailing spaces. | 1000 | |
'cast' is not followed by whitespace. | 1013 | |
'cast' is not followed by whitespace. | 1015 | |
'cast' is not followed by whitespace. | 1032 | |
Line is longer than 80 characters. | 1052 | |
'cast' is not followed by whitespace. | 1066 | |
'cast' is not followed by whitespace. | 1068 | |
Line is longer than 80 characters. | 1081 | |
'cast' is not followed by whitespace. | 1081 | |
Line has trailing spaces. | 1109 | |
Line is longer than 80 characters. | 1117 | |
Line is longer than 80 characters. | 1120 | |
Line is longer than 80 characters. | 1125 | |
Line has trailing spaces. | 1132 | |
Line is longer than 80 characters. | 1141 | |
Line is longer than 80 characters. | 1157 | |
'cast' is not followed by whitespace. | 1158 | |
Line is longer than 80 characters. | 1159 | |
Line is longer than 80 characters. | 1164 | |
'cast' is not followed by whitespace. | 1165 | |
Line has trailing spaces. | 1173 | |
Line is longer than 80 characters. | 1179 | |
Expected @throws tag for 'TTIOException'. | 1179 | |
'cast' is not followed by whitespace. | 1194 | |
Line is longer than 80 characters. | 1195 | |
'cast' is not followed by whitespace. | 1195 | |
Line is longer than 80 characters. | 1198 | |
Line is longer than 80 characters. | 1210 | |
'cast' is not followed by whitespace. | 1210 | |
Line is longer than 80 characters. | 1217 | |
'cast' is not followed by whitespace. | 1219 | |
Line is longer than 80 characters. | 1220 | |
'cast' is not followed by whitespace. | 1220 | |
'cast' is not followed by whitespace. | 1222 | |
Line is longer than 80 characters. | 1223 | |
Line is longer than 80 characters. | 1224 | |
Line is longer than 80 characters. | 1236 | |
'cast' is not followed by whitespace. | 1236 | |
Line has trailing spaces. | 1253 | |
Line is longer than 80 characters. | 1263 | |
Line is longer than 80 characters. | 1268 | |
Line is longer than 80 characters. | 1274 | |
Line is longer than 80 characters. | 1279 | |
Line is longer than 80 characters. | 1280 | |
Line is longer than 80 characters. | 1281 | |
Line is longer than 80 characters. | 1284 | |
Line is longer than 80 characters. | 1286 | |
Line is longer than 80 characters. | 1289 | |
Line is longer than 80 characters. | 1303 |
org/treetank/service/xml/shredder/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. | 32 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 |
org/treetank/service/xml/xpath/DupState.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Variable 'nodup' must be private and have accessor methods. | 167 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 181 | |
Line has trailing spaces. | 191 | |
Line has trailing spaces. | 201 | |
Line has trailing spaces. | 213 | |
Line has trailing spaces. | 224 | |
Line has trailing spaces. | 235 |
org/treetank/service/xml/xpath/EXPathError.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. | 32 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 93 | |
Line is longer than 80 characters. | 94 | |
Missing a Javadoc comment. | 94 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 98 | |
Missing a Javadoc comment. | 98 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 100 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 118 | |
Missing a Javadoc comment. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
Missing a Javadoc comment. | 122 | |
Line is longer than 80 characters. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 127 | |
';' is preceded with whitespace. | 128 | |
Line has trailing spaces. | 140 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 160 |
org/treetank/service/xml/xpath/ExpressionSingle.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 | |
Expected @param tag for 'pRtx'. | 77 | |
Line has trailing spaces. | 92 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Line has trailing spaces. | 123 | |
Method 'getExpr' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Avoid inline conditionals. | 128 | |
Line has trailing spaces. | 133 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line has trailing spaces. | 148 | |
Method 'isDupOrd' is not designed for extension - needs to be abstract, final or empty. | 153 | |
'cast' is not followed by whitespace. | 158 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 189 | |
Method 'isOrdered' is not designed for extension - needs to be abstract, final or empty. | 201 |
org/treetank/service/xml/xpath/OrdState.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Variable 'mOrdRank' must be private and have accessor methods. | 217 | |
Line has trailing spaces. | 221 | |
Line has trailing spaces. | 231 | |
Line has trailing spaces. | 241 | |
Line has trailing spaces. | 251 | |
Line has trailing spaces. | 261 | |
Line has trailing spaces. | 273 | |
Line has trailing spaces. | 286 |
org/treetank/service/xml/xpath/PipelineBuilder.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Expected @param tag for 'pRtx'. | 94 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 209 | |
Line has trailing spaces. | 223 | |
'cast' is not followed by whitespace. | 231 | |
Line is longer than 80 characters. | 235 | |
Line has trailing spaces. | 246 | |
'3' is a magic number. | 252 | |
Line has trailing spaces. | 269 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 285 | |
Comment matches to-do format 'TODO:'. | 287 | |
Line has trailing spaces. | 350 | |
Line is longer than 80 characters. | 356 | |
Comment matches to-do format 'TODO:'. | 372 | |
Comment matches to-do format 'TODO:'. | 387 | |
Line is longer than 80 characters. | 388 | |
Line has trailing spaces. | 397 | |
Line is longer than 80 characters. | 411 | |
Line has trailing spaces. | 416 | |
Line has trailing spaces. | 433 | |
Line has trailing spaces. | 452 | |
Line is longer than 80 characters. | 458 | |
Line is longer than 80 characters. | 468 | |
Avoid inline conditionals. | 468 | |
Line has trailing spaces. | 479 | |
Line is longer than 80 characters. | 486 | |
Line has trailing spaces. | 491 | |
Line has trailing spaces. | 502 | |
Line has trailing spaces. | 516 | |
Line has trailing spaces. | 533 | |
Line is longer than 80 characters. | 553 | |
Comment matches to-do format 'TODO:'. | 559 | |
Line has trailing spaces. | 587 | |
Line is longer than 80 characters. | 595 | |
Line is longer than 80 characters. | 609 | |
Avoid inline conditionals. | 609 | |
Line has trailing spaces. | 619 | |
Line is longer than 80 characters. | 625 | |
Line is longer than 80 characters. | 631 | |
Line has trailing spaces. | 641 | |
Line has trailing spaces. | 662 | |
Line is longer than 80 characters. | 668 | |
Line is longer than 80 characters. | 674 | |
Line has trailing spaces. | 684 | |
Line is longer than 80 characters. | 690 | |
Line is longer than 80 characters. | 692 | |
Line has trailing spaces. | 699 | |
Line is longer than 80 characters. | 705 | |
Line has trailing spaces. | 722 | |
Line is longer than 80 characters. | 732 | |
Line is longer than 80 characters. | 756 | |
Line is longer than 80 characters. | 760 | |
Line is longer than 80 characters. | 766 | |
'cast' is not followed by whitespace. | 766 | |
Line has trailing spaces. | 790 | |
Line is longer than 80 characters. | 796 | |
'cast' is not followed by whitespace. | 798 | |
Line is longer than 80 characters. | 802 | |
Line is longer than 80 characters. | 811 |
org/treetank/service/xml/xpath/SequenceType.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. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 63 | |
'mFilter' hides a field. | 67 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 80 | |
'mWildcard' hides a field. | 86 | |
Line has trailing spaces. | 95 | |
Method 'isEmptySequence' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Method 'hasWildcard' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line has trailing spaces. | 121 | |
Method 'getWildcard' is not designed for extension - needs to be abstract, final or empty. | 124 |
org/treetank/service/xml/xpath/SingleType.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. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 55 | |
Expected @throws tag for 'TTXPathException'. | 55 | |
Line has trailing spaces. | 75 | |
Method 'getAtomic' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line has trailing spaces. | 86 | |
Method 'hasInterogation' is not designed for extension - needs to be abstract, final or empty. | 89 |
org/treetank/service/xml/xpath/XPathAxis.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. | 43 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 102 |
org/treetank/service/xml/xpath/XPathError.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. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 60 | |
Method 'fillInStackTrace' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 146 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 152 | |
Line is longer than 80 characters. | 153 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 156 | |
Line is longer than 80 characters. | 157 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 159 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 161 | |
Line is longer than 80 characters. | 162 | |
Missing a Javadoc comment. | 162 | |
Line is longer than 80 characters. | 163 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 166 | |
Line is longer than 80 characters. | 167 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 181 | |
Line is longer than 80 characters. | 182 | |
Missing a Javadoc comment. | 182 | |
Line is longer than 80 characters. | 183 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 188 | |
Missing a Javadoc comment. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 191 | |
Line is longer than 80 characters. | 192 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 193 | |
';' is preceded with whitespace. | 194 | |
Line has trailing spaces. | 201 | |
Line has trailing spaces. | 212 |
org/treetank/service/xml/xpath/axis/ExceptAxis.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. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 70 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 101 |
org/treetank/service/xml/xpath/axis/ForAxis.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. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 72 | |
Expected @param tag for 'pRtx'. | 72 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Comment matches to-do format 'TODO:'. | 117 |
org/treetank/service/xml/xpath/axis/IfAxis.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. | 38 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 70 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Avoid inline conditionals. | 115 |
org/treetank/service/xml/xpath/axis/IntersectAxis.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 has trailing spaces. | 58 | |
Line is longer than 80 characters. | 66 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 98 |
org/treetank/service/xml/xpath/axis/RangeAxis.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. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 80 | |
'mFrom' hides a field. | 80 | |
'mTo' hides a field. | 80 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 99 | |
'cast' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
'cast' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 119 |
org/treetank/service/xml/xpath/axis/SequenceAxis.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. | 39 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 55 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 87 |
org/treetank/service/xml/xpath/axis/UnionAxis.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. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 54 | |
Line is longer than 80 characters. | 62 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 88 |
org/treetank/service/xml/xpath/axis/VariableAxis.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. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 54 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line has trailing spaces. | 110 | |
Method 'addObserver' is not designed for extension - needs to be abstract, final or empty. | 114 |
org/treetank/service/xml/xpath/comparators/AbsComparator.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. | 59 | |
Line is longer than 80 characters. | 69 | |
'mOperand1' hides a field. | 69 | |
'mOperand2' hides a field. | 69 | |
'mComp' hides a field. | 70 | |
'cast' is not followed by whitespace. | 112 | |
'cast' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 155 | |
Line is longer than 80 characters. | 161 | |
Line has trailing spaces. | 168 | |
Expected @throws tag for 'TTXPathException'. | 176 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 188 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 201 | |
Expected @throws tag for 'TTXPathException'. | 201 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 239 |
org/treetank/service/xml/xpath/comparators/CompKind.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. | 52 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 66 | |
'cast' is not followed by whitespace. | 66 | |
'cast' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 115 | |
'cast' is not followed by whitespace. | 115 | |
'cast' is not followed by whitespace. | 115 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 164 | |
'cast' is not followed by whitespace. | 164 | |
'cast' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
'cast' is not followed by whitespace. | 208 | |
'cast' is not followed by whitespace. | 208 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 239 | |
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. | 251 | |
'cast' is not followed by whitespace. | 251 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 293 | |
'cast' is not followed by whitespace. | 293 | |
'cast' is not followed by whitespace. | 293 | |
Line is longer than 80 characters. | 296 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 340 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 354 | |
'cast' is not followed by whitespace. | 354 | |
'cast' is not followed by whitespace. | 354 | |
Line is longer than 80 characters. | 363 | |
Line has trailing spaces. | 375 | |
Line has trailing spaces. | 385 | |
Line is longer than 80 characters. | 396 | |
Line has trailing spaces. | 401 |
org/treetank/service/xml/xpath/comparators/GeneralComp.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. | 45 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 63 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 82 | |
Method 'atomize' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Line is longer than 80 characters. | 101 | |
'cast' is not followed by whitespace. | 101 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 127 |
org/treetank/service/xml/xpath/comparators/NodeComp.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. | 49 | |
Line is longer than 80 characters. | 59 | |
Method 'atomize' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 73 | |
'cast' is not followed by whitespace. | 73 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line has trailing spaces. | 100 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 109 |
org/treetank/service/xml/xpath/comparators/ValueComp.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. | 44 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 68 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 73 | |
Method 'atomize' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 93 | |
'cast' is not followed by whitespace. | 93 | |
Line has trailing spaces. | 109 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line is longer than 80 characters. | 113 |
org/treetank/service/xml/xpath/comparators/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. | 35 | |
Line has trailing spaces. | 38 |
org/treetank/service/xml/xpath/expr/AbsExpression.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. | 43 | |
Line has trailing spaces. | 53 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line has trailing spaces. | 108 | |
Expected an @return tag. | 112 |
org/treetank/service/xml/xpath/expr/AndExpr.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. | 45 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 97 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line has trailing spaces. | 122 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 137 |
org/treetank/service/xml/xpath/expr/CastableExpr.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. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 78 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Line has trailing spaces. | 101 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 117 | |
'cast' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 137 |
org/treetank/service/xml/xpath/expr/EveryExpr.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. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 66 | |
'mVars' hides a field. | 66 | |
'mSatisfy' hides a field. | 66 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Line is longer than 80 characters. | 111 |
org/treetank/service/xml/xpath/expr/InstanceOfExpr.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. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 54 | |
'mInputExpr' hides a field. | 62 | |
'mSequenceType' hides a field. | 63 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 123 |
org/treetank/service/xml/xpath/expr/LiteralExpr.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. | 41 | |
Line has trailing spaces. | 45 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 60 |
org/treetank/service/xml/xpath/expr/OrExpr.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. | 45 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 97 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line has trailing spaces. | 122 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 136 |
org/treetank/service/xml/xpath/expr/SomeExpr.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. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 66 | |
'mVars' hides a field. | 66 | |
'mSatisfy' hides a field. | 66 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Line is longer than 80 characters. | 113 |
org/treetank/service/xml/xpath/expr/VarRefExpr.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 | |
First sentence should end with a period. | 62 | |
Line has trailing spaces. | 64 | |
Method 'update' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 78 |
org/treetank/service/xml/xpath/expr/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. | 37 |
org/treetank/service/xml/xpath/filter/DocumentNodeAxis.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 |
org/treetank/service/xml/xpath/filter/DupFilterAxis.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. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 83 |
org/treetank/service/xml/xpath/filter/PosFilter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 |
org/treetank/service/xml/xpath/filter/PredicateFilterAxis.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. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
'cast' is not followed by whitespace. | 125 |
org/treetank/service/xml/xpath/filter/SchemaAttributeFilter.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. | 36 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 59 | |
Comment matches to-do format 'TODO:'. | 77 |
org/treetank/service/xml/xpath/filter/SchemaElementFilter.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. | 36 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 62 | |
Comment matches to-do format 'TODO:'. | 80 |
org/treetank/service/xml/xpath/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 is longer than 80 characters. | 34 | |
Line has trailing spaces. | 37 |
org/treetank/service/xml/xpath/functions/AbsFunction.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. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 124 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Line has trailing spaces. | 172 | |
Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. | 182 |
org/treetank/service/xml/xpath/functions/FNNot.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. | 40 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 80 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 83 |
org/treetank/service/xml/xpath/functions/FNPosition.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. | 52 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 69 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'cast' is not followed by whitespace. | 83 | |
'cast' is not followed by whitespace. | 86 |
org/treetank/service/xml/xpath/functions/FNString.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. | 45 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 74 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 127 | |
'cast' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 135 | |
'cast' is not followed by whitespace. | 135 | |
'cast' is not followed by whitespace. | 143 |
org/treetank/service/xml/xpath/functions/FuncDef.java
Violation | Message | Line |
---|---|---|
File length is 2,470 lines (max allowed is 2,000). | 1 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
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. | 136 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 152 | |
First sentence should end with a period. | 157 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 328 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 400 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 417 | |
Line is longer than 80 characters. | 418 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 431 | |
Line is longer than 80 characters. | 442 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 444 | |
Line is longer than 80 characters. | 445 | |
Line is longer than 80 characters. | 456 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 467 | |
Line is longer than 80 characters. | 469 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 472 | |
Line is longer than 80 characters. | 476 | |
Line is longer than 80 characters. | 482 | |
Line is longer than 80 characters. | 485 | |
Line is longer than 80 characters. | 487 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 499 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 510 | |
Line is longer than 80 characters. | 512 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 520 | |
Line is longer than 80 characters. | 522 | |
Line is longer than 80 characters. | 526 | |
Line is longer than 80 characters. | 527 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 535 | |
Line is longer than 80 characters. | 537 | |
Line is longer than 80 characters. | 540 | |
Line is longer than 80 characters. | 541 | |
Line is longer than 80 characters. | 545 | |
Line is longer than 80 characters. | 552 | |
Line is longer than 80 characters. | 555 | |
Line is longer than 80 characters. | 556 | |
Line is longer than 80 characters. | 563 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 570 | |
Line is longer than 80 characters. | 571 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 581 | |
Line is longer than 80 characters. | 584 | |
Line is longer than 80 characters. | 585 | |
Line is longer than 80 characters. | 594 | |
Line is longer than 80 characters. | 597 | |
Line is longer than 80 characters. | 620 | |
Line is longer than 80 characters. | 622 | |
Line is longer than 80 characters. | 623 | |
Line is longer than 80 characters. | 630 | |
Line is longer than 80 characters. | 633 | |
Line is longer than 80 characters. | 639 | |
Line is longer than 80 characters. | 642 | |
Line is longer than 80 characters. | 649 | |
Line is longer than 80 characters. | 653 | |
Line is longer than 80 characters. | 656 | |
Line is longer than 80 characters. | 660 | |
Line is longer than 80 characters. | 664 | |
Line is longer than 80 characters. | 667 | |
Line is longer than 80 characters. | 671 | |
Line is longer than 80 characters. | 675 | |
Line is longer than 80 characters. | 678 | |
Line is longer than 80 characters. | 682 | |
Line is longer than 80 characters. | 686 | |
Line is longer than 80 characters. | 689 | |
Line is longer than 80 characters. | 693 | |
Line is longer than 80 characters. | 696 | |
Line is longer than 80 characters. | 704 | |
Line is longer than 80 characters. | 707 | |
Line is longer than 80 characters. | 708 | |
Line is longer than 80 characters. | 709 | |
Line is longer than 80 characters. | 716 | |
Line is longer than 80 characters. | 719 | |
Line is longer than 80 characters. | 720 | |
Line is longer than 80 characters. | 721 | |
Line is longer than 80 characters. | 728 | |
Line is longer than 80 characters. | 731 | |
Line is longer than 80 characters. | 732 | |
Line is longer than 80 characters. | 733 | |
Line is longer than 80 characters. | 736 | |
Line is longer than 80 characters. | 743 | |
Line is longer than 80 characters. | 754 | |
Line is longer than 80 characters. | 762 | |
Line is longer than 80 characters. | 765 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 777 | |
Line is longer than 80 characters. | 778 | |
Line is longer than 80 characters. | 788 | |
Line is longer than 80 characters. | 789 | |
Line is longer than 80 characters. | 790 | |
Line is longer than 80 characters. | 798 | |
Line is longer than 80 characters. | 801 | |
Line is longer than 80 characters. | 802 | |
Line is longer than 80 characters. | 803 | |
Line is longer than 80 characters. | 810 | |
Line is longer than 80 characters. | 813 | |
Line is longer than 80 characters. | 814 | |
Line is longer than 80 characters. | 815 | |
Line is longer than 80 characters. | 816 | |
Line is longer than 80 characters. | 826 | |
Line is longer than 80 characters. | 827 | |
Line is longer than 80 characters. | 828 | |
Line is longer than 80 characters. | 836 | |
Line is longer than 80 characters. | 839 | |
Line is longer than 80 characters. | 840 | |
Line is longer than 80 characters. | 841 | |
Line is longer than 80 characters. | 842 | |
Line is longer than 80 characters. | 852 | |
Line is longer than 80 characters. | 853 | |
Line is longer than 80 characters. | 854 | |
Line is longer than 80 characters. | 855 | |
Line is longer than 80 characters. | 866 | |
Line is longer than 80 characters. | 867 | |
Line is longer than 80 characters. | 868 | |
Line is longer than 80 characters. | 869 | |
Line is longer than 80 characters. | 879 | |
Line is longer than 80 characters. | 880 | |
Line is longer than 80 characters. | 881 | |
Line is longer than 80 characters. | 884 | |
Line is longer than 80 characters. | 891 | |
Line is longer than 80 characters. | 892 | |
Line is longer than 80 characters. | 893 | |
Line is longer than 80 characters. | 896 | |
Line is longer than 80 characters. | 903 | |
Line is longer than 80 characters. | 904 | |
Line is longer than 80 characters. | 908 | |
Line is longer than 80 characters. | 915 | |
Line is longer than 80 characters. | 916 | |
Line is longer than 80 characters. | 917 | |
Line is longer than 80 characters. | 920 | |
Line is longer than 80 characters. | 927 | |
Line is longer than 80 characters. | 928 | |
Line is longer than 80 characters. | 929 | |
Line is longer than 80 characters. | 932 | |
Line is longer than 80 characters. | 939 | |
Line is longer than 80 characters. | 940 | |
Line is longer than 80 characters. | 941 | |
Line is longer than 80 characters. | 944 | |
Line is longer than 80 characters. | 951 | |
Line is longer than 80 characters. | 955 | |
Line is longer than 80 characters. | 962 | |
Line is longer than 80 characters. | 966 | |
Line is longer than 80 characters. | 973 | |
Line is longer than 80 characters. | 977 | |
Line is longer than 80 characters. | 984 | |
Line is longer than 80 characters. | 988 | |
Line is longer than 80 characters. | 995 | |
Line is longer than 80 characters. | 999 | |
Line is longer than 80 characters. | 1006 | |
Line is longer than 80 characters. | 1010 | |
Line is longer than 80 characters. | 1014 | |
Line is longer than 80 characters. | 1017 | |
Line is longer than 80 characters. | 1018 | |
Line is longer than 80 characters. | 1022 | |
Line is longer than 80 characters. | 1029 | |
Line is longer than 80 characters. | 1033 | |
Line is longer than 80 characters. | 1040 | |
Line is longer than 80 characters. | 1044 | |
Line is longer than 80 characters. | 1051 | |
Line is longer than 80 characters. | 1055 | |
Line is longer than 80 characters. | 1062 | |
Line is longer than 80 characters. | 1063 | |
Line is longer than 80 characters. | 1067 | |
Line is longer than 80 characters. | 1074 | |
Line is longer than 80 characters. | 1078 | |
Line is longer than 80 characters. | 1085 | |
Line is longer than 80 characters. | 1089 | |
Line is longer than 80 characters. | 1096 | |
Line is longer than 80 characters. | 1100 | |
Line is longer than 80 characters. | 1107 | |
Line is longer than 80 characters. | 1108 | |
Line is longer than 80 characters. | 1112 | |
Line is longer than 80 characters. | 1116 | |
Line is longer than 80 characters. | 1120 | |
Line is longer than 80 characters. | 1124 | |
Line is longer than 80 characters. | 1128 | |
Line is longer than 80 characters. | 1132 | |
Line is longer than 80 characters. | 1136 | |
Line is longer than 80 characters. | 1140 | |
Line is longer than 80 characters. | 1144 | |
Line is longer than 80 characters. | 1145 | |
Line is longer than 80 characters. | 1148 | |
Line is longer than 80 characters. | 1152 | |
Line is longer than 80 characters. | 1156 | |
Line is longer than 80 characters. | 1157 | |
Line is longer than 80 characters. | 1160 | |
Line is longer than 80 characters. | 1164 | |
Line is longer than 80 characters. | 1168 | |
Line is longer than 80 characters. | 1179 | |
Line is longer than 80 characters. | 1183 | |
Line is longer than 80 characters. | 1187 | |
Line is longer than 80 characters. | 1191 | |
Line is longer than 80 characters. | 1195 | |
Line is longer than 80 characters. | 1199 | |
Line is longer than 80 characters. | 1203 | |
Line is longer than 80 characters. | 1209 | |
Line is longer than 80 characters. | 1213 | |
Line is longer than 80 characters. | 1219 | |
Line is longer than 80 characters. | 1223 | |
Line is longer than 80 characters. | 1227 | |
Line is longer than 80 characters. | 1228 | |
Line is longer than 80 characters. | 1231 | |
Line is longer than 80 characters. | 1238 | |
Line is longer than 80 characters. | 1242 | |
Line is longer than 80 characters. | 1243 | |
Line is longer than 80 characters. | 1247 | |
Line is longer than 80 characters. | 1254 | |
Line is longer than 80 characters. | 1257 | |
Line is longer than 80 characters. | 1258 | |
Line is longer than 80 characters. | 1259 | |
Line is longer than 80 characters. | 1263 | |
Line is longer than 80 characters. | 1270 | |
Line is longer than 80 characters. | 1273 | |
Line is longer than 80 characters. | 1274 | |
Line is longer than 80 characters. | 1278 | |
Line is longer than 80 characters. | 1282 | |
Line is longer than 80 characters. | 1285 | |
Line is longer than 80 characters. | 1286 | |
Line is longer than 80 characters. | 1287 | |
Line is longer than 80 characters. | 1288 | |
Line is longer than 80 characters. | 1292 | |
Line is longer than 80 characters. | 1296 | |
Line is longer than 80 characters. | 1299 | |
Line is longer than 80 characters. | 1300 | |
Line is longer than 80 characters. | 1301 | |
Line is longer than 80 characters. | 1302 | |
Line is longer than 80 characters. | 1306 | |
Line is longer than 80 characters. | 1310 | |
Line is longer than 80 characters. | 1313 | |
Line is longer than 80 characters. | 1314 | |
Line is longer than 80 characters. | 1315 | |
Line is longer than 80 characters. | 1316 | |
Line is longer than 80 characters. | 1317 | |
Line is longer than 80 characters. | 1321 | |
Line is longer than 80 characters. | 1325 | |
Line is longer than 80 characters. | 1329 | |
Line is longer than 80 characters. | 1330 | |
Line is longer than 80 characters. | 1331 | |
Line is longer than 80 characters. | 1334 | |
Line is longer than 80 characters. | 1338 | |
Line is longer than 80 characters. | 1342 | |
Line is longer than 80 characters. | 1343 | |
Line is longer than 80 characters. | 1344 | |
Line is longer than 80 characters. | 1347 | |
Line is longer than 80 characters. | 1351 | |
Line is longer than 80 characters. | 1355 | |
Line is longer than 80 characters. | 1356 | |
Line is longer than 80 characters. | 1357 | |
Line is longer than 80 characters. | 1361 | |
Line is longer than 80 characters. | 1365 | |
Line is longer than 80 characters. | 1369 | |
Line is longer than 80 characters. | 1370 | |
Line is longer than 80 characters. | 1371 | |
Line is longer than 80 characters. | 1375 | |
Line is longer than 80 characters. | 1379 | |
Line is longer than 80 characters. | 1382 | |
Line is longer than 80 characters. | 1383 | |
Line is longer than 80 characters. | 1384 | |
Line is longer than 80 characters. | 1388 | |
Line is longer than 80 characters. | 1392 | |
Line is longer than 80 characters. | 1395 | |
Line is longer than 80 characters. | 1396 | |
Line is longer than 80 characters. | 1397 | |
Line is longer than 80 characters. | 1401 | |
Line is longer than 80 characters. | 1405 | |
Line is longer than 80 characters. | 1409 | |
Line is longer than 80 characters. | 1410 | |
Line is longer than 80 characters. | 1411 | |
Line is longer than 80 characters. | 1415 | |
Line is longer than 80 characters. | 1419 | |
Line is longer than 80 characters. | 1422 | |
Line is longer than 80 characters. | 1423 | |
Line is longer than 80 characters. | 1424 | |
Line is longer than 80 characters. | 1428 | |
Line is longer than 80 characters. | 1432 | |
Line is longer than 80 characters. | 1435 | |
Line is longer than 80 characters. | 1436 | |
Line is longer than 80 characters. | 1437 | |
Line is longer than 80 characters. | 1438 | |
Line is longer than 80 characters. | 1439 | |
Line is longer than 80 characters. | 1443 | |
Line is longer than 80 characters. | 1447 | |
Line is longer than 80 characters. | 1450 | |
Line is longer than 80 characters. | 1451 | |
Line is longer than 80 characters. | 1452 | |
Line is longer than 80 characters. | 1453 | |
Line is longer than 80 characters. | 1454 | |
Line is longer than 80 characters. | 1458 | |
Line is longer than 80 characters. | 1462 | |
Line is longer than 80 characters. | 1465 | |
Line is longer than 80 characters. | 1466 | |
Line is longer than 80 characters. | 1474 | |
Line is longer than 80 characters. | 1477 | |
Line is longer than 80 characters. | 1478 | |
Line is longer than 80 characters. | 1479 | |
Line is longer than 80 characters. | 1480 | |
Line is longer than 80 characters. | 1491 | |
Line is longer than 80 characters. | 1493 | |
Line is longer than 80 characters. | 1494 | |
Line is longer than 80 characters. | 1495 | |
Line is longer than 80 characters. | 1506 | |
Line is longer than 80 characters. | 1507 | |
Line is longer than 80 characters. | 1510 | |
Line is longer than 80 characters. | 1514 | |
Line is longer than 80 characters. | 1517 | |
Line is longer than 80 characters. | 1521 | |
Line is longer than 80 characters. | 1528 | |
Line is longer than 80 characters. | 1529 | |
Line is longer than 80 characters. | 1533 | |
Line is longer than 80 characters. | 1537 | |
Line is longer than 80 characters. | 1540 | |
Line is longer than 80 characters. | 1548 | |
Line is longer than 80 characters. | 1551 | |
Line is longer than 80 characters. | 1555 | |
Line is longer than 80 characters. | 1559 | |
Line is longer than 80 characters. | 1562 | |
Line is longer than 80 characters. | 1564 | |
Line is longer than 80 characters. | 1565 | |
Line is longer than 80 characters. | 1566 | |
Line is longer than 80 characters. | 1579 | |
Line is longer than 80 characters. | 1593 | |
Line is longer than 80 characters. | 1604 | |
Line is longer than 80 characters. | 1608 | |
Line is longer than 80 characters. | 1625 | |
Line is longer than 80 characters. | 1628 | |
Line is longer than 80 characters. | 1642 | |
Line is longer than 80 characters. | 1643 | |
Line is longer than 80 characters. | 1644 | |
Line is longer than 80 characters. | 1645 | |
Line is longer than 80 characters. | 1646 | |
Line is longer than 80 characters. | 1647 | |
Line is longer than 80 characters. | 1648 | |
Line is longer than 80 characters. | 1656 | |
Line is longer than 80 characters. | 1659 | |
Line is longer than 80 characters. | 1660 | |
Line is longer than 80 characters. | 1661 | |
Line is longer than 80 characters. | 1669 | |
Line is longer than 80 characters. | 1673 | |
Line is longer than 80 characters. | 1674 | |
Line is longer than 80 characters. | 1675 | |
Line is longer than 80 characters. | 1676 | |
Line is longer than 80 characters. | 1677 | |
Line is longer than 80 characters. | 1685 | |
Line is longer than 80 characters. | 1688 | |
Line is longer than 80 characters. | 1689 | |
Line is longer than 80 characters. | 1690 | |
Line is longer than 80 characters. | 1691 | |
Line is longer than 80 characters. | 1698 | |
Line is longer than 80 characters. | 1701 | |
Line is longer than 80 characters. | 1705 | |
Line is longer than 80 characters. | 1716 | |
Line is longer than 80 characters. | 1727 | |
Line is longer than 80 characters. | 1738 | |
Line is longer than 80 characters. | 1741 | |
Line is longer than 80 characters. | 1742 | |
Line is longer than 80 characters. | 1743 | |
Line is longer than 80 characters. | 1744 | |
Line is longer than 80 characters. | 1748 | |
Line is longer than 80 characters. | 1752 | |
Line is longer than 80 characters. | 1755 | |
Line is longer than 80 characters. | 1759 | |
Line is longer than 80 characters. | 1760 | |
Line is longer than 80 characters. | 1761 | |
Line is longer than 80 characters. | 1762 | |
Line is longer than 80 characters. | 1763 | |
Line is longer than 80 characters. | 1774 | |
Line is longer than 80 characters. | 1775 | |
Line is longer than 80 characters. | 1776 | |
Line is longer than 80 characters. | 1777 | |
Line is longer than 80 characters. | 1788 | |
Line is longer than 80 characters. | 1789 | |
Line is longer than 80 characters. | 1792 | |
Line is longer than 80 characters. | 1799 | |
Line is longer than 80 characters. | 1800 | |
Line is longer than 80 characters. | 1810 | |
Line is longer than 80 characters. | 1811 | |
Line is longer than 80 characters. | 1821 | |
Line is longer than 80 characters. | 1822 | |
Line is longer than 80 characters. | 1823 | |
Line is longer than 80 characters. | 1824 | |
Line is longer than 80 characters. | 1828 | |
Line is longer than 80 characters. | 1835 | |
Line is longer than 80 characters. | 1836 | |
Line is longer than 80 characters. | 1837 | |
Line is longer than 80 characters. | 1848 | |
Line is longer than 80 characters. | 1849 | |
Line is longer than 80 characters. | 1850 | |
Line is longer than 80 characters. | 1861 | |
Line is longer than 80 characters. | 1862 | |
Line is longer than 80 characters. | 1865 | |
Line is longer than 80 characters. | 1872 | |
Line is longer than 80 characters. | 1873 | |
Line is longer than 80 characters. | 1876 | |
Line is longer than 80 characters. | 1883 | |
Line is longer than 80 characters. | 1884 | |
Line is longer than 80 characters. | 1888 | |
Line is longer than 80 characters. | 1909 | |
Line has trailing spaces. | 1921 | |
Line is longer than 80 characters. | 1933 | |
Line has trailing spaces. | 1978 |
org/treetank/service/xml/xpath/functions/Function.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. | 40 | |
Utility classes should not have a public or default constructor. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
'cast' is not followed by whitespace. | 52 |
org/treetank/service/xml/xpath/functions/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. | 32 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 38 |
org/treetank/service/xml/xpath/functions/sequences/FNBoolean.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. | 45 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 78 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line is longer than 80 characters. | 97 | |
'cast' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 102 | |
'cast' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 104 | |
'cast' is not followed by whitespace. | 104 |
org/treetank/service/xml/xpath/functions/sequences/FNCount.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 has trailing spaces. | 52 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 69 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 78 |
org/treetank/service/xml/xpath/functions/sequences/FNSum.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 has trailing spaces. | 52 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 69 | |
Method 'computeResult' is not designed for extension - needs to be abstract, final or empty. | 78 |
org/treetank/service/xml/xpath/functions/sequences/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. | 35 | |
Line has trailing spaces. | 38 |
org/treetank/service/xml/xpath/operators/AbsObAxis.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. | 68 | |
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 97 | |
'cast' is not followed by whitespace. | 108 | |
'cast' is not followed by whitespace. | 119 | |
Line has trailing spaces. | 147 | |
Line is longer than 80 characters. | 159 | |
'cast' is not followed by whitespace. | 159 | |
Line is longer than 80 characters. | 162 | |
Comment matches to-do format 'TODO:'. | 164 | |
Line is longer than 80 characters. | 167 | |
'cast' is not followed by whitespace. | 167 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 190 | |
'mOperand1' hides a field. | 190 | |
'mOperand2' hides a field. | 190 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 208 |
org/treetank/service/xml/xpath/operators/AddOpAxis.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. | 49 | |
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 64 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 102 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 148 |
org/treetank/service/xml/xpath/operators/DivOpAxis.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 is longer than 80 characters. | 58 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 79 | |
'-0.0' is a magic number. | 82 | |
Line is longer than 80 characters. | 85 | |
'cast' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
'cast' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 103 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line is longer than 80 characters. | 116 |
org/treetank/service/xml/xpath/operators/IDivOpAxis.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 is longer than 80 characters. | 58 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 76 | |
'cast' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
'cast' is not followed by whitespace. | 77 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line is longer than 80 characters. | 92 |
org/treetank/service/xml/xpath/operators/ModOpAxis.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 is longer than 80 characters. | 58 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 85 | |
'cast' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
'cast' is not followed by whitespace. | 86 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 |
org/treetank/service/xml/xpath/operators/MulOpAxis.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 is longer than 80 characters. | 58 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 87 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 147 |
org/treetank/service/xml/xpath/operators/SubOpAxis.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 is longer than 80 characters. | 58 | |
Line has trailing spaces. | 65 | |
Method 'operate' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 90 | |
Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 150 |
org/treetank/service/xml/xpath/operators/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. | 35 | |
Line has trailing spaces. | 38 |
org/treetank/service/xml/xpath/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 has trailing spaces. | 33 |
org/treetank/service/xml/xpath/parser/IXPathToken.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. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 |
org/treetank/service/xml/xpath/parser/TokenType.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. | 30 | |
Missing a Javadoc comment. | 99 | |
Variable 'mContent' must be private and have accessor methods. | 99 | |
Missing a Javadoc comment. | 101 |
org/treetank/service/xml/xpath/parser/VariableXPathToken.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. | 49 | |
'mType' hides a field. | 55 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 85 |
org/treetank/service/xml/xpath/parser/XPathParser.java
Violation | Message | Line |
---|---|---|
File length is 2,204 lines (max allowed is 2,000). | 1 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 115 | |
Expected @throws tag for 'TTXPathException'. | 118 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 140 | |
Expected @throws tag for 'TTXPathException'. | 143 | |
Line has trailing spaces. | 163 | |
Expected @throws tag for 'TTXPathException'. | 166 | |
Line has trailing spaces. | 188 | |
Expected @throws tag for 'TTXPathException'. | 191 | |
Line is longer than 80 characters. | 208 | |
Line has trailing spaces. | 210 | |
Expected @throws tag for 'TTXPathException'. | 214 | |
Line is longer than 80 characters. | 243 | |
Line has trailing spaces. | 246 | |
Expected @throws tag for 'TTXPathException'. | 249 | |
Line has trailing spaces. | 287 | |
Expected @throws tag for 'TTXPathException'. | 290 | |
Line has trailing spaces. | 317 | |
Expected @throws tag for 'TTXPathException'. | 320 | |
Line has trailing spaces. | 339 | |
Expected @throws tag for 'TTXPathException'. | 342 | |
Line is longer than 80 characters. | 360 | |
Line has trailing spaces. | 362 | |
Expected @throws tag for 'TTXPathException'. | 365 | |
Line is longer than 80 characters. | 397 | |
Line has trailing spaces. | 400 | |
Line is longer than 80 characters. | 411 | |
Line has trailing spaces. | 420 | |
Expected @throws tag for 'TTXPathException'. | 423 | |
Line is longer than 80 characters. | 440 | |
Line has trailing spaces. | 442 | |
Expected @throws tag for 'TTXPathException'. | 445 | |
Line is longer than 80 characters. | 473 | |
Line has trailing spaces. | 475 | |
Expected @throws tag for 'TTXPathException'. | 478 | |
Line is longer than 80 characters. | 504 | |
Line has trailing spaces. | 506 | |
Expected @throws tag for 'TTXPathException'. | 509 | |
Line is longer than 80 characters. | 530 | |
Line has trailing spaces. | 532 | |
Expected @throws tag for 'TTXPathException'. | 535 | |
Line has trailing spaces. | 561 | |
Expected @throws tag for 'TTXPathException'. | 564 | |
Line is longer than 80 characters. | 571 | |
Line has trailing spaces. | 580 | |
Expected @throws tag for 'TTXPathException'. | 583 | |
Line has trailing spaces. | 598 | |
Expected @throws tag for 'TTXPathException'. | 601 | |
Line has trailing spaces. | 617 | |
Expected @throws tag for 'TTXPathException'. | 620 | |
Line has trailing spaces. | 629 | |
Expected @throws tag for 'TTXPathException'. | 632 | |
Line is longer than 80 characters. | 637 | |
Line has trailing spaces. | 667 | |
Expected @throws tag for 'TTXPathException'. | 670 | |
Line is longer than 80 characters. | 678 | |
Line has trailing spaces. | 680 | |
Expected @throws tag for 'TTXPathException'. | 683 | |
Line has trailing spaces. | 719 | |
Expected @throws tag for 'TTXPathException'. | 722 | |
Line is longer than 80 characters. | 726 | |
Line is longer than 80 characters. | 729 | |
Line has trailing spaces. | 746 | |
Expected @throws tag for 'TTXPathException'. | 749 | |
Line is longer than 80 characters. | 764 | |
Line has trailing spaces. | 773 | |
Line is longer than 80 characters. | 780 | |
Line is longer than 80 characters. | 781 | |
'3' is a magic number. | 781 | |
Line has trailing spaces. | 788 | |
Line has trailing spaces. | 803 | |
Expected @throws tag for 'TTXPathException'. | 806 | |
Line has trailing spaces. | 823 | |
Expected @throws tag for 'TTXPathException'. | 826 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 847 | |
Line has trailing spaces. | 849 | |
Expected @throws tag for 'TTXPathException'. | 853 | |
Line has trailing spaces. | 897 | |
Line is longer than 80 characters. | 903 | |
Line is longer than 80 characters. | 908 | |
Line has trailing spaces. | 918 | |
Line is longer than 80 characters. | 961 | |
Line has trailing spaces. | 970 | |
Line has trailing spaces. | 1011 | |
Line is longer than 80 characters. | 1028 | |
Line is longer than 80 characters. | 1030 | |
Line has trailing spaces. | 1038 | |
Expected @param tag for 'mIsAtt'. | 1041 | |
Line has trailing spaces. | 1057 | |
Line is longer than 80 characters. | 1081 | |
Line has trailing spaces. | 1090 | |
Line is longer than 80 characters. | 1107 | |
Avoid inline conditionals. | 1107 | |
Line has trailing spaces. | 1126 | |
Expected @throws tag for 'TTXPathException'. | 1129 | |
Line has trailing spaces. | 1141 | |
Expected @throws tag for 'TTXPathException'. | 1144 | |
Line is longer than 80 characters. | 1157 | |
Line has trailing spaces. | 1160 | |
Expected @throws tag for 'TTXPathException'. | 1163 | |
Line is longer than 80 characters. | 1180 | |
Line has trailing spaces. | 1182 | |
Expected @throws tag for 'TTXPathException'. | 1185 | |
Line is longer than 80 characters. | 1198 | |
Line is longer than 80 characters. | 1199 | |
Line is longer than 80 characters. | 1209 | |
Line is longer than 80 characters. | 1222 | |
Line is longer than 80 characters. | 1227 | |
Line has trailing spaces. | 1254 | |
Expected @throws tag for 'TTXPathException'. | 1257 | |
Line has trailing spaces. | 1287 | |
Expected @throws tag for 'TTXPathException'. | 1290 | |
Line has trailing spaces. | 1318 | |
Expected @throws tag for 'TTXPathException'. | 1322 | |
Line has trailing spaces. | 1335 | |
Line is longer than 80 characters. | 1361 | |
Line has trailing spaces. | 1370 | |
Line has trailing spaces. | 1395 | |
Line has trailing spaces. | 1421 | |
Line is longer than 80 characters. | 1432 | |
Line has trailing spaces. | 1435 | |
Line has trailing spaces. | 1471 | |
Line has trailing spaces. | 1485 | |
Line is longer than 80 characters. | 1495 | |
Line is longer than 80 characters. | 1496 | |
Line is longer than 80 characters. | 1497 | |
Line is longer than 80 characters. | 1498 | |
Line is longer than 80 characters. | 1505 | |
Line has trailing spaces. | 1507 | |
Line has trailing spaces. | 1535 | |
Line has trailing spaces. | 1553 | |
Line is longer than 80 characters. | 1568 | |
Line has trailing spaces. | 1570 | |
Line is longer than 80 characters. | 1592 | |
'cast' is not followed by whitespace. | 1592 | |
Line is longer than 80 characters. | 1612 | |
Line has trailing spaces. | 1614 | |
Line is longer than 80 characters. | 1628 | |
Line is longer than 80 characters. | 1636 | |
Line has trailing spaces. | 1652 | |
Line is longer than 80 characters. | 1672 | |
Line has trailing spaces. | 1674 | |
Line is longer than 80 characters. | 1684 | |
Line is longer than 80 characters. | 1709 | |
Line has trailing spaces. | 1711 | |
Line is longer than 80 characters. | 1725 | |
Line is longer than 80 characters. | 1732 | |
'cast' is not followed by whitespace. | 1732 | |
Comment matches to-do format 'TODO:'. | 1736 | |
Line is longer than 80 characters. | 1739 | |
Line has trailing spaces. | 1755 | |
Line is longer than 80 characters. | 1775 | |
Line has trailing spaces. | 1777 | |
Line has trailing spaces. | 1810 | |
Line has trailing spaces. | 1824 | |
Line has trailing spaces. | 1837 | |
Line has trailing spaces. | 1851 | |
Comment matches to-do format 'TODO:'. | 1863 | |
Line is longer than 80 characters. | 1864 | |
Avoid inline conditionals. | 1866 | |
Line is longer than 80 characters. | 1877 | |
Avoid inline conditionals. | 1879 | |
Line is longer than 80 characters. | 1885 | |
Line is longer than 80 characters. | 1893 | |
Line has trailing spaces. | 1896 | |
Comment matches to-do format 'TODO:'. | 1911 | |
Line is longer than 80 characters. | 1923 | |
Line is longer than 80 characters. | 1924 | |
Line has trailing spaces. | 1926 | |
Line has trailing spaces. | 1930 | |
Line is longer than 80 characters. | 1954 | |
Line has trailing spaces. | 1956 | |
Comment matches to-do format 'TODO:'. | 1969 | |
Line has trailing spaces. | 2006 | |
Line has trailing spaces. | 2017 | |
Line is longer than 80 characters. | 2022 | |
Line has trailing spaces. | 2044 | |
Line has trailing spaces. | 2072 | |
Line has trailing spaces. | 2090 | |
Line is longer than 80 characters. | 2097 | |
Line is longer than 80 characters. | 2101 | |
Line is longer than 80 characters. | 2102 | |
Line has trailing spaces. | 2112 | |
Line is longer than 80 characters. | 2123 | |
Line has trailing spaces. | 2133 | |
Line is longer than 80 characters. | 2147 | |
Line is longer than 80 characters. | 2148 | |
Line is longer than 80 characters. | 2149 | |
Line has trailing spaces. | 2161 | |
Line has trailing spaces. | 2187 | |
Line has trailing spaces. | 2197 |
org/treetank/service/xml/xpath/parser/XPathScanner.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. | 36 | |
Line has trailing spaces. | 106 | |
'mQuery' hides a field. | 110 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 215 | |
Line has trailing spaces. | 294 | |
Line is longer than 80 characters. | 301 | |
Line has trailing spaces. | 307 | |
Line has trailing spaces. | 320 | |
Line is longer than 80 characters. | 328 | |
Line has trailing spaces. | 334 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 386 | |
Line has trailing spaces. | 464 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 472 | |
Line has trailing spaces. | 480 | |
Line has trailing spaces. | 509 | |
Line has trailing spaces. | 519 |
org/treetank/utils/NamePageHash.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. | 33 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 45 | |
'127' is a magic number. | 47 | |
'7' is a magic number. | 50 | |
'127' is a magic number. | 50 | |
Missing a Javadoc comment. | 55 |
org/treetank/utils/TypedValue.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 is longer than 80 characters. | 34 | |
Line has trailing spaces. | 50 | |
'5' is a magic number. | 56 | |
'cast' is not followed by whitespace. | 58 | |
'63' is a magic number. | 59 | |
'-64' is a magic number. | 59 | |
'128' is a magic number. | 60 | |
'cast' is not followed by whitespace. | 61 | |
'7' is a magic number. | 61 | |
'8191' is a magic number. | 62 | |
'-8192' is a magic number. | 62 | |
'128' is a magic number. | 63 | |
'cast' is not followed by whitespace. | 64 | |
'14' is a magic number. | 64 | |
'1048575' is a magic number. | 65 | |
'-1048576' is a magic number. | 65 | |
'128' is a magic number. | 66 | |
'cast' is not followed by whitespace. | 67 | |
'21' is a magic number. | 67 | |
'268435455' is a magic number. | 68 | |
'-268435456' is a magic number. | 68 | |
'128' is a magic number. | 69 | |
'cast' is not followed by whitespace. | 70 | |
'28' is a magic number. | 70 | |
'127' is a magic number. | 72 | |
'127' is a magic number. | 75 | |
'127' is a magic number. | 78 | |
'127' is a magic number. | 81 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 122 | |
Line has trailing spaces. | 130 |