The following document contains the results of Checkstyle 5.7.
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
Error | blocks | EmptyBlock | Must have at least one statement. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 31 |
Error | blocks | EmptyBlock | Must have at least one statement. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </cod> instead of an individual | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
Error | misc | FinalParameters | Parameter conf should be final. | 82 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter isGaeAvailable should be final. | 104 |
Error | blocks | EmptyBlock | Must have at least one statement. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | misc | FinalParameters | Parameter file should be final. | 135 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
Error | misc | FinalParameters | Parameter engine should be final. | 171 |
Error | coding | HiddenField | 'engine' hides a field. | 171 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 171 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 172 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | misc | FinalParameters | Parameter userContext should be final. | 218 |
Error | javadoc | JavadocMethod | Expected @param tag for 'userContext'. | 218 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | design | DesignForExtension | Method 'isProdMode' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 239 |
Error | misc | FinalParameters | Parameter codeType should be final. | 239 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 239 |
Error | misc | FinalParameters | Parameter locale should be final. | 239 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 239 |
Error | misc | FinalParameters | Parameter usrCtx should be final. | 239 |
Error | javadoc | JavadocMethod | Expected @param tag for 'usrCtx'. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | misc | FinalParameters | Parameter codeType should be final. | 249 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | misc | FinalParameters | Parameter locale should be final. | 259 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | misc | FinalParameters | Parameter userContext should be final. | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'userContext'. | 269 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 273 |
Error | misc | FinalParameters | Parameter tmpl should be final. | 279 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tmpl'. | 279 |
Error | misc | FinalParameters | Parameter args should be final. | 279 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 279 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
Error | misc | FinalParameters | Parameter tmpl should be final. | 283 |
Error | misc | FinalParameters | Parameter args should be final. | 283 |
Error | misc | FinalParameters | Parameter template should be final. | 293 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 293 |
Error | misc | FinalParameters | Parameter args should be final. | 293 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 293 |
Error | misc | FinalParameters | Parameter file should be final. | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'file'. | 303 |
Error | misc | FinalParameters | Parameter args should be final. | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 303 |
Error | misc | FinalParameters | Parameter template should be final. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 313 |
Error | misc | FinalParameters | Parameter args should be final. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 313 |
Error | misc | FinalParameters | Parameter template should be final. | 323 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 323 |
Error | misc | FinalParameters | Parameter args should be final. | 323 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 323 |
Error | misc | FinalParameters | Parameter template should be final. | 333 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 333 |
Error | misc | FinalParameters | Parameter obj should be final. | 333 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 333 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | misc | FinalParameters | Parameter obj should be final. | 342 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 353 |
Error | misc | FinalParameters | Parameter obj should be final. | 353 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 353 |
Error | misc | FinalParameters | Parameter option should be final. | 353 |
Error | javadoc | JavadocMethod | Expected @param tag for 'option'. | 353 |
Error | misc | FinalParameters | Parameter style should be final. | 353 |
Error | javadoc | JavadocMethod | Expected @param tag for 'style'. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 364 |
Error | misc | FinalParameters | Parameter obj should be final. | 364 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 364 |
Error | misc | FinalParameters | Parameter option should be final. | 364 |
Error | javadoc | JavadocMethod | Expected @param tag for 'option'. | 364 |
Error | misc | FinalParameters | Parameter style should be final. | 364 |
Error | javadoc | JavadocMethod | Expected @param tag for 'style'. | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 368 |
Error | misc | FinalParameters | Parameter template should be final. | 376 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 376 |
Error | misc | FinalParameters | Parameter args should be final. | 376 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 376 |
Error | misc | FinalParameters | Parameter template should be final. | 386 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 386 |
Error | misc | FinalParameters | Parameter args should be final. | 386 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 396 |
Error | misc | FinalParameters | Parameter template should be final. | 396 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 396 |
Error | misc | FinalParameters | Parameter args should be final. | 396 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 396 |
Error | misc | FinalParameters | Parameter s should be final. | 404 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 404 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 418 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 418 |
Error | naming | ConstantName | Name 'escape_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 418 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 420 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
Error | misc | FinalParameters | Parameter e should be final. | 423 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 435 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 435 |
Error | naming | ConstantName | Name 'type_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 435 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 436 |
Error | misc | FinalParameters | Parameter type should be final. | 436 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 2,111 lines (max allowed is 2,000). | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.extension.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 31 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.compiler.*. | 32 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.template.*. | 47 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 55 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
Error | naming | ConstantName | Name 'version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | naming | ConstantName | Name '_engine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
Error | misc | FinalParameters | Parameter engine should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 133 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | naming | MemberName | Name '_conf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | design | DesignForExtension | Method 'conf' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 173 |
Error | design | DesignForExtension | Method 'version' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
Error | naming | MemberName | Name '_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Error | design | DesignForExtension | Method 'mode' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
Error | naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 198 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 214 |
Error | design | DesignForExtension | Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | design | DesignForExtension | Method 'isProdMode' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | design | DesignForExtension | Method 'isDevMode' is not designed for extension - needs to be abstract, final or empty. | 243 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
Error | naming | MemberName | Name '_resourceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | design | DesignForExtension | Method 'resourceManager' is not designed for extension - needs to be abstract, final or empty. | 256 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 260 |
Error | naming | MemberName | Name '_classes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | design | DesignForExtension | Method 'classes' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 273 |
Error | naming | MemberName | Name '_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | design | DesignForExtension | Method 'classLoader' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
Error | naming | MemberName | Name '_classCache' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | design | DesignForExtension | Method 'classCache' is not designed for extension - needs to be abstract, final or empty. | 295 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
Error | naming | MemberName | Name '_extensionManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 301 |
Error | design | DesignForExtension | Method 'extensionManager' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | naming | MemberName | Name '_dialectManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 312 |
Error | design | DesignForExtension | Method 'dialectManager' is not designed for extension - needs to be abstract, final or empty. | 317 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
Error | naming | MemberName | Name '_cacheService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 324 |
Error | design | FinalClass | Class RenderSettings should be declared as final. | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
Error | misc | FinalParameters | Parameter conf should be final. | 328 |
Error | coding | HiddenField | 'conf' hides a field. | 328 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 332 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 333 |
Error | naming | MemberName | Name '_locale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 339 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 339 |
Error | naming | MemberName | Name '_codeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 340 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 340 |
Error | naming | MemberName | Name '_usrCtx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 344 |
Error | misc | FinalParameters | Parameter codeType should be final. | 349 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 349 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 357 |
Error | misc | FinalParameters | Parameter locale should be final. | 362 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 362 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 363 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 370 |
Error | misc | FinalParameters | Parameter usrCtx should be final. | 375 |
Error | javadoc | JavadocMethod | Expected @param tag for 'usrCtx'. | 375 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 376 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 377 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 393 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 399 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 408 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 423 |
Error | design | VisibilityModifier | Variable 'renderSettings' must be private and have accessor methods. | 425 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 437 |
Error | misc | FinalParameters | Parameter codeType should be final. | 437 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 437 |
Error | misc | FinalParameters | Parameter locale should be final. | 437 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 437 |
Error | misc | FinalParameters | Parameter usrCtx should be final. | 437 |
Error | javadoc | JavadocMethod | Expected @param tag for 'usrCtx'. | 437 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 442 |
Error | misc | FinalParameters | Parameter codeType should be final. | 448 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 448 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 453 |
Error | misc | FinalParameters | Parameter locale should be final. | 459 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 459 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 464 |
Error | misc | FinalParameters | Parameter userContext should be final. | 470 |
Error | javadoc | JavadocMethod | Expected @param tag for 'userContext'. | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 477 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 479 |
Error | naming | MethodName | Name '_initLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 |
Error | misc | FinalParameters | Parameter conf should be final. | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 482 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
Error | naming | MethodName | Name '_processConf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 490 |
Error | misc | FinalParameters | Parameter conf should be final. | 490 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
Error | naming | MethodName | Name '_initConf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 |
Error | misc | FinalParameters | Parameter conf should be final. | 500 |
Error | misc | FinalParameters | Parameter confFile should be final. | 500 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 523 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 528 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 540 |
Error | misc | FinalParameters | Parameter file should be final. | 543 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
Error | misc | FinalParameters | Parameter userConfiguration should be final. | 547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 551 |
Error | misc | FinalParameters | Parameter userConfiguration should be final. | 557 |
Error | javadoc | JavadocMethod | Expected @param tag for 'userConfiguration'. | 557 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 565 |
Error | design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 571 |
Error | misc | FinalParameters | Parameter key should be final. | 571 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 571 |
Error | misc | FinalParameters | Parameter val should be final. | 571 |
Error | javadoc | JavadocMethod | Expected @param tag for 'val'. | 571 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 575 |
Error | design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 582 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 582 |
Error | misc | FinalParameters | Parameter key should be final. | 582 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 582 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 586 |
Error | naming | MethodName | Name '_loadConfFromDisk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 586 |
Error | misc | FinalParameters | Parameter conf should be final. | 586 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 591 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 597 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 609 |
Error | blocks | EmptyBlock | Must have at least one statement. | 610 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 618 |
Error | misc | FinalParameters | Parameter conf should be final. | 618 |
Error | misc | FinalParameters | Parameter file should be final. | 618 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 647 |
Error | misc | FinalParameters | Parameter params should be final. | 660 |
Error | misc | FinalParameters | Parameter body should be final. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 698 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 700 |
Error | design | DesignForExtension | Method 'registerFormatter' is not designed for extension - needs to be abstract, final or empty. | 705 |
Error | misc | FinalParameters | Parameter formatterClasses should be final. | 705 |
Error | javadoc | JavadocMethod | Expected @param tag for 'formatterClasses'. | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 711 |
Error | design | DesignForExtension | Method 'registerFormatter' is not designed for extension - needs to be abstract, final or empty. | 716 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
Error | misc | FinalParameters | Parameter formatters should be final. | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 724 |
Error | design | DesignForExtension | Method 'registerTransformer' is not designed for extension - needs to be abstract, final or empty. | 729 |
Error | misc | FinalParameters | Parameter transformerClasses should be final. | 729 |
Error | javadoc | JavadocMethod | Expected @param tag for 'transformerClasses'. | 729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 740 |
Error | design | DesignForExtension | Method 'registerTransformer' is not designed for extension - needs to be abstract, final or empty. | 740 |
Error | misc | FinalParameters | Parameter namespace should be final. | 740 |
Error | javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 740 |
Error | misc | FinalParameters | Parameter waivePattern should be final. | 740 |
Error | javadoc | JavadocMethod | Expected @param tag for 'waivePattern'. | 740 |
Error | misc | FinalParameters | Parameter transformerClasses should be final. | 740 |
Error | javadoc | JavadocMethod | Expected @param tag for 'transformerClasses'. | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 755 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 755 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 756 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 759 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 761 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 765 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 770 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 800 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 807 |
Error | design | DesignForExtension | Method 'registerPropertyAccessor' is not designed for extension - needs to be abstract, final or empty. | 811 |
Error | misc | FinalParameters | Parameter accessors should be final. | 811 |
Error | javadoc | JavadocMethod | Expected @param tag for 'accessors'. | 811 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 818 |
Error | naming | MethodName | Name '_registerPropertyAccessor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 821 |
Error | misc | FinalParameters | Parameter name should be final. | 821 |
Error | misc | FinalParameters | Parameter contextObj should be final. | 821 |
Error | misc | FinalParameters | Parameter variableFactory should be final. | 821 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 826 |
Error | misc | FinalParameters | Parameter name should be final. | 826 |
Error | misc | FinalParameters | Parameter contextObj should be final. | 826 |
Error | misc | FinalParameters | Parameter variableFactory should be final. | 826 |
Error | misc | FinalParameters | Parameter value should be final. | 826 |
Error | design | DesignForExtension | Method 'registerResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 832 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 832 |
Error | misc | FinalParameters | Parameter loaders should be final. | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 844 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 846 |
Error | misc | FinalParameters | Parameter t should be final. | 846 |
Error | misc | FinalParameters | Parameter args should be final. | 846 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 864 |
Error | misc | FinalParameters | Parameter ce should be final. | 865 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 883 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 883 |
Error | misc | FinalParameters | Parameter dialect should be final. | 883 |
Error | misc | FinalParameters | Parameter template should be final. | 883 |
Error | misc | FinalParameters | Parameter args should be final. | 883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 913 |
Error | design | DesignForExtension | Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 922 |
Error | misc | FinalParameters | Parameter template should be final. | 923 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 923 |
Error | misc | FinalParameters | Parameter args should be final. | 923 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 923 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 927 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 929 |
Error | design | DesignForExtension | Method 'getTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 934 |
Error | misc | FinalParameters | Parameter resource should be final. | 934 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 947 |
Error | design | DesignForExtension | Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 956 |
Error | misc | FinalParameters | Parameter file should be final. | 957 |
Error | misc | FinalParameters | Parameter args should be final. | 957 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 972 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 992 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 996 |
Error | misc | FinalParameters | Parameter template should be final. | 996 |
Error | misc | FinalParameters | Parameter args should be final. | 996 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1016 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 1019 |
Error | misc | FinalParameters | Parameter os should be final. | 1019 |
Error | misc | FinalParameters | Parameter template should be final. | 1019 |
Error | misc | FinalParameters | Parameter args should be final. | 1019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1040 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 1043 |
Error | misc | FinalParameters | Parameter w should be final. | 1043 |
Error | misc | FinalParameters | Parameter template should be final. | 1043 |
Error | misc | FinalParameters | Parameter args should be final. | 1043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1054 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 1064 |
Error | misc | FinalParameters | Parameter file should be final. | 1064 |
Error | misc | FinalParameters | Parameter args should be final. | 1064 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1067 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1067 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1067 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1067 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1067 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1069 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1069 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1069 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1069 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1069 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1071 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1071 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1072 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1072 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1072 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1072 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1080 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1081 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 1091 |
Error | misc | FinalParameters | Parameter os should be final. | 1091 |
Error | misc | FinalParameters | Parameter file should be final. | 1091 |
Error | misc | FinalParameters | Parameter args should be final. | 1091 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1103 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 1113 |
Error | misc | FinalParameters | Parameter w should be final. | 1113 |
Error | misc | FinalParameters | Parameter file should be final. | 1113 |
Error | misc | FinalParameters | Parameter args should be final. | 1113 |
Error | design | DesignForExtension | Method 'renderStr' is not designed for extension - needs to be abstract, final or empty. | 1134 |
Error | misc | FinalParameters | Parameter key should be final. | 1134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1134 |
Error | misc | FinalParameters | Parameter template should be final. | 1134 |
Error | misc | FinalParameters | Parameter args should be final. | 1134 |
Error | design | DesignForExtension | Method 'renderStr' is not designed for extension - needs to be abstract, final or empty. | 1149 |
Error | misc | FinalParameters | Parameter template should be final. | 1149 |
Error | misc | FinalParameters | Parameter args should be final. | 1149 |
Error | design | DesignForExtension | Method 'renderString' is not designed for extension - needs to be abstract, final or empty. | 1161 |
Error | misc | FinalParameters | Parameter template should be final. | 1161 |
Error | misc | FinalParameters | Parameter args should be final. | 1161 |
Error | design | DesignForExtension | Method 'renderString' is not designed for extension - needs to be abstract, final or empty. | 1177 |
Error | misc | FinalParameters | Parameter key should be final. | 1178 |
Error | misc | FinalParameters | Parameter template should be final. | 1178 |
Error | misc | FinalParameters | Parameter args should be final. | 1178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1210 |
Error | design | DesignForExtension | Method 'substitute' is not designed for extension - needs to be abstract, final or empty. | 1214 |
Error | misc | FinalParameters | Parameter template should be final. | 1214 |
Error | misc | FinalParameters | Parameter args should be final. | 1214 |
Error | design | DesignForExtension | Method 'substitute' is not designed for extension - needs to be abstract, final or empty. | 1234 |
Error | misc | FinalParameters | Parameter file should be final. | 1234 |
Error | misc | FinalParameters | Parameter args should be final. | 1234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1251 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1254 |
Error | misc | FinalParameters | Parameter template should be final. | 1254 |
Error | misc | FinalParameters | Parameter obj should be final. | 1254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1276 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1282 |
Error | misc | FinalParameters | Parameter obj should be final. | 1282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1296 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1296 |
Error | misc | FinalParameters | Parameter obj should be final. | 1296 |
Error | misc | FinalParameters | Parameter option should be final. | 1296 |
Error | misc | FinalParameters | Parameter style should be final. | 1296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1325 |
Error | design | DesignForExtension | Method 'commonsToString' is not designed for extension - needs to be abstract, final or empty. | 1325 |
Error | misc | FinalParameters | Parameter obj should be final. | 1325 |
Error | misc | FinalParameters | Parameter option should be final. | 1325 |
Error | misc | FinalParameters | Parameter style should be final. | 1325 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1329 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 1331 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1332 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 1332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1333 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1333 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1350 |
Error | coding | MagicNumber | '1000' is a magic number. | 1357 |
Error | coding | MagicNumber | '10' is a magic number. | 1357 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1366 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1369 |
Error | design | DesignForExtension | Method 'renderIfTemplateExists' is not designed for extension - needs to be abstract, final or empty. | 1375 |
Error | misc | FinalParameters | Parameter template should be final. | 1375 |
Error | misc | FinalParameters | Parameter args should be final. | 1375 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1416 |
Error | design | DesignForExtension | Method 'eval' is not designed for extension - needs to be abstract, final or empty. | 1422 |
Error | misc | FinalParameters | Parameter script should be final. | 1422 |
Error | javadoc | JavadocMethod | Expected @param tag for 'script'. | 1422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1434 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1434 |
Error | design | DesignForExtension | Method 'eval' is not designed for extension - needs to be abstract, final or empty. | 1436 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1436 |
Error | misc | FinalParameters | Parameter script should be final. | 1436 |
Error | misc | FinalParameters | Parameter params should be final. | 1436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1445 |
Error | design | DesignForExtension | Method 'eval' is not designed for extension - needs to be abstract, final or empty. | 1445 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 |
Error | misc | FinalParameters | Parameter script should be final. | 1445 |
Error | misc | FinalParameters | Parameter context should be final. | 1445 |
Error | misc | FinalParameters | Parameter params should be final. | 1445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1458 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1458 |
Error | naming | MemberName | Name '_templates' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1459 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1459 |
Error | naming | MemberName | Name '_tags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1459 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1460 |
Error | naming | MemberName | Name '_nonTmpls' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1460 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1463 |
Error | design | DesignForExtension | Method 'templateRegistered' is not designed for extension - needs to be abstract, final or empty. | 1470 |
Error | misc | FinalParameters | Parameter tmplName should be final. | 1470 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tmplName'. | 1470 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1474 |
Error | design | DesignForExtension | Method 'getRegisteredTemplate' is not designed for extension - needs to be abstract, final or empty. | 1482 |
Error | misc | FinalParameters | Parameter tmplName should be final. | 1482 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tmplName'. | 1482 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1486 |
Error | design | DesignForExtension | Method 'getRegisteredTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 1494 |
Error | misc | FinalParameters | Parameter name should be final. | 1494 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1494 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1496 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1500 |
Error | design | DesignForExtension | Method 'registerTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 1506 |
Error | misc | FinalParameters | Parameter tc should be final. | 1506 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 1506 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1520 |
Error | design | DesignForExtension | Method 'testTemplate' is not designed for extension - needs to be abstract, final or empty. | 1520 |
Error | misc | FinalParameters | Parameter name should be final. | 1520 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1520 |
Error | misc | FinalParameters | Parameter callerClass should be final. | 1520 |
Error | javadoc | JavadocMethod | Expected @param tag for 'callerClass'. | 1520 |
Error | misc | FinalParameters | Parameter codeType should be final. | 1520 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 1520 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1524 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1525 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1533 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 1537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1538 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1545 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1557 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1559 |
Error | design | DesignForExtension | Method 'registerFastTag' is not designed for extension - needs to be abstract, final or empty. | 1575 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1575 |
Error | misc | FinalParameters | Parameter tag should be final. | 1575 |
Error | design | DesignForExtension | Method 'registerTemplate' is not designed for extension - needs to be abstract, final or empty. | 1583 |
Error | misc | FinalParameters | Parameter template should be final. | 1583 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1583 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1594 |
Error | design | DesignForExtension | Method 'registerTemplate' is not designed for extension - needs to be abstract, final or empty. | 1602 |
Error | misc | FinalParameters | Parameter name should be final. | 1602 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1602 |
Error | misc | FinalParameters | Parameter template should be final. | 1602 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1602 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1603 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 1623 |
Error | design | DesignForExtension | Method 'invokeTemplate' is not designed for extension - needs to be abstract, final or empty. | 1623 |
Error | misc | FinalParameters | Parameter line should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 1623 |
Error | misc | FinalParameters | Parameter name should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1623 |
Error | misc | FinalParameters | Parameter caller should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'caller'. | 1623 |
Error | misc | FinalParameters | Parameter params should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 1623 |
Error | misc | FinalParameters | Parameter body should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 1623 |
Error | misc | FinalParameters | Parameter context should be final. | 1623 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 1623 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1627 |
Error | naming | MemberName | Name '_nonExistsTags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1627 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 1642 |
Error | design | DesignForExtension | Method 'invokeTemplate' is not designed for extension - needs to be abstract, final or empty. | 1642 |
Error | misc | FinalParameters | Parameter line should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 1642 |
Error | misc | FinalParameters | Parameter name should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1642 |
Error | misc | FinalParameters | Parameter caller should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'caller'. | 1642 |
Error | misc | FinalParameters | Parameter params should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 1642 |
Error | misc | FinalParameters | Parameter body should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 1642 |
Error | misc | FinalParameters | Parameter context should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 1642 |
Error | misc | FinalParameters | Parameter ignoreNonExistsTag should be final. | 1642 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ignoreNonExistsTag'. | 1642 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1643 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1668 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1669 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1679 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1687 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1695 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 1713 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1726 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1751 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1758 |
Error | design | DesignForExtension | Method 'cache' is not designed for extension - needs to be abstract, final or empty. | 1768 |
Error | misc | FinalParameters | Parameter key should be final. | 1768 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1768 |
Error | misc | FinalParameters | Parameter o should be final. | 1768 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1768 |
Error | misc | FinalParameters | Parameter ttl should be final. | 1768 |
Error | misc | FinalParameters | Parameter args should be final. | 1768 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 1768 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1769 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1771 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1771 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1787 |
Error | design | DesignForExtension | Method 'cache' is not designed for extension - needs to be abstract, final or empty. | 1796 |
Error | misc | FinalParameters | Parameter key should be final. | 1796 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1796 |
Error | misc | FinalParameters | Parameter o should be final. | 1796 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1796 |
Error | misc | FinalParameters | Parameter duration should be final. | 1796 |
Error | javadoc | JavadocMethod | Expected @param tag for 'duration'. | 1796 |
Error | misc | FinalParameters | Parameter args should be final. | 1796 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 1796 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1799 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1803 |
Error | design | DesignForExtension | Method 'evict' is not designed for extension - needs to be abstract, final or empty. | 1808 |
Error | misc | FinalParameters | Parameter key should be final. | 1808 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1815 |
Error | design | DesignForExtension | Method 'cached' is not designed for extension - needs to be abstract, final or empty. | 1824 |
Error | misc | FinalParameters | Parameter key should be final. | 1824 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1824 |
Error | misc | FinalParameters | Parameter args should be final. | 1824 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 1824 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1825 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1839 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1839 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1841 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1847 |
Error | design | DesignForExtension | Method 'addExtendRelationship' is not designed for extension - needs to be abstract, final or empty. | 1847 |
Error | misc | FinalParameters | Parameter parent should be final. | 1847 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 1847 |
Error | misc | FinalParameters | Parameter child should be final. | 1847 |
Error | javadoc | JavadocMethod | Expected @param tag for 'child'. | 1847 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1848 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1857 |
Error | design | DesignForExtension | Method 'invalidate' is not designed for extension - needs to be abstract, final or empty. | 1863 |
Error | misc | FinalParameters | Parameter parent should be final. | 1863 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 1863 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1864 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1866 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1875 |
Error | naming | MemberName | Name '_secureExecutor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1875 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1877 |
Error | design | DesignForExtension | Method 'sandbox' is not designed for extension - needs to be abstract, final or empty. | 1882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1887 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1888 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1889 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1902 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1904 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1908 |
Error | design | DesignForExtension | Method 'sandbox' is not designed for extension - needs to be abstract, final or empty. | 1914 |
Error | misc | FinalParameters | Parameter context should be final. | 1914 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 1914 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1919 |
Error | design | DesignForExtension | Method 'eventDispatcher' is not designed for extension - needs to be abstract, final or empty. | 1921 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1921 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1928 |
Error | design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 1935 |
Error | misc | FinalParameters | Parameter event should be final. | 1936 |
Error | javadoc | JavadocMethod | Expected @param tag for 'event'. | 1936 |
Error | misc | FinalParameters | Parameter param should be final. | 1936 |
Error | javadoc | JavadocMethod | Expected @param tag for 'param'. | 1936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1942 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1955 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1955 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1955 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1963 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1973 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1973 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1973 |
Error | naming | ConstantName | Name 'outputMode' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1973 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1980 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 2004 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2011 |
Error | design | DesignForExtension | Method 'restart' is not designed for extension - needs to be abstract, final or empty. | 2019 |
Error | misc | FinalParameters | Parameter cause should be final. | 2019 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 2019 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2020 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 2032 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2033 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 2050 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 2051 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2054 |
Error | design | DesignForExtension | Method 'setShutdownListener' is not designed for extension - needs to be abstract, final or empty. | 2056 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 2056 |
Error | misc | FinalParameters | Parameter listener should be final. | 2056 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2060 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2062 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 2065 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2101 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2102 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2104 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'sandboxMode' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'secureExecutor' must be private and have accessor methods. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter code should be final. | 54 |
Error | javadoc | JavadocMethod | Expected @param tag for 'code'. | 54 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter engine should be final. | 61 |
Error | coding | HiddenField | 'engine' hides a field. | 61 |
Error | misc | FinalParameters | Parameter executor should be final. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'setUserContext' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter context should be final. | 79 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter template should be final. | 84 |
Error | misc | FinalParameters | Parameter args should be final. | 84 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter file should be final. | 93 |
Error | misc | FinalParameters | Parameter args should be final. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter engine should be final. | 102 |
Error | misc | FinalParameters | Parameter code should be final. | 102 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 109 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 109 |
Error | naming | ConstantName | Name 'restrictedZone' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 116 |
Error | misc | FinalParameters | Parameter code should be final. | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 122 |
Error | misc | FinalParameters | Parameter code should be final. | 122 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 128 |
Error | misc | FinalParameters | Parameter code should be final. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 138 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
Error | naming | TypeName | Name '_Rythm' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | misc | FinalParameters | Parameter conf should be final. | 51 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | misc | FinalParameters | Parameter file should be final. | 76 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 107 |
Error | misc | FinalParameters | Parameter engine should be final. | 112 |
Error | coding | HiddenField | 'engine' hides a field. | 112 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 112 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 155 |
Error | design | DesignForExtension | Method 'isProdMode' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | misc | FinalParameters | Parameter template should be final. | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 169 |
Error | misc | FinalParameters | Parameter args should be final. | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 169 |
Error | misc | FinalParameters | Parameter file should be final. | 179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'file'. | 179 |
Error | misc | FinalParameters | Parameter args should be final. | 179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 179 |
Error | misc | FinalParameters | Parameter template should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 189 |
Error | misc | FinalParameters | Parameter args should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 189 |
Error | misc | FinalParameters | Parameter template should be final. | 199 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 199 |
Error | misc | FinalParameters | Parameter args should be final. | 199 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 199 |
Error | misc | FinalParameters | Parameter template should be final. | 209 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 209 |
Error | misc | FinalParameters | Parameter obj should be final. | 209 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | misc | FinalParameters | Parameter obj should be final. | 218 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 229 |
Error | misc | FinalParameters | Parameter obj should be final. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 229 |
Error | misc | FinalParameters | Parameter option should be final. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'option'. | 229 |
Error | misc | FinalParameters | Parameter style should be final. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'style'. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 240 |
Error | misc | FinalParameters | Parameter obj should be final. | 240 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 240 |
Error | misc | FinalParameters | Parameter option should be final. | 240 |
Error | javadoc | JavadocMethod | Expected @param tag for 'option'. | 240 |
Error | misc | FinalParameters | Parameter style should be final. | 240 |
Error | javadoc | JavadocMethod | Expected @param tag for 'style'. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 244 |
Error | misc | FinalParameters | Parameter template should be final. | 252 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 252 |
Error | misc | FinalParameters | Parameter args should be final. | 252 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 252 |
Error | misc | FinalParameters | Parameter template should be final. | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 262 |
Error | misc | FinalParameters | Parameter args should be final. | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 272 |
Error | misc | FinalParameters | Parameter template should be final. | 272 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 272 |
Error | misc | FinalParameters | Parameter args should be final. | 272 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 272 |
Error | misc | FinalParameters | Parameter s should be final. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 280 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'cacheManager' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | naming | ConstantName | Name 'cacheName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | coding | MagicNumber | '60' is a magic number. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter key should be final. | 47 |
Error | misc | FinalParameters | Parameter value should be final. | 47 |
Error | misc | FinalParameters | Parameter ttl should be final. | 47 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Error | misc | FinalParameters | Parameter key should be final. | 55 |
Error | misc | FinalParameters | Parameter value should be final. | 55 |
Error | misc | FinalParameters | Parameter key should be final. | 60 |
Error | misc | FinalParameters | Parameter key should be final. | 70 |
Error | misc | FinalParameters | Parameter key should be final. | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
Error | misc | FinalParameters | Parameter key should be final. | 82 |
Error | misc | FinalParameters | Parameter ttl should be final. | 93 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | design | FinalClass | Class NoCacheService should be declared as final. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Error | misc | FinalParameters | Parameter value should be final. | 37 |
Error | misc | FinalParameters | Parameter ttl should be final. | 37 |
Error | misc | FinalParameters | Parameter key should be final. | 41 |
Error | misc | FinalParameters | Parameter value should be final. | 41 |
Error | misc | FinalParameters | Parameter key should be final. | 45 |
Error | misc | FinalParameters | Parameter key should be final. | 50 |
Error | misc | FinalParameters | Parameter key should be final. | 55 |
Error | misc | FinalParameters | Parameter key should be final. | 60 |
Error | misc | FinalParameters | Parameter ttl should be final. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | FinalClass | Class SimpleCacheService should be declared as final. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | FinalClass | Class TimerThreadFactory should be declared as final. | 42 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | design | VisibilityModifier | Variable 'ttl' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter key should be final. | 60 |
Error | coding | HiddenField | 'key' hides a field. | 60 |
Error | misc | FinalParameters | Parameter value should be final. | 60 |
Error | coding | HiddenField | 'value' hides a field. | 60 |
Error | misc | FinalParameters | Parameter ttl should be final. | 60 |
Error | coding | HiddenField | 'ttl' hides a field. | 60 |
Error | misc | FinalParameters | Parameter obj should be final. | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
Error | misc | FinalParameters | Parameter that should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | naming | MemberName | Name 'cache_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | naming | MemberName | Name 'items_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter key should be final. | 97 |
Error | misc | FinalParameters | Parameter value should be final. | 97 |
Error | misc | FinalParameters | Parameter ttl should be final. | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | blocks | RightCurly | '}' should be alone on a line. | 112 |
Error | coding | EmptyStatement | Empty statement. | 112 |
Error | misc | FinalParameters | Parameter key should be final. | 121 |
Error | misc | FinalParameters | Parameter value should be final. | 121 |
Error | misc | FinalParameters | Parameter key should be final. | 126 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 128 |
Error | misc | FinalParameters | Parameter key should be final. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | misc | FinalParameters | Parameter key should be final. | 143 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 145 |
Error | misc | FinalParameters | Parameter key should be final. | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 153 |
Error | coding | MagicNumber | '60' is a magic number. | 153 |
Error | misc | FinalParameters | Parameter ttl should be final. | 156 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 173 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 184 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 189 |
Error | coding | MagicNumber | '1000' is a magic number. | 189 |
Error | coding | MagicNumber | '50' is a magic number. | 190 |
Error | coding | MagicNumber | '100' is a magic number. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 23 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 27 |
Error | blocks | EmptyBlock | Must have at least one statement. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.extension.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.conf.RythmConfigurationKey.*. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | misc | FinalParameters | Parameter configuration should be final. | 50 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 50 |
Error | misc | FinalParameters | Parameter engine should be final. | 50 |
Error | coding | HiddenField | 'engine' hides a field. | 50 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 63 |
Error | misc | FinalParameters | Parameter key should be final. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | design | DesignForExtension | Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 88 |
Error | misc | FinalParameters | Parameter key should be final. | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 88 |
Error | misc | FinalParameters | Parameter c should be final. | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 88 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>String<code/> key. If the String key | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 109 |
Error | misc | FinalParameters | Parameter key should be final. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
Error | naming | MemberName | Name '_pluginVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 125 |
Error | design | DesignForExtension | Method 'pluginVersion' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | naming | MemberName | Name '_byteCodeHelper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 139 |
Error | design | DesignForExtension | Method 'byteCodeHelper' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | naming | MemberName | Name '_play' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | design | DesignForExtension | Method 'playFramework' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
Error | naming | MemberName | Name '_logRenderTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | design | DesignForExtension | Method 'logRenderTime' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
Error | naming | MemberName | Name '_loadPrecompiled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 181 |
Error | design | DesignForExtension | Method 'loadPrecompiled' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
Error | naming | MemberName | Name '_precompileMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 198 |
Error | design | DesignForExtension | Method 'precompileMode' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
Error | naming | MemberName | Name '_disableFileWrite' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 212 |
Error | design | DesignForExtension | Method 'disableFileWrite' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 226 |
Error | naming | MemberName | Name '_gae' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | blocks | EmptyBlock | Must have at least one statement. | 232 |
Error | design | DesignForExtension | Method 'gae' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 243 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 244 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 256 |
Error | naming | MemberName | Name '_restrictedClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 261 |
Error | design | DesignForExtension | Method 'restrictedClasses' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 268 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
Error | naming | MemberName | Name '_enableTypeInference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 283 |
Error | design | DesignForExtension | Method 'typeInferenceEnabled' is not designed for extension - needs to be abstract, final or empty. | 289 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 296 |
Error | naming | MemberName | Name '_smartEscapeEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 299 |
Error | design | DesignForExtension | Method 'smartEscapeEnabled' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 310 |
Error | naming | MemberName | Name '_naturalTemplateEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 313 |
Error | design | DesignForExtension | Method 'naturalTemplateEnabled' is not designed for extension - needs to be abstract, final or empty. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 319 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 324 |
Error | naming | MemberName | Name '_debugJavaSourceEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 327 |
Error | design | DesignForExtension | Method 'debugJavaSourceEnabled' is not designed for extension - needs to be abstract, final or empty. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 333 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 338 |
Error | naming | MemberName | Name '_cacheEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 345 |
Error | design | DesignForExtension | Method 'cacheEnabled' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
Error | design | DesignForExtension | Method 'cacheDisabled' is not designed for extension - needs to be abstract, final or empty. | 374 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 378 |
Error | naming | MemberName | Name '_transformEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 378 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 381 |
Error | design | DesignForExtension | Method 'transformEnabled' is not designed for extension - needs to be abstract, final or empty. | 385 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 392 |
Error | naming | MemberName | Name '_compactEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 396 |
Error | design | DesignForExtension | Method 'compactModeEnabled' is not designed for extension - needs to be abstract, final or empty. | 400 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
Error | naming | MemberName | Name '_durationParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 410 |
Error | design | DesignForExtension | Method 'durationParser' is not designed for extension - needs to be abstract, final or empty. | 414 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 421 |
Error | naming | MemberName | Name '_defaultCodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 424 |
Error | design | DesignForExtension | Method 'defaultCodeType' is not designed for extension - needs to be abstract, final or empty. | 428 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 435 |
Error | naming | MemberName | Name '_tmpDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 437 |
Error | design | DesignForExtension | Method 'tmpDir' is not designed for extension - needs to be abstract, final or empty. | 442 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 450 |
Error | naming | MemberName | Name '_templateHome' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 450 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 452 |
Error | design | DesignForExtension | Method 'templateHome' is not designed for extension - needs to be abstract, final or empty. | 457 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 461 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 463 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 475 |
Error | design | DesignForExtension | Method 'setTemplateHome' is not designed for extension - needs to be abstract, final or empty. | 477 |
Error | misc | FinalParameters | Parameter home should be final. | 477 |
Error | javadoc | JavadocMethod | Expected @param tag for 'home'. | 477 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 482 |
Error | naming | MemberName | Name '_byteCodeEnhancer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 485 |
Error | design | DesignForExtension | Method 'byteCodeEnhancer' is not designed for extension - needs to be abstract, final or empty. | 489 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 496 |
Error | naming | MemberName | Name '_srcEnhancer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 |
Error | design | DesignForExtension | Method 'sourceEnhancer' is not designed for extension - needs to be abstract, final or empty. | 498 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 498 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 505 |
Error | naming | MemberName | Name '_locale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 507 |
Error | design | DesignForExtension | Method 'locale' is not designed for extension - needs to be abstract, final or empty. | 512 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 519 |
Error | naming | MemberName | Name '_messageSources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 521 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 524 |
Error | design | DesignForExtension | Method 'messageSources' is not designed for extension - needs to be abstract, final or empty. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 526 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 531 |
Error | naming | MemberName | Name '_i18n' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 533 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 536 |
Error | design | DesignForExtension | Method 'i18nMessageResolver' is not designed for extension - needs to be abstract, final or empty. | 536 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 543 |
Error | naming | MemberName | Name '_suffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 543 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 545 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 548 |
Error | design | DesignForExtension | Method 'resourceNameSuffix' is not designed for extension - needs to be abstract, final or empty. | 548 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 555 |
Error | naming | MemberName | Name '_resourceRefreshInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 555 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 557 |
Error | design | DesignForExtension | Method 'resourceRefreshInterval' is not designed for extension - needs to be abstract, final or empty. | 561 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 568 |
Error | naming | MemberName | Name '_autoScan' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 568 |
Error | design | DesignForExtension | Method 'autoScan' is not designed for extension - needs to be abstract, final or empty. | 570 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 577 |
Error | naming | MemberName | Name '_allowedSysProps' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 577 |
Error | design | DesignForExtension | Method 'allowedSystemProperties' is not designed for extension - needs to be abstract, final or empty. | 579 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 579 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 586 |
Error | naming | MemberName | Name '_sandboxTmpIO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 586 |
Error | design | DesignForExtension | Method 'sandboxTmpIO' is not designed for extension - needs to be abstract, final or empty. | 588 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 588 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 595 |
Error | naming | MemberName | Name '_hasGlobalInclude' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 595 |
Error | design | DesignForExtension | Method 'hasGlobalInclude' is not designed for extension - needs to be abstract, final or empty. | 597 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 597 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 606 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 606 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 613 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 617 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 620 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 620 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 620 |
Error | design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 622 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 622 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 91 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 94 |
Error | misc | FinalParameters | Parameter configuration should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter configuration should be final. | 161 |
Error | coding | MagicNumber | '60' is a magic number. | 165 |
Error | coding | MagicNumber | '60' is a magic number. | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 175 |
Error | misc | FinalParameters | Parameter configuration should be final. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | misc | FinalParameters | Parameter configuration should be final. | 201 |
Error | coding | MagicNumber | '3' is a magic number. | 202 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 210 |
Error | misc | FinalParameters | Parameter configuration should be final. | 214 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 259 |
Error | misc | FinalParameters | Parameter configuration should be final. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 281 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 293 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 305 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 312 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 334 |
Error | misc | FinalParameters | Parameter configuration should be final. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 339 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
Error | misc | FinalParameters | Parameter configuration should be final. | 345 |
Error | coding | HiddenField | 'defVal' hides a field. | 346 |
Error | coding | HiddenField | 'key' hides a field. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 348 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 396 |
Error | misc | FinalParameters | Parameter configuration should be final. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 411 |
Error | misc | FinalParameters | Parameter configuration should be final. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 428 |
Error | misc | FinalParameters | Parameter configuration should be final. | 432 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 436 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 441 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 202). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 482 |
Error | misc | FinalParameters | Parameter configuration should be final. | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 499 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 547 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 558 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 566 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 567 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 569 |
Error | misc | FinalParameters | Parameter configuration should be final. | 574 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 576 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 576 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 583 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 594 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 639 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 641 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 250). | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 666 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 670 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 693 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 701 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 704 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 706 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 707 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 708 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 710 |
Error | misc | FinalParameters | Parameter key should be final. | 710 |
Error | coding | HiddenField | 'key' hides a field. | 710 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 714 |
Error | misc | FinalParameters | Parameter key should be final. | 714 |
Error | coding | HiddenField | 'key' hides a field. | 714 |
Error | misc | FinalParameters | Parameter defVal should be final. | 714 |
Error | coding | HiddenField | 'defVal' hides a field. | 714 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 731 |
Error | misc | FinalParameters | Parameter configuration should be final. | 737 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 737 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 741 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 751 |
Error | misc | FinalParameters | Parameter key should be final. | 751 |
Error | misc | FinalParameters | Parameter suffix should be final. | 751 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 762 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 763 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 763 |
Error | misc | FinalParameters | Parameter configuration should be final. | 763 |
Error | misc | FinalParameters | Parameter key should be final. | 763 |
Error | misc | FinalParameters | Parameter suffix should be final. | 763 |
Error | misc | FinalParameters | Parameter defVal should be final. | 763 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 768 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 778 |
Error | misc | FinalParameters | Parameter v should be final. | 778 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 779 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 780 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 780 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 784 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 784 |
Error | misc | FinalParameters | Parameter key should be final. | 784 |
Error | misc | FinalParameters | Parameter configuration should be final. | 784 |
Error | misc | FinalParameters | Parameter defVal should be final. | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 793 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 793 |
Error | misc | FinalParameters | Parameter key should be final. | 793 |
Error | misc | FinalParameters | Parameter configuration should be final. | 793 |
Error | misc | FinalParameters | Parameter defVal should be final. | 793 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 807 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 807 |
Error | misc | FinalParameters | Parameter key should be final. | 807 |
Error | misc | FinalParameters | Parameter configuration should be final. | 807 |
Error | misc | FinalParameters | Parameter defVal should be final. | 807 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 814 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 817 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 817 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 831 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 835 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 836 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 836 |
Error | misc | FinalParameters | Parameter key should be final. | 836 |
Error | misc | FinalParameters | Parameter c should be final. | 836 |
Error | misc | FinalParameters | Parameter expectedClass should be final. | 836 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 844 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 849 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 849 |
Error | misc | FinalParameters | Parameter key should be final. | 849 |
Error | misc | FinalParameters | Parameter configuration should be final. | 849 |
Error | misc | FinalParameters | Parameter c should be final. | 849 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 851 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 856 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 861 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 879 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 893 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 901 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 907 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 936 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 942 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 955 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 958 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 961 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 962 |
Error | misc | FinalParameters | Parameter s should be final. | 962 |
Error | misc | FinalParameters | Parameter key should be final. | 962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 978 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 980 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 985 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 989 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 993 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 997 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 997 |
Error | misc | FinalParameters | Parameter key should be final. | 997 |
Error | misc | FinalParameters | Parameter configuration should be final. | 997 |
Error | misc | FinalParameters | Parameter defVal should be final. | 997 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 999 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1008 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1015 |
Error | misc | FinalParameters | Parameter configuration should be final. | 1015 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 1015 |
Error | coding | HiddenField | 'key' hides a field. | 1016 |
Error | coding | HiddenField | 'defVal' hides a field. | 1017 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1027 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1033 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1035 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1039 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1040 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1043 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1043 |
Error | coding | MagicNumber | '50' is a magic number. | 1043 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1049 |
Error | misc | FinalParameters | Parameter s should be final. | 1055 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 1055 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1056 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | FinalClass | Class CompilerException should be declared as final. | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'javaLineNumber' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter className should be final. | 45 |
Error | misc | FinalParameters | Parameter line should be final. | 45 |
Error | misc | FinalParameters | Parameter message should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter engine should be final. | 53 |
Error | misc | FinalParameters | Parameter tc should be final. | 53 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 53 |
Error | misc | FinalParameters | Parameter message should be final. | 53 |
Error | design | DesignForExtension | Method 'errorTitle' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'errorDesc' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter msg should be final. | 26 |
Error | misc | FinalParameters | Parameter args should be final. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter e should be final. | 30 |
Error | misc | FinalParameters | Parameter msg should be final. | 30 |
Error | misc | FinalParameters | Parameter args should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | misc | FinalParameters | Parameter id should be final. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter desc should be final. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter desc should be final. | 36 |
Error | misc | FinalParameters | Parameter cause should be final. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | design | DesignForExtension | Method 'fillInStackTrace' is not designed for extension - needs to be abstract, final or empty. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter engine should be final. | 28 |
Error | misc | FinalParameters | Parameter tc should be final. | 28 |
Error | misc | FinalParameters | Parameter line should be final. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 28 |
Error | misc | FinalParameters | Parameter args should be final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter engine should be final. | 32 |
Error | misc | FinalParameters | Parameter cause should be final. | 32 |
Error | misc | FinalParameters | Parameter tc should be final. | 32 |
Error | misc | FinalParameters | Parameter line should be final. | 32 |
Error | misc | FinalParameters | Parameter message should be final. | 32 |
Error | misc | FinalParameters | Parameter args should be final. | 32 |
Error | design | DesignForExtension | Method 'errorTitle' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'errorDesc' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | VisibilityModifier | Variable 'javaLineNumber' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'templateLineNumber' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'errorMessage' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'originalMessage' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'javaSource' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'templateSource' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'templateName' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'templateSourceInfo' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'javaSourceInfo' must be private and have accessor methods. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 52 |
Error | misc | FinalParameters | Parameter engine should be final. | 52 |
Error | misc | FinalParameters | Parameter t should be final. | 52 |
Error | misc | FinalParameters | Parameter templateName should be final. | 52 |
Error | coding | HiddenField | 'templateName' hides a field. | 52 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 52 |
Error | coding | HiddenField | 'javaSource' hides a field. | 52 |
Error | misc | FinalParameters | Parameter templateSource should be final. | 52 |
Error | coding | HiddenField | 'templateSource' hides a field. | 52 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 52 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 52 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 52 |
Error | coding | HiddenField | 'templateLineNumber' hides a field. | 52 |
Error | misc | FinalParameters | Parameter message should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 228). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter engine should be final. | 68 |
Error | misc | FinalParameters | Parameter templateName should be final. | 68 |
Error | coding | HiddenField | 'templateName' hides a field. | 68 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 68 |
Error | coding | HiddenField | 'javaSource' hides a field. | 68 |
Error | misc | FinalParameters | Parameter templateSource should be final. | 68 |
Error | coding | HiddenField | 'templateSource' hides a field. | 68 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 68 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 68 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 68 |
Error | coding | HiddenField | 'templateLineNumber' hides a field. | 68 |
Error | misc | FinalParameters | Parameter message should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter engine should be final. | 72 |
Error | misc | FinalParameters | Parameter templateName should be final. | 72 |
Error | coding | HiddenField | 'templateName' hides a field. | 72 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 72 |
Error | coding | HiddenField | 'javaSource' hides a field. | 72 |
Error | misc | FinalParameters | Parameter templateSource should be final. | 72 |
Error | coding | HiddenField | 'templateSource' hides a field. | 72 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 72 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 72 |
Error | misc | FinalParameters | Parameter message should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter engine should be final. | 76 |
Error | misc | FinalParameters | Parameter t should be final. | 76 |
Error | misc | FinalParameters | Parameter tc should be final. | 76 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 76 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 76 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 76 |
Error | coding | HiddenField | 'templateLineNumber' hides a field. | 76 |
Error | misc | FinalParameters | Parameter message should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 80 |
Error | design | DesignForExtension | Method 'errorTitle' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | design | DesignForExtension | Method 'errorDesc' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 97 |
Error | design | DesignForExtension | Method 'javaSourceInfo' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
Error | coding | HiddenField | 'javaSource' hides a field. | 102 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 108 |
Error | coding | MagicNumber | '6' is a magic number. | 110 |
Error | coding | MagicNumber | '6' is a magic number. | 111 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 115 |
Error | design | DesignForExtension | Method 'templateSourceInfo' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
Error | coding | MagicNumber | '6' is a magic number. | 131 |
Error | coding | MagicNumber | '6' is a magic number. | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter engine should be final. | 143 |
Error | misc | FinalParameters | Parameter tc should be final. | 143 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 143 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 143 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 143 |
Error | coding | HiddenField | 'templateLineNumber' hides a field. | 143 |
Error | misc | FinalParameters | Parameter message should be final. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter engine should be final. | 147 |
Error | misc | FinalParameters | Parameter tc should be final. | 147 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 147 |
Error | coding | HiddenField | 'javaLineNumber' hides a field. | 147 |
Error | misc | FinalParameters | Parameter message should be final. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 153 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 153 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 153 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 167 |
Error | misc | FinalParameters | Parameter message should be final. | 167 |
Error | misc | FinalParameters | Parameter logJava should be final. | 167 |
Error | misc | FinalParameters | Parameter logTmpl should be final. | 167 |
Error | misc | FinalParameters | Parameter javaLineNumber should be final. | 167 |
Error | misc | FinalParameters | Parameter templateLineNumber should be final. | 167 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 167 |
Error | misc | FinalParameters | Parameter templateSource should be final. | 167 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 182 |
Error | coding | MagicNumber | '6' is a magic number. | 186 |
Error | coding | MagicNumber | '6' is a magic number. | 187 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 199 |
Error | coding | MagicNumber | '6' is a magic number. | 203 |
Error | coding | MagicNumber | '6' is a magic number. | 204 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 218 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 218 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 220 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 220 |
Error | design | DesignForExtension | Method 'getJavaSource' is not designed for extension - needs to be abstract, final or empty. | 223 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 225 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter templateSource should be final. | 228 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 228 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
Error | design | DesignForExtension | Method 'getTemplateSource' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
Error | design | DesignForExtension | Method 'getTemplateName' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
Error | design | DesignForExtension | Method 'clearDetailErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 243 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | design | DesignForExtension | Method 'getSimpleMessage' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter t should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Expected @param tag for 'className'. | 40 |
Error | javadoc | JavadocMethod | Expected @param tag for 'classBytes'. | 40 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | design | FinalClass | Class INSTS should be declared as final. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
Error | misc | FinalParameters | Parameter className should be final. | 48 |
Error | misc | FinalParameters | Parameter classBytes should be final. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 37 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ttl'. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 160 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 169 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 170 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | misc | FinalParameters | Parameter id should be final. | 185 |
Error | coding | HiddenField | 'id' hides a field. | 185 |
Error | misc | FinalParameters | Parameter commentStart should be final. | 185 |
Error | coding | HiddenField | 'commentStart' hides a field. | 185 |
Error | misc | FinalParameters | Parameter commentEnd should be final. | 185 |
Error | coding | HiddenField | 'commentEnd' hides a field. | 185 |
Error | misc | FinalParameters | Parameter escape should be final. | 185 |
Error | coding | HiddenField | 'escape' hides a field. | 185 |
Error | misc | FinalParameters | Parameter suffix should be final. | 185 |
Error | coding | HiddenField | 'suffix' hides a field. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter id should be final. | 189 |
Error | coding | HiddenField | 'id' hides a field. | 189 |
Error | misc | FinalParameters | Parameter commentStart should be final. | 189 |
Error | coding | HiddenField | 'commentStart' hides a field. | 189 |
Error | misc | FinalParameters | Parameter commentEnd should be final. | 189 |
Error | coding | HiddenField | 'commentEnd' hides a field. | 189 |
Error | misc | FinalParameters | Parameter escape should be final. | 189 |
Error | coding | HiddenField | 'escape' hides a field. | 189 |
Error | misc | FinalParameters | Parameter blockStart should be final. | 189 |
Error | coding | HiddenField | 'blockStart' hides a field. | 189 |
Error | misc | FinalParameters | Parameter blockEnd should be final. | 189 |
Error | coding | HiddenField | 'blockEnd' hides a field. | 189 |
Error | misc | FinalParameters | Parameter suffix should be final. | 189 |
Error | coding | HiddenField | 'suffix' hides a field. | 189 |
Error | design | DesignForExtension | Method 'newInstanceStr' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 203 |
Error | design | DesignForExtension | Method 'commentStart' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | design | DesignForExtension | Method 'commentEnd' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | design | DesignForExtension | Method 'escape' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | design | DesignForExtension | Method 'blockStart' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | design | DesignForExtension | Method 'blockEnd' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | design | DesignForExtension | Method 'allowInternalTypeBlock' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter parent should be final. | 238 |
Error | coding | HiddenField | 'parent' hides a field. | 238 |
Error | design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | design | DesignForExtension | Method 'allowedExternalTypes' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | design | DesignForExtension | Method 'resourceNameSuffix' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 257 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | misc | FinalParameters | Parameter s should be final. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.RythmEngine. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | FinalClass | Class DefaultImpl should be declared as final. | 44 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | misc | FinalParameters | Parameter template should be final. | 51 |
Error | misc | FinalParameters | Parameter key should be final. | 51 |
Error | misc | FinalParameters | Parameter args should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'e'. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 |
Error | misc | FinalParameters | Parameter template should be final. | 42 |
Error | misc | FinalParameters | Parameter template should be final. | 46 |
Error | misc | FinalParameters | Parameter tag should be final. | 50 |
Error | misc | FinalParameters | Parameter tag should be final. | 54 |
Error | misc | FinalParameters | Parameter caller should be final. | 58 |
Error | misc | FinalParameters | Parameter caller should be final. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 91 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter template should be final. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tmplName'. | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'callerClass'. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 15 |
Error | misc | FinalParameters | Parameter val should be final. | 15 |
Error | misc | FinalParameters | Parameter pattern should be final. | 15 |
Error | misc | FinalParameters | Parameter locale should be final. | 15 |
Error | misc | FinalParameters | Parameter timezone should be final. | 15 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 19 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 52 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 94 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter template should be final. | 46 |
Error | misc | FinalParameters | Parameter className should be final. | 46 |
Error | misc | FinalParameters | Parameter tagName should be final. | 46 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 46 |
Error | misc | FinalParameters | Parameter engine should be final. | 46 |
Error | misc | FinalParameters | Parameter dialect should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 54 |
Error | design | DesignForExtension | Method 'extended' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'pSetup' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter aa should be final. | 100 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter f should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter m should be final. | 127 |
Error | misc | FinalParameters | Parameter fn should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 136 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | misc | FinalParameters | Parameter c should be final. | 149 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter c should be final. | 161 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | misc | FinalParameters | Parameter c should be final. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 204 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class CacheKey should be declared as final. | 16 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | misc | FinalParameters | Parameter template should be final. | 20 |
Error | misc | FinalParameters | Parameter key should be final. | 20 |
Error | misc | FinalParameters | Parameter useFormat should be final. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | misc | FinalParameters | Parameter template should be final. | 24 |
Error | misc | FinalParameters | Parameter key should be final. | 24 |
Error | misc | FinalParameters | Parameter useFormat should be final. | 24 |
Error | misc | FinalParameters | Parameter locale should be final. | 24 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter engine should be final. | 32 |
Error | misc | FinalParameters | Parameter locale should be final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.internal.parser.build_in.CompactParser. | 39 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'no' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'defVal' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'lineNo' must be private and have accessor methods. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | naming | ConstantName | Name 'byPrimitive' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | naming | StaticVariableName | Name 'DEF_CHAR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | design | DesignForExtension | Method 'objectType' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | naming | ConstantName | Name 'nullVals' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | design | DesignForExtension | Method 'nullVal' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 107 |
Error | coding | HiddenField | 'lineNo' hides a field. | 107 |
Error | misc | FinalParameters | Parameter type should be final. | 107 |
Error | coding | HiddenField | 'type' hides a field. | 107 |
Error | misc | FinalParameters | Parameter name should be final. | 107 |
Error | coding | HiddenField | 'name' hides a field. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 111 |
Error | coding | HiddenField | 'lineNo' hides a field. | 111 |
Error | misc | FinalParameters | Parameter type should be final. | 111 |
Error | coding | HiddenField | 'type' hides a field. | 111 |
Error | misc | FinalParameters | Parameter name should be final. | 111 |
Error | coding | HiddenField | 'name' hides a field. | 111 |
Error | misc | FinalParameters | Parameter defVal should be final. | 111 |
Error | coding | HiddenField | 'defVal' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter no should be final. | 115 |
Error | coding | HiddenField | 'no' hides a field. | 115 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 115 |
Error | coding | HiddenField | 'lineNo' hides a field. | 115 |
Error | misc | FinalParameters | Parameter type should be final. | 115 |
Error | coding | HiddenField | 'type' hides a field. | 115 |
Error | misc | FinalParameters | Parameter name should be final. | 115 |
Error | coding | HiddenField | 'name' hides a field. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter no should be final. | 119 |
Error | coding | HiddenField | 'no' hides a field. | 119 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 119 |
Error | coding | HiddenField | 'lineNo' hides a field. | 119 |
Error | misc | FinalParameters | Parameter type should be final. | 119 |
Error | coding | HiddenField | 'type' hides a field. | 119 |
Error | misc | FinalParameters | Parameter name should be final. | 119 |
Error | coding | HiddenField | 'name' hides a field. | 119 |
Error | misc | FinalParameters | Parameter defVal should be final. | 119 |
Error | coding | HiddenField | 'defVal' hides a field. | 119 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter type should be final. | 128 |
Error | misc | FinalParameters | Parameter defVal should be final. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 133 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 135 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter type should be final. | 140 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter obj should be final. | 168 |
Error | design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | misc | FinalParameters | Parameter o should be final. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
Error | design | DesignForExtension | Method 'engine' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 190 |
Error | design | VisibilityModifier | Variable 'templateDefLang' must be private and have accessor methods. | 190 |
Error | design | DesignForExtension | Method 'isRythmTemplate' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | design | VisibilityModifier | Variable 'tmpl' must be private and have accessor methods. | 196 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 197 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
Error | design | VisibilityModifier | Variable 'includingCName' must be private and have accessor methods. | 198 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
Error | design | DesignForExtension | Method 'setInitCode' is not designed for extension - needs to be abstract, final or empty. | 208 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
Error | misc | FinalParameters | Parameter code should be final. | 208 |
Error | design | DesignForExtension | Method 'setFinalCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
Error | misc | FinalParameters | Parameter code should be final. | 216 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
Error | design | DesignForExtension | Method 'extended' is not designed for extension - needs to be abstract, final or empty. | 226 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 233 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 233 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
Error | design | DesignForExtension | Method 'getExtendedTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 242 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
Error | design | VisibilityModifier | Variable 'imports' must be private and have accessor methods. | 243 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 246 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 246 |
Error | design | VisibilityModifier | Variable 'renderArgs' must be private and have accessor methods. | 246 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | design | DesignForExtension | Method 'isLastBuilderLiteral' is not designed for extension - needs to be abstract, final or empty. | 258 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 263 |
Error | design | DesignForExtension | Method 'getTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 272 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | design | DesignForExtension | Method 'basicTemplate' is not designed for extension - needs to be abstract, final or empty. | 281 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 285 |
Error | design | VisibilityModifier | Variable 'requiredDialect' must be private and have accessor methods. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 287 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
Error | misc | FinalParameters | Parameter template should be final. | 287 |
Error | misc | FinalParameters | Parameter className should be final. | 287 |
Error | misc | FinalParameters | Parameter tagName should be final. | 287 |
Error | coding | HiddenField | 'tagName' hides a field. | 287 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 287 |
Error | coding | HiddenField | 'templateClass' hides a field. | 287 |
Error | misc | FinalParameters | Parameter engine should be final. | 287 |
Error | coding | HiddenField | 'engine' hides a field. | 287 |
Error | misc | FinalParameters | Parameter requiredDialect should be final. | 287 |
Error | coding | HiddenField | 'requiredDialect' hides a field. | 287 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 290 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 297 |
Error | coding | HiddenField | 'tmpl' hides a field. | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 308 |
Error | design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 311 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 341 |
Error | design | DesignForExtension | Method 'rewind' is not designed for extension - needs to be abstract, final or empty. | 344 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
Error | design | DesignForExtension | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 366 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
Error | misc | FinalParameters | Parameter codeBuilder should be final. | 366 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 376 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 384 |
Error | design | DesignForExtension | Method 'className' is not designed for extension - needs to be abstract, final or empty. | 387 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
Error | design | DesignForExtension | Method 'includingClassName' is not designed for extension - needs to be abstract, final or empty. | 391 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 392 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 395 |
Error | design | DesignForExtension | Method 'addImport' is not designed for extension - needs to be abstract, final or empty. | 397 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 397 |
Error | misc | FinalParameters | Parameter imprt should be final. | 397 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 397 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 406 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
Error | design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 407 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 408 |
Error | design | VisibilityModifier | Variable 'body' must be private and have accessor methods. | 408 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 410 |
Error | misc | FinalParameters | Parameter className should be final. | 410 |
Error | coding | HiddenField | 'className' hides a field. | 410 |
Error | misc | FinalParameters | Parameter body should be final. | 410 |
Error | coding | HiddenField | 'body' hides a field. | 410 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 415 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
Error | misc | FinalParameters | Parameter newCaller should be final. | 415 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 420 |
Error | coding | MagicNumber | '37' is a magic number. | 422 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 425 |
Error | misc | FinalParameters | Parameter obj should be final. | 426 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 437 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 438 |
Error | design | VisibilityModifier | Variable 'tagName' must be private and have accessor methods. | 438 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 439 |
Error | design | VisibilityModifier | Variable 'signature' must be private and have accessor methods. | 439 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 440 |
Error | design | VisibilityModifier | Variable 'retType' must be private and have accessor methods. | 440 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 441 |
Error | design | VisibilityModifier | Variable 'body' must be private and have accessor methods. | 441 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 442 |
Error | design | VisibilityModifier | Variable 'autoRet' must be private and have accessor methods. | 442 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 443 |
Error | design | VisibilityModifier | Variable 'builders' must be private and have accessor methods. | 443 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
Error | misc | FinalParameters | Parameter name should be final. | 445 |
Error | misc | FinalParameters | Parameter ret should be final. | 445 |
Error | misc | FinalParameters | Parameter sig should be final. | 445 |
Error | misc | FinalParameters | Parameter body should be final. | 445 |
Error | coding | HiddenField | 'body' hides a field. | 445 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 448 |
Error | design | DesignForExtension | Method 'noArgs' is not designed for extension - needs to be abstract, final or empty. | 452 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 452 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 456 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
Error | misc | FinalParameters | Parameter newCaller should be final. | 456 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 467 |
Error | coding | MagicNumber | '37' is a magic number. | 469 |
Error | coding | MagicNumber | '31' is a magic number. | 469 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 472 |
Error | misc | FinalParameters | Parameter obj should be final. | 473 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 477 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 483 |
Error | design | DesignForExtension | Method 'hasInlineTagWithoutArgument' is not designed for extension - needs to be abstract, final or empty. | 485 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 485 |
Error | misc | FinalParameters | Parameter tagName should be final. | 485 |
Error | coding | HiddenField | 'tagName' hides a field. | 485 |
Error | design | DesignForExtension | Method 'needsPrint' is not designed for extension - needs to be abstract, final or empty. | 494 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
Error | misc | FinalParameters | Parameter tagName should be final. | 494 |
Error | coding | HiddenField | 'tagName' hides a field. | 494 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 498 |
Error | design | DesignForExtension | Method 'addStaticCode' is not designed for extension - needs to be abstract, final or empty. | 500 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
Error | misc | FinalParameters | Parameter codeSnippet should be final. | 500 |
Error | design | DesignForExtension | Method 'defClass' is not designed for extension - needs to be abstract, final or empty. | 504 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 504 |
Error | misc | FinalParameters | Parameter className should be final. | 504 |
Error | misc | FinalParameters | Parameter body should be final. | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 514 |
Error | design | DesignForExtension | Method 'defTag' is not designed for extension - needs to be abstract, final or empty. | 514 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 514 |
Error | misc | FinalParameters | Parameter tagName should be final. | 514 |
Error | coding | HiddenField | 'tagName' hides a field. | 514 |
Error | misc | FinalParameters | Parameter retType should be final. | 514 |
Error | misc | FinalParameters | Parameter signature should be final. | 514 |
Error | misc | FinalParameters | Parameter body should be final. | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 526 |
Error | design | DesignForExtension | Method 'endTag' is not designed for extension - needs to be abstract, final or empty. | 533 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 533 |
Error | misc | FinalParameters | Parameter tag should be final. | 533 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 537 |
Error | design | DesignForExtension | Method 'addIncludes' is not designed for extension - needs to be abstract, final or empty. | 542 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 542 |
Error | misc | FinalParameters | Parameter includes should be final. | 542 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 542 |
Error | misc | FinalParameters | Parameter codeType should be final. | 542 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 550 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 551 |
Error | design | DesignForExtension | Method 'addInclude' is not designed for extension - needs to be abstract, final or empty. | 557 |
Error | misc | FinalParameters | Parameter include should be final. | 557 |
Error | javadoc | JavadocMethod | Expected @param tag for 'include'. | 557 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 557 |
Error | javadoc | JavadocMethod | Expected @param tag for 'lineNo'. | 557 |
Error | misc | FinalParameters | Parameter codeType should be final. | 557 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 572 |
Error | design | DesignForExtension | Method 'addInlineInclude' is not designed for extension - needs to be abstract, final or empty. | 573 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 573 |
Error | misc | FinalParameters | Parameter inlineTemplate should be final. | 573 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 574 |
Error | design | DesignForExtension | Method 'setExtended' is not designed for extension - needs to be abstract, final or empty. | 580 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 580 |
Error | misc | FinalParameters | Parameter c should be final. | 580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 584 |
Error | design | DesignForExtension | Method 'setExtended' is not designed for extension - needs to be abstract, final or empty. | 584 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 584 |
Error | misc | FinalParameters | Parameter extended should be final. | 584 |
Error | coding | HiddenField | 'extended' hides a field. | 584 |
Error | misc | FinalParameters | Parameter args should be final. | 584 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 608 |
Error | design | DesignForExtension | Method 'setExtended_deprecated' is not designed for extension - needs to be abstract, final or empty. | 608 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 608 |
Error | naming | MethodName | Name 'setExtended_deprecated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 608 |
Error | misc | FinalParameters | Parameter extended should be final. | 608 |
Error | coding | HiddenField | 'extended' hides a field. | 608 |
Error | misc | FinalParameters | Parameter args should be final. | 608 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 610 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 635 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 640 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 650 |
Error | design | VisibilityModifier | Variable 'logTime' must be private and have accessor methods. | 650 |
Error | design | DesignForExtension | Method 'setLogTime' is not designed for extension - needs to be abstract, final or empty. | 652 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 652 |
Error | design | DesignForExtension | Method 'getRenderArgType' is not designed for extension - needs to be abstract, final or empty. | 656 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 656 |
Error | misc | FinalParameters | Parameter name should be final. | 656 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 659 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 660 |
Error | design | DesignForExtension | Method 'addRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 663 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 663 |
Error | misc | FinalParameters | Parameter declaration should be final. | 663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 667 |
Error | design | DesignForExtension | Method 'addRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 667 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 667 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 667 |
Error | misc | FinalParameters | Parameter type should be final. | 667 |
Error | misc | FinalParameters | Parameter name should be final. | 667 |
Error | misc | FinalParameters | Parameter defVal should be final. | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 668 |
Error | design | DesignForExtension | Method 'addRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 671 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 671 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 671 |
Error | misc | FinalParameters | Parameter type should be final. | 671 |
Error | misc | FinalParameters | Parameter name should be final. | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 675 |
Error | design | DesignForExtension | Method 'addRenderArgsIfNotDeclared' is not designed for extension - needs to be abstract, final or empty. | 675 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 675 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 675 |
Error | misc | FinalParameters | Parameter type should be final. | 675 |
Error | misc | FinalParameters | Parameter name should be final. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 681 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 681 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 682 |
Error | design | DesignForExtension | Method 'pushMacro' is not designed for extension - needs to be abstract, final or empty. | 684 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 684 |
Error | misc | FinalParameters | Parameter macro should be final. | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 686 |
Error | design | DesignForExtension | Method 'popMacro' is not designed for extension - needs to be abstract, final or empty. | 692 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 694 |
Error | design | DesignForExtension | Method 'hasMacro' is not designed for extension - needs to be abstract, final or empty. | 699 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 699 |
Error | misc | FinalParameters | Parameter macro should be final. | 699 |
Error | design | DesignForExtension | Method 'getMacro' is not designed for extension - needs to be abstract, final or empty. | 703 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 703 |
Error | misc | FinalParameters | Parameter macro should be final. | 703 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 705 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 708 |
Error | design | DesignForExtension | Method 'lastIsBlockToken' is not designed for extension - needs to be abstract, final or empty. | 709 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 709 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 713 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 716 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 717 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 724 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 725 |
Error | design | VisibilityModifier | Variable 'removeNextLF' must be private and have accessor methods. | 725 |
Error | design | DesignForExtension | Method 'addBuilder' is not designed for extension - needs to be abstract, final or empty. | 726 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 726 |
Error | misc | FinalParameters | Parameter builder should be final. | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 731 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 739 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 740 |
Error | design | DesignForExtension | Method 'removeSpaceToLastLineBreak' is not designed for extension - needs to be abstract, final or empty. | 744 |
Error | misc | FinalParameters | Parameter ctx should be final. | 744 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 744 |
Error | blocks | EmptyBlock | Must have at least one statement. | 756 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 783 |
Error | design | DesignForExtension | Method 'removeSpaceTillLastLineBreak' is not designed for extension - needs to be abstract, final or empty. | 787 |
Error | misc | FinalParameters | Parameter ctx should be final. | 787 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 787 |
Error | blocks | EmptyBlock | Must have at least one statement. | 799 |
Error | design | DesignForExtension | Method 'template' is not designed for extension - needs to be abstract, final or empty. | 824 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 824 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 828 |
Error | coding | HiddenField | 'engine' hides a field. | 836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 842 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 844 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 880 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 885 |
Error | design | DesignForExtension | Method 'pPackage' is not designed for extension - needs to be abstract, final or empty. | 893 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 893 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 894 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 897 |
Error | misc | FinalParameters | Parameter s should be final. | 897 |
Error | misc | FinalParameters | Parameter sandbox should be final. | 897 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 898 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 904 |
Error | naming | LocalVariableName | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 908 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 909 |
Error | design | DesignForExtension | Method 'pImports' is not designed for extension - needs to be abstract, final or empty. | 913 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 913 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 937 |
Error | design | DesignForExtension | Method 'pClassOpen' is not designed for extension - needs to be abstract, final or empty. | 940 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 941 |
Error | design | DesignForExtension | Method 'pClassClose' is not designed for extension - needs to be abstract, final or empty. | 944 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 944 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 948 |
Error | misc | FinalParameters | Parameter type should be final. | 948 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 952 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 953 |
Error | misc | FinalParameters | Parameter type should be final. | 953 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 957 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 958 |
Error | misc | FinalParameters | Parameter type should be final. | 958 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 962 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 963 |
Error | design | DesignForExtension | Method 'pRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 975 |
Error | sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 975 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 975 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 979 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 987 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 988 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 991 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 993 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 996 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1016 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1017 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1018 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1023 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1050 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 1060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1064 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1070 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 1075 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1075 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1075 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1079 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1080 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1084 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 1084 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1091 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1094 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 1108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 1137 |
Error | design | DesignForExtension | Method 'pExtendInitArgCode' is not designed for extension - needs to be abstract, final or empty. | 1146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1146 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1155 |
Error | design | DesignForExtension | Method 'pSetup' is not designed for extension - needs to be abstract, final or empty. | 1166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1166 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1176 |
Error | design | DesignForExtension | Method 'pInitCode' is not designed for extension - needs to be abstract, final or empty. | 1181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1182 |
Error | design | DesignForExtension | Method 'pFinalCode' is not designed for extension - needs to be abstract, final or empty. | 1187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1187 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1188 |
Error | design | DesignForExtension | Method 'pTagImpl' is not designed for extension - needs to be abstract, final or empty. | 1193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1195 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1198 |
Error | design | VisibilityModifier | Variable 'buildBody' must be private and have accessor methods. | 1198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1200 |
Error | design | VisibilityModifier | Variable 'consts' must be private and have accessor methods. | 1200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1204 |
Error | misc | FinalParameters | Parameter st should be final. | 1204 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1205 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1217 |
Error | misc | FinalParameters | Parameter builders should be final. | 1217 |
Error | coding | HiddenField | 'builders' hides a field. | 1217 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1228 |
Error | design | DesignForExtension | Method 'pInlineTags' is not designed for extension - needs to be abstract, final or empty. | 1260 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 1274 |
Error | design | DesignForExtension | Method 'pStaticCodes' is not designed for extension - needs to be abstract, final or empty. | 1278 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1278 |
Error | design | DesignForExtension | Method 'pInlineClasses' is not designed for extension - needs to be abstract, final or empty. | 1285 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1288 |
Error | design | DesignForExtension | Method 'pBuild' is not designed for extension - needs to be abstract, final or empty. | 1292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 |
Error | misc | FinalParameters | Parameter st should be final. | 1316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 1324 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1331 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1342 |
Error | design | DesignForExtension | Method 'newVarName' is not designed for extension - needs to be abstract, final or empty. | 1344 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1344 |
Error | coding | MagicNumber | '100000' is a magic number. | 1352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1357 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 1359 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1360 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1362 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 1363 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1365 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1366 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1366 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1368 |
Error | misc | FinalParameters | Parameter code should be final. | 1368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | MemberName | Name '_codeTypeList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Error | design | DesignForExtension | Method 'registerCodeType' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter type should be final. | 33 |
Error | design | DesignForExtension | Method 'codeTypes' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'hasCodeType' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter template should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 62 |
Error | misc | FinalParameters | Parameter template should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 73 |
Error | misc | FinalParameters | Parameter caller should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 84 |
Error | misc | FinalParameters | Parameter caller should be final. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 95 |
Error | misc | FinalParameters | Parameter tag should be final. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 106 |
Error | misc | FinalParameters | Parameter tag should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter l should be final. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter l should be final. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter engine should be final. | 133 |
Error | coding | HiddenField | 'engine' hides a field. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 138 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 146 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | misc | FinalParameters | Parameter event should be final. | 153 |
Error | misc | FinalParameters | Parameter param should be final. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter engine should be final. | 165 |
Error | coding | HiddenField | 'engine' hides a field. | 165 |
Error | misc | FinalParameters | Parameter c should be final. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 173 |
Error | misc | FinalParameters | Parameter engine should be final. | 175 |
Error | coding | HiddenField | 'engine' hides a field. | 175 |
Error | misc | FinalParameters | Parameter tc should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 180 |
Error | misc | FinalParameters | Parameter engine should be final. | 182 |
Error | coding | HiddenField | 'engine' hides a field. | 182 |
Error | misc | FinalParameters | Parameter cb should be final. | 182 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 193 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 |
Error | misc | FinalParameters | Parameter engine should be final. | 205 |
Error | coding | HiddenField | 'engine' hides a field. | 205 |
Error | misc | FinalParameters | Parameter bytes should be final. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 210 |
Error | misc | FinalParameters | Parameter engine should be final. | 212 |
Error | coding | HiddenField | 'engine' hides a field. | 212 |
Error | misc | FinalParameters | Parameter tc should be final. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 217 |
Error | misc | FinalParameters | Parameter engine should be final. | 219 |
Error | coding | HiddenField | 'engine' hides a field. | 219 |
Error | misc | FinalParameters | Parameter cb should be final. | 219 |
Error | misc | FinalParameters | Parameter engine should be final. | 236 |
Error | coding | HiddenField | 'engine' hides a field. | 236 |
Error | misc | FinalParameters | Parameter template should be final. | 236 |
Error | misc | FinalParameters | Parameter engine should be final. | 247 |
Error | coding | HiddenField | 'engine' hides a field. | 247 |
Error | misc | FinalParameters | Parameter template should be final. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 256 |
Error | misc | FinalParameters | Parameter engine should be final. | 256 |
Error | coding | HiddenField | 'engine' hides a field. | 256 |
Error | misc | FinalParameters | Parameter param should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 263 |
Error | misc | FinalParameters | Parameter engine should be final. | 263 |
Error | coding | HiddenField | 'engine' hides a field. | 263 |
Error | misc | FinalParameters | Parameter param should be final. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 268 |
Error | misc | FinalParameters | Parameter engine should be final. | 270 |
Error | coding | HiddenField | 'engine' hides a field. | 270 |
Error | misc | FinalParameters | Parameter caller should be final. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 275 |
Error | misc | FinalParameters | Parameter engine should be final. | 277 |
Error | coding | HiddenField | 'engine' hides a field. | 277 |
Error | misc | FinalParameters | Parameter caller should be final. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 284 |
Error | misc | FinalParameters | Parameter engine should be final. | 284 |
Error | coding | HiddenField | 'engine' hides a field. | 284 |
Error | misc | FinalParameters | Parameter param should be final. | 284 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 286 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | naming | MemberName | Name '_extensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | MemberName | Name '_fmts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter engine should be final. | 36 |
Error | coding | HiddenField | 'engine' hides a field. | 36 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | design | DesignForExtension | Method 'registerJavaExtension' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter javaExtension should be final. | 46 |
Error | javadoc | JavadocMethod | Expected @param tag for 'javaExtension'. | 46 |
Error | design | DesignForExtension | Method 'javaExtensions' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'isJavaExtension' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter s should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
Error | design | DesignForExtension | Method 'registerUserDefinedParsers' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter parsers should be final. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 77 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 83 |
Error | design | DesignForExtension | Method 'registerUserDefinedParsers' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | misc | FinalParameters | Parameter dialect should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'dialect'. | 83 |
Error | misc | FinalParameters | Parameter parsers should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parsers'. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | design | DesignForExtension | Method 'registerExpressionProcessor' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter p should be final. | 90 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Error | design | DesignForExtension | Method 'expressionProcessors' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | design | DesignForExtension | Method 'registerCodeType' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter type should be final. | 101 |
Error | design | DesignForExtension | Method 'templateLangs' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | design | DesignForExtension | Method 'hasTemplateLangs' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | design | DesignForExtension | Method 'registerFormatter' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | misc | FinalParameters | Parameter fmt should be final. | 114 |
Error | design | DesignForExtension | Method 'formatters' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 100 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 100 |
Error | coding | RedundantThrows | Redundant throws: 'ParseException' is unchecked exception. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter statement should be final. | 129 |
Error | coding | HiddenField | 'statement' hides a field. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 138 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter statement should be final. | 142 |
Error | coding | HiddenField | 'statement' hides a field. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 45 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parser'. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <PARAM> tag. | 25 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <RETURN> tag. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | javadoc | JavadocMethod | Expected @param tag for 'exp'. | 37 |
Error | javadoc | JavadocMethod | Expected @param tag for 'token'. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter waiveName should be final. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 51 |
Error | misc | FinalParameters | Parameter fullName should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter waiveName should be final. | 55 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | misc | FinalParameters | Parameter fullName should be final. | 55 |
Error | misc | FinalParameters | Parameter requireTemplate should be final. | 55 |
Error | coding | HiddenField | 'requireTemplate' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | misc | FinalParameters | Parameter s should be final. | 75 |
Error | misc | FinalParameters | Parameter signature should be final. | 75 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter waiveName should be final. | 98 |
Error | misc | FinalParameters | Parameter name should be final. | 98 |
Error | misc | FinalParameters | Parameter signature should be final. | 98 |
Error | misc | FinalParameters | Parameter fullName should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter waiveName should be final. | 102 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | misc | FinalParameters | Parameter signature should be final. | 102 |
Error | misc | FinalParameters | Parameter fullName should be final. | 102 |
Error | misc | FinalParameters | Parameter requireTemplate should be final. | 102 |
Error | coding | HiddenField | 'requireTemplate' hides a field. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter waiveName should be final. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | misc | FinalParameters | Parameter signature should be final. | 106 |
Error | misc | FinalParameters | Parameter fullName should be final. | 106 |
Error | misc | FinalParameters | Parameter requireTemplate should be final. | 106 |
Error | coding | HiddenField | 'requireTemplate' hides a field. | 106 |
Error | misc | FinalParameters | Parameter lastParam should be final. | 106 |
Error | coding | HiddenField | 'lastParam' hides a field. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 110 |
Error | misc | FinalParameters | Parameter s should be final. | 126 |
Error | misc | FinalParameters | Parameter signature should be final. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | misc | FinalParameters | Parameter s should be final. | 179 |
Error | coding | HiddenField | 's' hides a field. | 179 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter isFirst should be final. | 33 |
Error | coding | HiddenField | 'isFirst' hides a field. | 33 |
Error | misc | FinalParameters | Parameter isLast should be final. | 33 |
Error | coding | HiddenField | 'isLast' hides a field. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter isFirst should be final. | 39 |
Error | coding | HiddenField | 'isFirst' hides a field. | 39 |
Error | misc | FinalParameters | Parameter isLast should be final. | 39 |
Error | coding | HiddenField | 'isLast' hides a field. | 39 |
Error | misc | FinalParameters | Parameter obj should be final. | 39 |
Error | coding | HiddenField | 'obj' hides a field. | 39 |
Error | design | DesignForExtension | Method 'sep' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter sep should be final. | 45 |
Error | design | DesignForExtension | Method 'preSep' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter sep should be final. | 49 |
Error | design | DesignForExtension | Method 'postSep' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter sep should be final. | 57 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | design | FinalClass | Class RythmEvents should be declared as final. | 30 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <PARAM> tag. | 30 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <RETURN> tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter isSafe should be final. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter eventBus should be final. | 137 |
Error | misc | FinalParameters | Parameter eventParam should be final. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | VisibilityModifier | Variable 'threadNumber' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'namePrefix' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter poolName should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 33 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | design | DesignForExtension | Method 'newThread0' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter g should be final. | 37 |
Error | misc | FinalParameters | Parameter r should be final. | 37 |
Error | misc | FinalParameters | Parameter name should be final. | 37 |
Error | misc | FinalParameters | Parameter stackSize should be final. | 37 |
Error | design | DesignForExtension | Method 'newThread' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter r should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
Error | design | DesignForExtension | Method '__defaultEscape' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | naming | MethodName | Name '__defaultEscape' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter c should be final. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 52 |
Error | misc | FinalParameters | Parameter b should be final. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 62 |
Error | misc | FinalParameters | Parameter i should be final. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 72 |
Error | misc | FinalParameters | Parameter l should be final. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 82 |
Error | misc | FinalParameters | Parameter f should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 92 |
Error | misc | FinalParameters | Parameter d should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 102 |
Error | misc | FinalParameters | Parameter b should be final. | 112 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
Error | design | DesignForExtension | Method 'pe' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter o should be final. | 122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | design | DesignForExtension | Method 'pe' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | misc | FinalParameters | Parameter o should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 134 |
Error | misc | FinalParameters | Parameter escape should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 134 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 163 |
Error | misc | FinalParameters | Parameter c should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 163 |
Error | misc | FinalParameters | Parameter escape should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 170 |
Error | misc | FinalParameters | Parameter i should be final. | 170 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 170 |
Error | misc | FinalParameters | Parameter escape should be final. | 170 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 177 |
Error | misc | FinalParameters | Parameter l should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 177 |
Error | misc | FinalParameters | Parameter escape should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 181 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 184 |
Error | misc | FinalParameters | Parameter f should be final. | 184 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 184 |
Error | misc | FinalParameters | Parameter escape should be final. | 184 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 191 |
Error | misc | FinalParameters | Parameter d should be final. | 191 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 191 |
Error | misc | FinalParameters | Parameter escape should be final. | 191 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 198 |
Error | misc | FinalParameters | Parameter b should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 198 |
Error | misc | FinalParameters | Parameter escape should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter cb should be final. | 48 |
Error | coding | HiddenField | 'cb' hides a field. | 48 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 61 |
Error | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter ctx should be final. | 62 |
Error | misc | FinalParameters | Parameter msg should be final. | 62 |
Error | misc | FinalParameters | Parameter args should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 63 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter ctx should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 69 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter ctx should be final. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter ctx should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter ctx should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | design | DesignForExtension | Method 'getTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'getCodeBuilder' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | design | DesignForExtension | Method 'getDialect' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | design | DesignForExtension | Method 'setDialect' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter dialect should be final. | 146 |
Error | coding | HiddenField | 'dialect' hides a field. | 146 |
Error | design | DesignForExtension | Method 'getRemain' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
Error | design | DesignForExtension | Method 'cursor' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | design | DesignForExtension | Method 'hasRemain' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | design | DesignForExtension | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
Error | design | DesignForExtension | Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
Error | design | DesignForExtension | Method 'step' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter i should be final. | 180 |
Error | design | DesignForExtension | Method 'getTemplateSource' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | misc | FinalParameters | Parameter start should be final. | 185 |
Error | misc | FinalParameters | Parameter end should be final. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | design | DesignForExtension | Method 'openBlock' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | misc | FinalParameters | Parameter bh should be final. | 192 |
Error | design | DesignForExtension | Method 'currentBlock' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | coding | RedundantThrows | Redundant throws: 'ParseException' is unchecked exception. | 203 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 205 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 207 |
Error | design | DesignForExtension | Method 'currentSection' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 216 |
Error | design | DesignForExtension | Method 'currentLine' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 227 |
Error | design | DesignForExtension | Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | design | DesignForExtension | Method 'compactMode' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 241 |
Error | design | DesignForExtension | Method 'pushCompact' is not designed for extension - needs to be abstract, final or empty. | 243 |
Error | misc | FinalParameters | Parameter compact should be final. | 244 |
Error | design | DesignForExtension | Method 'peekCompact' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
Error | design | DesignForExtension | Method 'popCompact' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 260 |
Error | design | DesignForExtension | Method 'pushBreak' is not designed for extension - needs to be abstract, final or empty. | 262 |
Error | misc | FinalParameters | Parameter b should be final. | 263 |
Error | design | DesignForExtension | Method 'peekBreak' is not designed for extension - needs to be abstract, final or empty. | 267 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
Error | design | DesignForExtension | Method 'popBreak' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 279 |
Error | design | DesignForExtension | Method 'pushContinue' is not designed for extension - needs to be abstract, final or empty. | 281 |
Error | misc | FinalParameters | Parameter b should be final. | 282 |
Error | design | DesignForExtension | Method 'peekContinue' is not designed for extension - needs to be abstract, final or empty. | 286 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
Error | design | DesignForExtension | Method 'popContinue' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
Error | design | DesignForExtension | Method 'insideBody' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 304 |
Error | design | DesignForExtension | Method 'pushInsideBody' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | misc | FinalParameters | Parameter b should be final. | 307 |
Error | design | DesignForExtension | Method 'peekInsideBody' is not designed for extension - needs to be abstract, final or empty. | 311 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
Error | design | DesignForExtension | Method 'popInsideBody' is not designed for extension - needs to be abstract, final or empty. | 317 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 319 |
Error | design | DesignForExtension | Method 'insideBody2' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 325 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 329 |
Error | design | DesignForExtension | Method 'pushInsideBody2' is not designed for extension - needs to be abstract, final or empty. | 331 |
Error | misc | FinalParameters | Parameter b should be final. | 332 |
Error | design | DesignForExtension | Method 'peekInsideBody2' is not designed for extension - needs to be abstract, final or empty. | 336 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
Error | design | DesignForExtension | Method 'popInsideBody2' is not designed for extension - needs to be abstract, final or empty. | 342 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 348 |
Error | design | DesignForExtension | Method 'insideDirectiveComment' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | design | DesignForExtension | Method 'enterDirectiveComment' is not designed for extension - needs to be abstract, final or empty. | 355 |
Error | design | DesignForExtension | Method 'leaveDirectiveComment' is not designed for extension - needs to be abstract, final or empty. | 360 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 365 |
Error | design | DesignForExtension | Method 'peekCodeType' is not designed for extension - needs to be abstract, final or empty. | 367 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 369 |
Error | design | DesignForExtension | Method 'pushCodeType' is not designed for extension - needs to be abstract, final or empty. | 373 |
Error | misc | FinalParameters | Parameter type should be final. | 374 |
Error | design | DesignForExtension | Method 'popCodeType' is not designed for extension - needs to be abstract, final or empty. | 382 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 393 |
Error | design | DesignForExtension | Method 'peekLocale' is not designed for extension - needs to be abstract, final or empty. | 395 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 397 |
Error | design | DesignForExtension | Method 'pushLocale' is not designed for extension - needs to be abstract, final or empty. | 400 |
Error | misc | FinalParameters | Parameter locale should be final. | 401 |
Error | design | DesignForExtension | Method 'popLocale' is not designed for extension - needs to be abstract, final or empty. | 405 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 407 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 410 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 410 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
Error | misc | FinalParameters | Parameter s should be final. | 415 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.parser.build_in.*. | 28 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter context should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 65 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | coding | HiddenField | 'ctx' hides a field. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | naming | MemberName | Name '__style' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | design | VisibilityModifier | Variable '__style' must be private and have accessor methods. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'constId' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter s should be final. | 47 |
Error | misc | FinalParameters | Parameter ctx should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter s should be final. | 51 |
Error | misc | FinalParameters | Parameter context should be final. | 51 |
Error | misc | FinalParameters | Parameter disableCompactMode should be final. | 51 |
Error | design | DesignForExtension | Method 'mergeWith' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter block should be final. | 55 |
Error | design | DesignForExtension | Method 'mergeWith' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter st should be final. | 62 |
Error | design | DesignForExtension | Method 'removeLeadingLineBreak' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | design | DesignForExtension | Method 'getLineNo' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | design | DesignForExtension | Method 's' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter obj should be final. | 109 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'empty' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
Error | design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 125 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | design | VisibilityModifier | Variable 'line' must be private and have accessor methods. | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
Error | design | VisibilityModifier | Variable 'disableCompactMode' must be private and have accessor methods. | 127 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | design | VisibilityModifier | Variable 'removeNextLineBreak' must be private and have accessor methods. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'removeLeadingLineBreak' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | design | DesignForExtension | Method 'compactMode' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 136 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter s should be final. | 151 |
Error | coding | HiddenField | 's' hides a field. | 151 |
Error | misc | FinalParameters | Parameter caller should be final. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter s should be final. | 156 |
Error | coding | HiddenField | 's' hides a field. | 156 |
Error | misc | FinalParameters | Parameter caller should be final. | 156 |
Error | misc | FinalParameters | Parameter disableCompactMode should be final. | 156 |
Error | coding | HiddenField | 'disableCompactMode' hides a field. | 156 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | misc | FinalParameters | Parameter s should be final. | 168 |
Error | coding | HiddenField | 's' hides a field. | 168 |
Error | misc | FinalParameters | Parameter context should be final. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter s should be final. | 172 |
Error | coding | HiddenField | 's' hides a field. | 172 |
Error | misc | FinalParameters | Parameter context should be final. | 172 |
Error | misc | FinalParameters | Parameter disableCompactMode should be final. | 172 |
Error | coding | HiddenField | 'disableCompactMode' hides a field. | 172 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 173 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter line should be final. | 184 |
Error | coding | HiddenField | 'line' hides a field. | 184 |
Error | design | DesignForExtension | Method 'isOk' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter includeCtx should be final. | 200 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 216 |
Error | naming | ConstantName | Name 'R_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 216 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter s should be final. | 218 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 229 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 229 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | misc | FinalParameters | Parameter s should be final. | 231 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
Error | misc | FinalParameters | Parameter s should be final. | 244 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter nullValueTester should be final. | 254 |
Error | coding | HiddenField | 's' hides a field. | 256 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
Error | misc | FinalParameters | Parameter needsPrint should be final. | 270 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
Error | coding | HiddenField | 's' hides a field. | 272 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 273 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
Error | misc | FinalParameters | Parameter s should be final. | 280 |
Error | coding | HiddenField | 's' hides a field. | 280 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
Error | misc | FinalParameters | Parameter s should be final. | 285 |
Error | coding | HiddenField | 's' hides a field. | 285 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
Error | misc | FinalParameters | Parameter stripExtensions should be final. | 296 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
Error | coding | HiddenField | 'engine' hides a field. | 298 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 304 |
Error | design | VisibilityModifier | Variable 'extension' must be private and have accessor methods. | 305 |
Error | design | VisibilityModifier | Variable 'signature' must be private and have accessor methods. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
Error | misc | FinalParameters | Parameter e should be final. | 308 |
Error | misc | FinalParameters | Parameter s should be final. | 308 |
Error | coding | HiddenField | 's' hides a field. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 360 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 360 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 385 |
Error | design | DesignForExtension | Method 'ptline' is not designed for extension - needs to be abstract, final or empty. | 395 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 395 |
Error | misc | FinalParameters | Parameter msg should be final. | 395 |
Error | misc | FinalParameters | Parameter args should be final. | 395 |
Error | coding | HiddenField | 's' hides a field. | 396 |
Error | design | DesignForExtension | Method 'p2tline' is not designed for extension - needs to be abstract, final or empty. | 402 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 402 |
Error | misc | FinalParameters | Parameter msg should be final. | 402 |
Error | misc | FinalParameters | Parameter args should be final. | 402 |
Error | coding | HiddenField | 's' hides a field. | 403 |
Error | design | DesignForExtension | Method 'p3tline' is not designed for extension - needs to be abstract, final or empty. | 409 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
Error | misc | FinalParameters | Parameter msg should be final. | 409 |
Error | misc | FinalParameters | Parameter args should be final. | 409 |
Error | coding | HiddenField | 's' hides a field. | 410 |
Error | design | DesignForExtension | Method 'p4tline' is not designed for extension - needs to be abstract, final or empty. | 416 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
Error | misc | FinalParameters | Parameter msg should be final. | 416 |
Error | misc | FinalParameters | Parameter args should be final. | 416 |
Error | coding | HiddenField | 's' hides a field. | 417 |
Error | design | DesignForExtension | Method 'p5tline' is not designed for extension - needs to be abstract, final or empty. | 423 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
Error | misc | FinalParameters | Parameter msg should be final. | 423 |
Error | misc | FinalParameters | Parameter args should be final. | 423 |
Error | coding | HiddenField | 's' hides a field. | 424 |
Error | design | DesignForExtension | Method 'pline' is not designed for extension - needs to be abstract, final or empty. | 430 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
Error | misc | FinalParameters | Parameter msg should be final. | 430 |
Error | misc | FinalParameters | Parameter args should be final. | 430 |
Error | coding | HiddenField | 's' hides a field. | 431 |
Error | design | DesignForExtension | Method 'pline' is not designed for extension - needs to be abstract, final or empty. | 437 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 437 |
Error | design | DesignForExtension | Method 'pp' is not designed for extension - needs to be abstract, final or empty. | 442 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 442 |
Error | misc | FinalParameters | Parameter s should be final. | 442 |
Error | coding | HiddenField | 's' hides a field. | 442 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 453 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
Error | misc | FinalParameters | Parameter caller should be final. | 453 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 454 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 458 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 459 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 460 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 460 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 461 |
Error | naming | MethodName | Name 'compact_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 |
Error | misc | FinalParameters | Parameter s should be final. | 461 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
Error | naming | MethodName | Name 'processLineBreaks_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 490 |
Error | misc | FinalParameters | Parameter s should be final. | 490 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | design | DesignForExtension | Method 'compact' is not designed for extension - needs to be abstract, final or empty. | 494 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
Error | design | DesignForExtension | Method 'compact' is not designed for extension - needs to be abstract, final or empty. | 498 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 498 |
Error | misc | FinalParameters | Parameter s should be final. | 498 |
Error | coding | HiddenField | 's' hides a field. | 498 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 499 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 502 |
Error | misc | FinalParameters | Parameter s should be final. | 502 |
Error | misc | FinalParameters | Parameter ctx should be final. | 502 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 506 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 507 |
Error | misc | FinalParameters | Parameter s should be final. | 507 |
Error | misc | FinalParameters | Parameter ctx should be final. | 507 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter msg should be final. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter msg should be final. | 36 |
Error | misc | FinalParameters | Parameter t should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | FinalClass | Class ParamTypeInferencer should be declared as final. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter type should be final. | 37 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | naming | ConstantName | Name 'typeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | naming | ConstantName | Name 'uuid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter val should be final. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter engine should be final. | 122 |
Error | misc | FinalParameters | Parameter args should be final. | 122 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | MethodName | Name '__cloneMe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter engine should be final. | 54 |
Error | coding | HiddenField | 'engine' hides a field. | 54 |
Error | misc | FinalParameters | Parameter caller should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | coding | MagicNumber | '4' is a magic number. | 150 |
Error | design | DesignForExtension | Method 'root' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | design | DesignForExtension | Method 'isInner' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 |
Error | design | DesignForExtension | Method 'name0' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | design | DesignForExtension | Method 'addIncludeTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | misc | FinalParameters | Parameter tc should be final. | 196 |
Error | design | DesignForExtension | Method 'refreshIncludeTemplateClassNames' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | blocks | RightCurly | '}' should be on the same line. | 224 |
Error | design | DesignForExtension | Method 'setTagType' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Error | misc | FinalParameters | Parameter tagName should be final. | 241 |
Error | coding | HiddenField | 'tagName' hides a field. | 241 |
Error | misc | FinalParameters | Parameter type should be final. | 241 |
Error | design | DesignForExtension | Method 'returnObject' is not designed for extension - needs to be abstract, final or empty. | 251 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
Error | misc | FinalParameters | Parameter tagName should be final. | 251 |
Error | coding | HiddenField | 'tagName' hides a field. | 251 |
Error | design | DesignForExtension | Method 'serializeIncludeTagTypes' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | blocks | RightCurly | '}' should be on the same line. | 281 |
Error | design | DesignForExtension | Method 'deserializeIncludeTagTypes' is not designed for extension - needs to be abstract, final or empty. | 296 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
Error | misc | FinalParameters | Parameter s should be final. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 308 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 317 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 320 |
Error | design | DesignForExtension | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 331 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 334 |
Error | design | DesignForExtension | Method 'getTemplateSource' is not designed for extension - needs to be abstract, final or empty. | 334 |
Error | design | DesignForExtension | Method 'getTemplateSource' is not designed for extension - needs to be abstract, final or empty. | 338 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
Error | misc | FinalParameters | Parameter includeRoot should be final. | 338 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 352 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 359 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 361 |
Error | design | DesignForExtension | Method 'isStringTemplate' is not designed for extension - needs to be abstract, final or empty. | 361 |
Error | design | DesignForExtension | Method 'getResourceLoaderClass' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
Error | misc | FinalParameters | Parameter engine should be final. | 370 |
Error | coding | HiddenField | 'engine' hides a field. | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 371 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 371 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 371 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 374 |
Error | misc | FinalParameters | Parameter file should be final. | 379 |
Error | misc | FinalParameters | Parameter engine should be final. | 379 |
Error | coding | HiddenField | 'engine' hides a field. | 379 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 379 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 384 |
Error | misc | FinalParameters | Parameter template should be final. | 388 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 388 |
Error | misc | FinalParameters | Parameter engine should be final. | 388 |
Error | coding | HiddenField | 'engine' hides a field. | 388 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 397 |
Error | misc | FinalParameters | Parameter template should be final. | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 397 |
Error | misc | FinalParameters | Parameter engine should be final. | 397 |
Error | coding | HiddenField | 'engine' hides a field. | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 397 |
Error | misc | FinalParameters | Parameter dialect should be final. | 397 |
Error | coding | HiddenField | 'dialect' hides a field. | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'dialect'. | 397 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 401 |
Error | misc | FinalParameters | Parameter resource should be final. | 401 |
Error | misc | FinalParameters | Parameter engine should be final. | 401 |
Error | coding | HiddenField | 'engine' hides a field. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 405 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
Error | misc | FinalParameters | Parameter resource should be final. | 405 |
Error | misc | FinalParameters | Parameter engine should be final. | 405 |
Error | coding | HiddenField | 'engine' hides a field. | 405 |
Error | misc | FinalParameters | Parameter dialect should be final. | 405 |
Error | coding | HiddenField | 'dialect' hides a field. | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 412 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
Error | misc | FinalParameters | Parameter resource should be final. | 412 |
Error | misc | FinalParameters | Parameter engine should be final. | 412 |
Error | coding | HiddenField | 'engine' hides a field. | 412 |
Error | misc | FinalParameters | Parameter noRefresh should be final. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 427 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 427 |
Error | misc | FinalParameters | Parameter resource should be final. | 427 |
Error | misc | FinalParameters | Parameter engine should be final. | 427 |
Error | coding | HiddenField | 'engine' hides a field. | 427 |
Error | misc | FinalParameters | Parameter noRefresh should be final. | 427 |
Error | misc | FinalParameters | Parameter dialect should be final. | 427 |
Error | coding | HiddenField | 'dialect' hides a field. | 427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 449 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 449 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 455 |
Error | naming | MethodName | Name 'getKey_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 456 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 456 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
Error | coding | HiddenField | 'engine' hides a field. | 466 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 478 |
Error | naming | MethodName | Name 'templateInstance_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 |
Error | misc | FinalParameters | Parameter engine should be final. | 478 |
Error | coding | HiddenField | 'engine' hides a field. | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 508 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 508 |
Error | misc | FinalParameters | Parameter type should be final. | 508 |
Error | misc | FinalParameters | Parameter locale should be final. | 508 |
Error | misc | FinalParameters | Parameter engine should be final. | 508 |
Error | coding | HiddenField | 'engine' hides a field. | 508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 512 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 513 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 513 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 513 |
Error | design | DesignForExtension | Method 'asTemplate' is not designed for extension - needs to be abstract, final or empty. | 518 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 518 |
Error | misc | FinalParameters | Parameter engine should be final. | 518 |
Error | coding | HiddenField | 'engine' hides a field. | 518 |
Error | design | DesignForExtension | Method 'asTemplate' is not designed for extension - needs to be abstract, final or empty. | 522 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 522 |
Error | misc | FinalParameters | Parameter caller should be final. | 522 |
Error | misc | FinalParameters | Parameter engine should be final. | 522 |
Error | coding | HiddenField | 'engine' hides a field. | 522 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
Error | naming | MethodName | Name 'asTemplate_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | misc | FinalParameters | Parameter caller should be final. | 532 |
Error | misc | FinalParameters | Parameter engine should be final. | 532 |
Error | coding | HiddenField | 'engine' hides a field. | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 534 |
Error | design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 539 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 539 |
Error | design | DesignForExtension | Method 'buildSourceCode' is not designed for extension - needs to be abstract, final or empty. | 543 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 543 |
Error | misc | FinalParameters | Parameter includingClassName should be final. | 543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 559 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 566 |
Error | naming | MethodName | Name 'buildSourceCode_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 574 |
Error | blocks | RightCurly | '}' should be on the same line. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 586 |
Error | design | DesignForExtension | Method 'buildSourceCode' is not designed for extension - needs to be abstract, final or empty. | 591 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
Error | design | DesignForExtension | Method 'addImportPath' is not designed for extension - needs to be abstract, final or empty. | 601 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
Error | misc | FinalParameters | Parameter path should be final. | 601 |
Error | design | DesignForExtension | Method 'replaceImportPath' is not designed for extension - needs to be abstract, final or empty. | 614 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 614 |
Error | misc | FinalParameters | Parameter paths should be final. | 614 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 624 |
Error | naming | MethodName | Name 'refresh_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 624 |
Error | misc | FinalParameters | Parameter forceRefresh should be final. | 624 |
Error | coding | HiddenField | 'templateResource' hides a field. | 628 |
Error | coding | HiddenField | 'engine' hides a field. | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 748 |
Error | design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 750 |
Error | misc | FinalParameters | Parameter forceRefresh should be final. | 750 |
Error | javadoc | JavadocMethod | Expected @param tag for 'forceRefresh'. | 750 |
Error | design | DesignForExtension | Method 'isDefinable' is not designed for extension - needs to be abstract, final or empty. | 766 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 776 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 779 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 789 |
Error | naming | MethodName | Name 'reset_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 789 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 804 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 808 |
Error | naming | MethodName | Name 'compile_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 824 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 824 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 829 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 844 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 849 |
Error | design | DesignForExtension | Method 'compile' is not designed for extension - needs to be abstract, final or empty. | 854 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 866 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 867 |
Error | design | DesignForExtension | Method 'delayedEnhance' is not designed for extension - needs to be abstract, final or empty. | 870 |
Error | misc | FinalParameters | Parameter root should be final. | 870 |
Error | coding | HiddenField | 'root' hides a field. | 870 |
Error | javadoc | JavadocMethod | Expected @param tag for 'root'. | 870 |
Error | design | DesignForExtension | Method 'enhance' is not designed for extension - needs to be abstract, final or empty. | 882 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 906 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 925 |
Error | design | DesignForExtension | Method 'uncompile' is not designed for extension - needs to be abstract, final or empty. | 928 |
Error | design | DesignForExtension | Method 'isClass' is not designed for extension - needs to be abstract, final or empty. | 938 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 938 |
Error | design | DesignForExtension | Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. | 942 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 942 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 944 |
Error | design | DesignForExtension | Method 'loadCachedByteCode' is not designed for extension - needs to be abstract, final or empty. | 947 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 947 |
Error | misc | FinalParameters | Parameter code should be final. | 947 |
Error | design | DesignForExtension | Method 'compiled' is not designed for extension - needs to be abstract, final or empty. | 962 |
Error | misc | FinalParameters | Parameter code should be final. | 962 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 971 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 976 |
Error | misc | FinalParameters | Parameter o should be final. | 977 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 988 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 994 |
Error | misc | FinalParameters | Parameter name should be final. | 994 |
Error | blocks | RightCurly | '}' should be on the same line. | 1004 |
Error | blocks | RightCurly | '}' should be on the same line. | 1012 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1020 |
Error | misc | FinalParameters | Parameter key should be final. | 1027 |
Error | misc | FinalParameters | Parameter root should be final. | 1027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1042 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 |
Error | misc | FinalParameters | Parameter className should be final. | 1042 |
Error | misc | FinalParameters | Parameter byteCode should be final. | 1042 |
Error | misc | FinalParameters | Parameter parent should be final. | 1042 |
Error | design | DesignForExtension | Method 'getTemplateResource' is not designed for extension - needs to be abstract, final or empty. | 1052 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1052 |
Error | design | DesignForExtension | Method 'getCodeType' is not designed for extension - needs to be abstract, final or empty. | 1056 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1056 |
Error | design | DesignForExtension | Method 'getImportPaths' is not designed for extension - needs to be abstract, final or empty. | 1066 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1066 |
Error | design | DesignForExtension | Method 'getJavaSource' is not designed for extension - needs to be abstract, final or empty. | 1079 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1079 |
Error | design | DesignForExtension | Method 'setJavaPackage' is not designed for extension - needs to be abstract, final or empty. | 1089 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1089 |
Error | misc | FinalParameters | Parameter javaPackage should be final. | 1090 |
Error | coding | HiddenField | 'javaPackage' hides a field. | 1090 |
Error | design | DesignForExtension | Method 'setJavaClass' is not designed for extension - needs to be abstract, final or empty. | 1100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1100 |
Error | misc | FinalParameters | Parameter javaClass should be final. | 1101 |
Error | coding | HiddenField | 'javaClass' hides a field. | 1101 |
Error | design | DesignForExtension | Method 'getCodeBuilder' is not designed for extension - needs to be abstract, final or empty. | 1111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1111 |
Error | design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 1121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1121 |
Error | design | DesignForExtension | Method 'getEnhancedByteCode' is not designed for extension - needs to be abstract, final or empty. | 1131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1131 |
Error | design | DesignForExtension | Method 'getJavaByteCode' is not designed for extension - needs to be abstract, final or empty. | 1141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1141 |
Error | design | DesignForExtension | Method 'getSigChecksum' is not designed for extension - needs to be abstract, final or empty. | 1145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1145 |
Error | design | DesignForExtension | Method 'setJavaSource' is not designed for extension - needs to be abstract, final or empty. | 1155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 |
Error | misc | FinalParameters | Parameter javaSource should be final. | 1156 |
Error | coding | HiddenField | 'javaSource' hides a field. | 1156 |
Error | design | DesignForExtension | Method 'setExtendedTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 1166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1166 |
Error | misc | FinalParameters | Parameter extendedTemplateClass should be final. | 1167 |
Error | coding | HiddenField | 'extendedTemplateClass' hides a field. | 1167 |
Error | design | DesignForExtension | Method 'setIncludeTemplateClassNames' is not designed for extension - needs to be abstract, final or empty. | 1177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 |
Error | misc | FinalParameters | Parameter includeTemplateClassNames should be final. | 1177 |
Error | coding | HiddenField | 'includeTemplateClassNames' hides a field. | 1177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter engine should be final. | 46 |
Error | coding | HiddenField | 'engine' hides a field. | 46 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | design | DesignForExtension | Method 'deleteCache' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter tc should be final. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | design | DesignForExtension | Method 'loadTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | misc | FinalParameters | Parameter tc should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 83 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
Error | whitespace | WhitespaceAround | 'finally' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 153 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Error | design | DesignForExtension | Method 'cacheTemplateClassSource' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter tc should be final. | 163 |
Error | design | DesignForExtension | Method 'cacheTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | misc | FinalParameters | Parameter tc should be final. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 212 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 229 |
Error | design | DesignForExtension | Method 'hash' is not designed for extension - needs to be abstract, final or empty. | 229 |
Error | misc | FinalParameters | Parameter tc should be final. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 234 |
Error | coding | MagicNumber | '256' is a magic number. | 240 |
Error | design | DesignForExtension | Method 'cacheFileName' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Error | misc | FinalParameters | Parameter tc should be final. | 250 |
Error | misc | FinalParameters | Parameter suffix should be final. | 250 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter fileName should be final. | 254 |
Error | coding | HiddenField | 'conf' hides a field. | 255 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 269 |
Error | design | DesignForExtension | Method 'getCacheFile' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | misc | FinalParameters | Parameter tc should be final. | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 269 |
Error | design | DesignForExtension | Method 'getCacheSourceFile' is not designed for extension - needs to be abstract, final or empty. | 274 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
Error | misc | FinalParameters | Parameter tc should be final. | 274 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | FinalClass | Class FileWithClassDefs should be declared as final. | 58 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter file should be final. | 64 |
Error | coding | HiddenField | 'file' hides a field. | 64 |
Error | misc | FinalParameters | Parameter classDefs should be final. | 64 |
Error | coding | HiddenField | 'classDefs' hides a field. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | design | DesignForExtension | Method 'computePathHash' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter paths should be final. | 87 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter buf should be final. | 97 |
Error | misc | FinalParameters | Parameter current should be final. | 97 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter file should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 143 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 152 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | misc | FinalParameters | Parameter o should be final. | 161 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | coding | MagicNumber | '32' is a magic number. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
Error | design | VisibilityModifier | Variable 'currentState' must be private and have accessor methods. | 180 |
Error | design | VisibilityModifier | Variable 'protectionDomain' must be private and have accessor methods. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
Error | design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter engine should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Error | misc | FinalParameters | Parameter engine should be final. | 195 |
Error | coding | HiddenField | 'engine' hides a field. | 195 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter parent should be final. | 199 |
Error | misc | FinalParameters | Parameter engine should be final. | 199 |
Error | coding | HiddenField | 'engine' hides a field. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 217 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
Error | naming | ConstantName | Name 'sandboxPassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 217 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Error | misc | FinalParameters | Parameter password should be final. | 219 |
Error | design | DesignForExtension | Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 224 |
Error | misc | FinalParameters | Parameter name should be final. | 224 |
Error | misc | FinalParameters | Parameter resolve should be final. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 246 |
Error | naming | LocalVariableName | Name 'TemplateClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 264 |
Error | blocks | EmptyBlock | Must have at least one statement. | 270 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Error | misc | FinalParameters | Parameter name should be final. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 289 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 343 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 357 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
Error | misc | FinalParameters | Parameter name should be final. | 364 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 366 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
Error | misc | FinalParameters | Parameter className should be final. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 386 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
Error | misc | FinalParameters | Parameter name should be final. | 388 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 395 |
Error | misc | FinalParameters | Parameter name should be final. | 395 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 409 |
Error | design | DesignForExtension | Method 'getClassDefinition' is not designed for extension - needs to be abstract, final or empty. | 409 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name0'. | 409 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
Error | coding | MagicNumber | '8192' is a magic number. | 417 |
Error | design | DesignForExtension | Method 'detectChange' is not designed for extension - needs to be abstract, final or empty. | 445 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
Error | misc | FinalParameters | Parameter tc should be final. | 445 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 446 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 447 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 456 |
Error | design | DesignForExtension | Method 'detectChanges' is not designed for extension - needs to be abstract, final or empty. | 459 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 473 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 481 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 499 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 499 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 506 |
Error | design | VisibilityModifier | Variable 'pathHash' must be private and have accessor methods. | 509 |
Error | design | DesignForExtension | Method 'computePathHash' is not designed for extension - needs to be abstract, final or empty. | 511 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 512 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 512 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'compiler' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Error | design | VisibilityModifier | Variable 'clsNameIdx' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | design | VisibilityModifier | Variable 'tmplIdx' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter engine should be final. | 57 |
Error | coding | HiddenField | 'engine' hides a field. | 57 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | design | DesignForExtension | Method 'all' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | design | DesignForExtension | Method 'getByClassName' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter name should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | design | DesignForExtension | Method 'getByTemplate' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter name should be final. | 92 |
Error | misc | FinalParameters | Parameter checkResource should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | design | DesignForExtension | Method 'getByTemplate' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter tc should be final. | 110 |
Error | design | DesignForExtension | Method 'getEmbeddedClasses' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter name should be final. | 124 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 142 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 157 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 158 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter name should be final. | 161 |
Error | design | DesignForExtension | Method 'hasClass' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | misc | FinalParameters | Parameter name should be final. | 166 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.eclipse.jdt.internal.compiler.*. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | design | VisibilityModifier | Variable 'packagesCache' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter className should be final. | 58 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'classCache' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'settings' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | misc | FinalParameters | Parameter classCache should be final. | 70 |
Error | coding | HiddenField | 'classCache' hides a field. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'classCache'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter pClazzName should be final. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
Error | design | VisibilityModifier | Variable 'notFoundTypes' must be private and have accessor methods. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | design | DesignForExtension | Method 'compile' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 160 |
Error | misc | FinalParameters | Parameter classNames should be final. | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'classNames'. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 243 |
Error | misc | FinalParameters | Parameter parentPackageName should be final. | 243 |
Error | misc | FinalParameters | Parameter packageName should be final. | 243 |
Error | misc | FinalParameters | Parameter result should be final. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 332 |
Error | misc | FinalParameters | Parameter e should be final. | 332 |
Error | misc | FinalParameters | Parameter ud should be final. | 332 |
Error | misc | FinalParameters | Parameter result should be final. | 332 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | VisibilityModifier | Variable 'meta' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter type should be final. | 54 |
Error | misc | FinalParameters | Parameter data should be final. | 54 |
Error | design | DesignForExtension | Method 'createCodeBuilder' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 60 |
Error | misc | FinalParameters | Parameter template should be final. | 60 |
Error | misc | FinalParameters | Parameter className should be final. | 60 |
Error | misc | FinalParameters | Parameter tagName should be final. | 60 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 60 |
Error | misc | FinalParameters | Parameter engine should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter c should be final. | 64 |
Error | misc | FinalParameters | Parameter o should be final. | 64 |
Error | misc | FinalParameters | Parameter s should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 65 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter clazz should be final. | 70 |
Error | coding | HiddenField | 'clazz' hides a field. | 70 |
Error | misc | FinalParameters | Parameter option should be final. | 70 |
Error | coding | HiddenField | 'option' hides a field. | 70 |
Error | misc | FinalParameters | Parameter style should be final. | 70 |
Error | coding | HiddenField | 'style' hides a field. | 70 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'style' must be private and have accessor methods. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 89 |
Error | coding | MagicNumber | '31' is a magic number. | 89 |
Error | coding | MagicNumber | '17' is a magic number. | 89 |
Error | coding | MagicNumber | '17' is a magic number. | 89 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter obj should be final. | 94 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter s should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter s should be final. | 110 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 112 |
Error | coding | MagicNumber | '3' is a magic number. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.parser.build_in.*. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'buildInParserClasses' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 52 |
Error | design | DesignForExtension | Method 'isMyTemplate' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter template should be final. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
Error | design | DesignForExtension | Method 'enableScripting' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | design | DesignForExtension | Method 'enableFreeForLoop' is not designed for extension - needs to be abstract, final or empty. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'registerParserFactory' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter parser should be final. | 40 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 67 |
Error | design | DesignForExtension | Method 'createBuildInParser' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter keyword should be final. | 73 |
Error | misc | FinalParameters | Parameter context should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 76 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | design | DesignForExtension | Method 'freeParsers' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | misc | FinalParameters | Parameter o should be final. | 122 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | design | DesignForExtension | Method 'isMyTemplate' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter template should be final. | 141 |
Error | misc | FinalParameters | Parameter ctx should be final. | 146 |
Error | misc | FinalParameters | Parameter ctx should be final. | 150 |
Error | design | DesignForExtension | Method 'enableScripting' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | design | DesignForExtension | Method 'enableFreeForLoop' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | design | DesignForExtension | Method 'createCodeBuilder' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 164 |
Error | misc | FinalParameters | Parameter template should be final. | 164 |
Error | misc | FinalParameters | Parameter className should be final. | 164 |
Error | misc | FinalParameters | Parameter tagName should be final. | 164 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 164 |
Error | misc | FinalParameters | Parameter engine should be final. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
Error | naming | ConstantName | Name 'defDialects' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter id should be final. | 40 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter dialect should be final. | 47 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter d should be final. | 55 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | naming | ConstantName | Name 'cur' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter dialect should be final. | 69 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | design | DesignForExtension | Method 'beginParse' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter ctx should be final. | 87 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | design | DesignForExtension | Method 'endParse' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter ctx should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter dialect should be final. | 121 |
Error | misc | FinalParameters | Parameter factories should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 127 |
Error | design | DesignForExtension | Method 'registerExternalParsers' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter dialectId should be final. | 127 |
Error | misc | FinalParameters | Parameter factories should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | design | VisibilityModifier | Variable 'INSTANCE' must be private and have accessor methods. | 26 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.parser.build_in.*. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'a' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'buildInParserClasses' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 988). | 45 |
Error | design | DesignForExtension | Method 'isMyTemplate' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter template should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.parser.build_in.*. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'a' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'buildInParserClasses' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 745). | 56 |
Error | design | DesignForExtension | Method 'isMyTemplate' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter template should be final. | 60 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Error | misc | FinalParameters | Parameter ctx should be final. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'id' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'a' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter type should be final. | 56 |
Error | coding | HiddenField | 'type' hides a field. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
Error | design | DesignForExtension | Method 'isMyTemplate' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter template should be final. | 62 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Error | design | DesignForExtension | Method 'enableScripting' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter ctx should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter s should be final. | 27 |
Error | misc | FinalParameters | Parameter context should be final. | 27 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter s should be final. | 29 |
Error | misc | FinalParameters | Parameter caller should be final. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter s should be final. | 33 |
Error | misc | FinalParameters | Parameter context should be final. | 33 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter s should be final. | 32 |
Error | misc | FinalParameters | Parameter context should be final. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter regex should be final. | 45 |
Error | misc | FinalParameters | Parameter args should be final. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | naming | MemberName | Name 'd_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | MemberName | Name 'c_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | MemberName | Name 'engine_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | design | VisibilityModifier | Variable 'engine_' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter context should be final. | 62 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter i should be final. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter msg should be final. | 105 |
Error | misc | FinalParameters | Parameter args should be final. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter code should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'isLastBuilderLiteral' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | design | DesignForExtension | Method 'processFollowingOpenBraceAndLineBreak' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter leadingLB should be final. | 125 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter i should be final. | 161 |
Error | misc | FinalParameters | Parameter r should be final. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter s should be final. | 169 |
Error | misc | FinalParameters | Parameter r should be final. | 169 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter s should be final. | 173 |
Error | misc | FinalParameters | Parameter r should be final. | 173 |
Error | misc | FinalParameters | Parameter max should be final. | 173 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | misc | FinalParameters | Parameter r should be final. | 177 |
Error | misc | FinalParameters | Parameter max should be final. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | misc | FinalParameters | Parameter r should be final. | 183 |
Error | coding | MagicNumber | '6' is a magic number. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | MemberName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter context should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'go2' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | naming | MemberName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | MemberName | Name 'p_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter pattern should be final. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter s should be final. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter s should be final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter context should be final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter context should be final. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter s should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
Error | coding | MagicNumber | '4' is a magic number. | 53 |
Error | coding | MagicNumber | '6' is a magic number. | 54 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
Error | coding | MagicNumber | '7' is a magic number. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 107 |
Error | coding | MagicNumber | '4' is a magic number. | 116 |
Error | coding | MagicNumber | '6' is a magic number. | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Error | coding | MagicNumber | '7' is a magic number. | 119 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 154 |
Error | misc | FinalParameters | Parameter s should be final. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 155 |
Error | coding | MagicNumber | '4' is a magic number. | 162 |
Error | coding | MagicNumber | '5' is a magic number. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 351). | 171 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | design | DesignForExtension | Method 'patternStr0' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.utils.TextBuilder. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter assignTo should be final. | 45 |
Error | coding | HiddenField | 'assignTo' hides a field. | 45 |
Error | misc | FinalParameters | Parameter context should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | coding | HiddenField | 'assignTo' hides a field. | 59 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | coding | HiddenField | 'assignTo' hides a field. | 70 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.parser.*. | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter context should be final. | 37 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 63 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter context should be final. | 29 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter s should be final. | 39 |
Error | misc | FinalParameters | Parameter context should be final. | 39 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | naming | MemberName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter c should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | coding | MagicNumber | '3' is a magic number. | 50 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter d should be final. | 41 |
Error | misc | FinalParameters | Parameter ctx should be final. | 41 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 52 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter duration should be final. | 81 |
Error | coding | HiddenField | 'duration' hides a field. | 81 |
Error | misc | FinalParameters | Parameter args should be final. | 81 |
Error | coding | HiddenField | 'args' hides a field. | 81 |
Error | misc | FinalParameters | Parameter ctx should be final. | 81 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 162 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | design | DesignForExtension | Method 'getCaret' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter dialect should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter ctx should be final. | 40 |
Error | misc | FinalParameters | Parameter msg should be final. | 40 |
Error | misc | FinalParameters | Parameter args should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | misc | FinalParameters | Parameter s should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter i should be final. | 54 |
Error | misc | FinalParameters | Parameter r should be final. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter s should be final. | 62 |
Error | misc | FinalParameters | Parameter r should be final. | 62 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter s should be final. | 66 |
Error | misc | FinalParameters | Parameter r should be final. | 66 |
Error | misc | FinalParameters | Parameter max should be final. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter r should be final. | 70 |
Error | misc | FinalParameters | Parameter max should be final. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter r should be final. | 76 |
Error | coding | MagicNumber | '6' is a magic number. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter context should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter context should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter args should be final. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Error | misc | FinalParameters | Parameter context should be final. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter c should be final. | 42 |
Error | coding | MagicNumber | '3' is a magic number. | 48 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 76 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter body should be final. | 34 |
Error | misc | FinalParameters | Parameter context should be final. | 34 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'clz' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter className should be final. | 50 |
Error | coding | HiddenField | 'className' hides a field. | 50 |
Error | misc | FinalParameters | Parameter body should be final. | 50 |
Error | misc | FinalParameters | Parameter context should be final. | 50 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'tagName' must be private and have accessor methods. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'signature' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | design | VisibilityModifier | Variable 'retType' must be private and have accessor methods. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'tag' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter tagName should be final. | 72 |
Error | coding | HiddenField | 'tagName' hides a field. | 72 |
Error | misc | FinalParameters | Parameter retType should be final. | 72 |
Error | coding | HiddenField | 'retType' hides a field. | 72 |
Error | misc | FinalParameters | Parameter signature should be final. | 72 |
Error | coding | HiddenField | 'signature' hides a field. | 72 |
Error | misc | FinalParameters | Parameter body should be final. | 72 |
Error | misc | FinalParameters | Parameter context should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
Error | coding | MagicNumber | '6' is a magic number. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 131 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 138 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 150 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 186 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 193 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 230 |
Error | coding | MagicNumber | '3' is a magic number. | 235 |
Error | coding | MagicNumber | '6' is a magic number. | 236 |
Error | coding | MagicNumber | '7' is a magic number. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 245 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 252 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 254 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 268 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 273 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 280 |
Error | design | DesignForExtension | Method 'classPatternStr' is not designed for extension - needs to be abstract, final or empty. | 283 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 284 |
Error | design | DesignForExtension | Method 'staticCodePatternStr' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter context should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter context should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter args should be final. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 48 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <ul>Recognised the following patterns: | 34 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 54 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Error | coding | MagicNumber | '4' is a magic number. | 68 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
Error | coding | MagicNumber | '4' is a magic number. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter macro should be final. | 38 |
Error | misc | FinalParameters | Parameter context should be final. | 38 |
Error | misc | FinalParameters | Parameter line should be final. | 38 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.utils.TextBuilder. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | coding | MagicNumber | '3' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 75 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter c should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 50 |
Error | coding | MagicNumber | '3' is a magic number. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 56 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter args should be final. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter symbol should be final. | 47 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 47 |
Error | misc | FinalParameters | Parameter context should be final. | 47 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 47 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 48 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 48 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter s should be final. | 62 |
Error | misc | FinalParameters | Parameter context should be final. | 62 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter s should be final. | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter s should be final. | 109 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | misc | FinalParameters | Parameter ctx should be final. | 115 |
Error | naming | LocalVariableName | Name 'r1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'r2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'caret_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 160 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter ctx should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 42 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter ctx should be final. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 241). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 73 |
Error | coding | MagicNumber | '4' is a magic number. | 73 |
Error | coding | MagicNumber | '5' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 84 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | design | VisibilityModifier | Variable 'innerPattern' must be private and have accessor methods. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'argsPattern' must be private and have accessor methods. | 98 |
Error | design | DesignForExtension | Method 'patternStr0' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 52 |
Error | misc | FinalParameters | Parameter type should be final. | 52 |
Error | coding | HiddenField | 'type' hides a field. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 52 |
Error | misc | FinalParameters | Parameter varname should be final. | 52 |
Error | coding | HiddenField | 'varname' hides a field. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'varname'. | 52 |
Error | misc | FinalParameters | Parameter iterable should be final. | 52 |
Error | coding | HiddenField | 'iterable' hides a field. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'iterable'. | 52 |
Error | misc | FinalParameters | Parameter context should be final. | 52 |
Error | misc | FinalParameters | Parameter lineNo should be final. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'lineNo'. | 52 |
Error | misc | FinalParameters | Parameter joinSep should be final. | 52 |
Error | coding | HiddenField | 'joinSep' hides a field. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'joinSep'. | 52 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 84 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 89 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter type should be final. | 113 |
Error | coding | HiddenField | 'type' hides a field. | 113 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 158 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 180 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
Error | coding | MagicNumber | '4' is a magic number. | 68 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 90 |
Error | coding | MagicNumber | '4' is a magic number. | 120 |
Error | coding | MagicNumber | '4' is a magic number. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 143 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | design | DesignForExtension | Method 'patternStr2' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 95 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 4 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
Error | coding | MagicNumber | '3' is a magic number. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter s should be final. | 34 |
Error | misc | FinalParameters | Parameter context should be final. | 34 |
Error | misc | FinalParameters | Parameter line should be final. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | coding | MagicNumber | '4' is a magic number. | 79 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter IF should be final. | 38 |
Error | naming | ParameterName | Name 'IF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter THEN should be final. | 38 |
Error | naming | ParameterName | Name 'THEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter context should be final. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter context should be final. | 42 |
Error | misc | FinalParameters | Parameter conditions should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Error | naming | LocalVariableName | Name 'IF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 59 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 75 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 82 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 80 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | misc | FinalParameters | Parameter ctx should be final. | 39 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter args should be final. | 63 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | coding | MagicNumber | '3' is a magic number. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 93 |
Error | coding | MagicNumber | '4' is a magic number. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 97 |
Error | coding | MagicNumber | '4' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 101 |
Error | coding | MagicNumber | '4' is a magic number. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'nameDef' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'valDef' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter name should be final. | 50 |
Error | misc | FinalParameters | Parameter val should be final. | 50 |
Error | misc | FinalParameters | Parameter ctx should be final. | 50 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 52 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 53 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'pl' must be private and have accessor methods. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
Error | design | DesignForExtension | Method 'addParameterDeclaration' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter nameDef should be final. | 69 |
Error | misc | FinalParameters | Parameter valDef should be final. | 69 |
Error | misc | FinalParameters | Parameter ctx should be final. | 69 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | VisibilityModifier | Variable 'isDynamic' must be private and have accessor methods. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'tagName' must be private and have accessor methods. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | design | VisibilityModifier | Variable 'params' must be private and have accessor methods. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'enableCache' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | design | VisibilityModifier | Variable 'cacheDuration' must be private and have accessor methods. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'cacheArgs' must be private and have accessor methods. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | design | VisibilityModifier | Variable 'escape' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'ignoreNonExistsTag' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'assignTo' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'assignToFinal' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'argList' must be private and have accessor methods. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter tagName should be final. | 93 |
Error | misc | FinalParameters | Parameter paramLine should be final. | 93 |
Error | misc | FinalParameters | Parameter extLine should be final. | 93 |
Error | misc | FinalParameters | Parameter context should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter tagName should be final. | 99 |
Error | misc | FinalParameters | Parameter paramLine should be final. | 99 |
Error | misc | FinalParameters | Parameter extLine should be final. | 99 |
Error | misc | FinalParameters | Parameter context should be final. | 99 |
Error | misc | FinalParameters | Parameter enableCallback should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter tagName should be final. | 105 |
Error | coding | HiddenField | 'tagName' hides a field. | 105 |
Error | misc | FinalParameters | Parameter paramLine should be final. | 105 |
Error | misc | FinalParameters | Parameter extLine should be final. | 105 |
Error | misc | FinalParameters | Parameter context should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter tagName should be final. | 109 |
Error | coding | HiddenField | 'tagName' hides a field. | 109 |
Error | misc | FinalParameters | Parameter paramLine should be final. | 109 |
Error | misc | FinalParameters | Parameter extLine should be final. | 109 |
Error | misc | FinalParameters | Parameter context should be final. | 109 |
Error | misc | FinalParameters | Parameter enableCallback should be final. | 109 |
Error | coding | HiddenField | 'enableCallback' hides a field. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter line should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter line should be final. | 124 |
Error | misc | FinalParameters | Parameter params should be final. | 124 |
Error | misc | FinalParameters | Parameter ctx should be final. | 124 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
Error | coding | MagicNumber | '4' is a magic number. | 134 |
Error | coding | MagicNumber | '5' is a magic number. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter line should be final. | 138 |
Error | coding | MagicNumber | '3' is a magic number. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter param should be final. | 169 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | misc | FinalParameters | Parameter param should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 195 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter param should be final. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 207 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
Error | misc | FinalParameters | Parameter param should be final. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 216 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 255 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 312 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 312 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 313 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 314 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 315 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 316 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 319 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
Error | misc | FinalParameters | Parameter tagName should be final. | 319 |
Error | misc | FinalParameters | Parameter paramLine should be final. | 319 |
Error | misc | FinalParameters | Parameter extLine should be final. | 319 |
Error | misc | FinalParameters | Parameter context should be final. | 319 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 364 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 405 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
Error | misc | FinalParameters | Parameter al should be final. | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 417 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
Error | misc | FinalParameters | Parameter al should be final. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 424 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
Error | misc | FinalParameters | Parameter al should be final. | 424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 488 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 489 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 489 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 491 |
Error | misc | FinalParameters | Parameter name should be final. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 496 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 507 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 509 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 518 |
Error | coding | MagicNumber | '3' is a magic number. | 518 |
Error | coding | MagicNumber | '4' is a magic number. | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 521 |
Error | coding | MagicNumber | '3' is a magic number. | 521 |
Error | coding | MagicNumber | '4' is a magic number. | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 523 |
Error | coding | MagicNumber | '3' is a magic number. | 523 |
Error | coding | MagicNumber | '4' is a magic number. | 523 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 531 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 30 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | design | DesignForExtension | Method 'interests' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | DesignForExtension | Method 'ptn' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter d should be final. | 41 |
Error | design | DesignForExtension | Method 'reg' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter d should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 74 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 42 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter ctx should be final. | 40 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.internal.*. | 23 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | misc | FinalParameters | Parameter ctx should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
Error | naming | LocalFinalVariableName | Name 'caret_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
Error | design | DesignForExtension | Method 'patternStr1' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | design | DesignForExtension | Method 'patternStr2' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | design | DesignForExtension | Method 'patternStr3' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | design | DesignForExtension | Method 'patternStr4' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.rythmengine.internal.Token. | 4 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | misc | FinalParameters | Parameter context should be final. | 8 |
Error | design | DesignForExtension | Method 'doBuild' is not designed for extension - needs to be abstract, final or empty. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.rythmengine.internal.Token. | 4 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Error | misc | FinalParameters | Parameter compact should be final. | 8 |
Error | coding | HiddenField | 'compact' hides a field. | 8 |
Error | misc | FinalParameters | Parameter context should be final. | 8 |
Error | design | DesignForExtension | Method 'doBuild' is not designed for extension - needs to be abstract, final or empty. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.utils.TextBuilder. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 68 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | VisibilityModifier | Variable 'params' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter params should be final. | 44 |
Error | coding | HiddenField | 'params' hides a field. | 44 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | misc | FinalParameters | Parameter lineBreak should be final. | 44 |
Error | coding | HiddenField | 'lineBreak' hides a field. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 59 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 94 |
Error | coding | MagicNumber | '3' is a magic number. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter args should be final. | 112 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | coding | EmptyStatement | Empty statement. | 114 |
Error | coding | MagicNumber | '6' is a magic number. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter section should be final. | 44 |
Error | coding | HiddenField | 'section' hides a field. | 44 |
Error | misc | FinalParameters | Parameter ctx should be final. | 44 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 64 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter args should be final. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | coding | EmptyStatement | Empty statement. | 80 |
Error | coding | MagicNumber | '6' is a magic number. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter section should be final. | 43 |
Error | coding | HiddenField | 'section' hides a field. | 43 |
Error | misc | FinalParameters | Parameter context should be final. | 43 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
Error | coding | MagicNumber | '4' is a magic number. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 121 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 123 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter context should be final. | 42 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter args should be final. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter section should be final. | 39 |
Error | coding | HiddenField | 'section' hides a field. | 39 |
Error | misc | FinalParameters | Parameter context should be final. | 39 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
Error | design | DesignForExtension | Method 'section' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'output' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'closeBlock' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter ctx should be final. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 83 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter ctx should be final. | 42 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter args should be final. | 61 |
Error | coding | MagicNumber | '3' is a magic number. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter context should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'go' is not designed for extension - needs to be abstract, final or empty. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter args should be final. | 59 |
Error | coding | MagicNumber | '5' is a magic number. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | design | DesignForExtension | Method 'patternStr' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | coding | MagicNumber | '3' is a magic number. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | design | DesignForExtension | Method 'keyword' is not designed for extension - needs to be abstract, final or empty. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter caller should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 34 |
Error | misc | FinalParameters | Parameter expression should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 38 |
Error | misc | FinalParameters | Parameter expression should be final. | 38 |
Error | misc | FinalParameters | Parameter caller should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter caller should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter c should be final. | 35 |
Error | design | DesignForExtension | Method 'isTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter tmpl should be final. | 45 |
Error | misc | FinalParameters | Parameter args should be final. | 45 |
Error | design | DesignForExtension | Method 'trace' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter msg should be final. | 53 |
Error | misc | FinalParameters | Parameter arg should be final. | 53 |
Error | design | DesignForExtension | Method 'trace' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter t should be final. | 58 |
Error | misc | FinalParameters | Parameter msg should be final. | 58 |
Error | misc | FinalParameters | Parameter arg should be final. | 58 |
Error | design | DesignForExtension | Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter msg should be final. | 68 |
Error | misc | FinalParameters | Parameter arg should be final. | 68 |
Error | design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter t should be final. | 73 |
Error | misc | FinalParameters | Parameter msg should be final. | 73 |
Error | misc | FinalParameters | Parameter arg should be final. | 73 |
Error | design | DesignForExtension | Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter msg should be final. | 83 |
Error | misc | FinalParameters | Parameter arg should be final. | 83 |
Error | design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter t should be final. | 88 |
Error | misc | FinalParameters | Parameter msg should be final. | 88 |
Error | misc | FinalParameters | Parameter arg should be final. | 88 |
Error | design | DesignForExtension | Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | misc | FinalParameters | Parameter msg should be final. | 98 |
Error | misc | FinalParameters | Parameter arg should be final. | 98 |
Error | design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | misc | FinalParameters | Parameter t should be final. | 103 |
Error | misc | FinalParameters | Parameter msg should be final. | 103 |
Error | misc | FinalParameters | Parameter arg should be final. | 103 |
Error | design | DesignForExtension | Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | misc | FinalParameters | Parameter msg should be final. | 113 |
Error | misc | FinalParameters | Parameter arg should be final. | 113 |
Error | design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter t should be final. | 118 |
Error | misc | FinalParameters | Parameter msg should be final. | 118 |
Error | misc | FinalParameters | Parameter arg should be final. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 13 |
Error | misc | FinalParameters | Parameter clazz should be final. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.apache.log4j.BasicConfigurator. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter c should be final. | 36 |
Error | design | DesignForExtension | Method 'isTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'trace' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter msg should be final. | 47 |
Error | misc | FinalParameters | Parameter arg should be final. | 47 |
Error | design | DesignForExtension | Method 'trace' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter t should be final. | 52 |
Error | misc | FinalParameters | Parameter msg should be final. | 52 |
Error | misc | FinalParameters | Parameter arg should be final. | 52 |
Error | design | DesignForExtension | Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter msg should be final. | 62 |
Error | misc | FinalParameters | Parameter arg should be final. | 62 |
Error | design | DesignForExtension | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter t should be final. | 67 |
Error | misc | FinalParameters | Parameter msg should be final. | 67 |
Error | misc | FinalParameters | Parameter arg should be final. | 67 |
Error | design | DesignForExtension | Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | misc | FinalParameters | Parameter msg should be final. | 77 |
Error | misc | FinalParameters | Parameter arg should be final. | 77 |
Error | design | DesignForExtension | Method 'info' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | misc | FinalParameters | Parameter t should be final. | 82 |
Error | misc | FinalParameters | Parameter msg should be final. | 82 |
Error | misc | FinalParameters | Parameter arg should be final. | 82 |
Error | design | DesignForExtension | Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter msg should be final. | 92 |
Error | misc | FinalParameters | Parameter arg should be final. | 92 |
Error | design | DesignForExtension | Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter t should be final. | 97 |
Error | misc | FinalParameters | Parameter format should be final. | 97 |
Error | misc | FinalParameters | Parameter arg should be final. | 97 |
Error | design | DesignForExtension | Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | misc | FinalParameters | Parameter format should be final. | 107 |
Error | misc | FinalParameters | Parameter arg should be final. | 107 |
Error | design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter t should be final. | 112 |
Error | misc | FinalParameters | Parameter msg should be final. | 112 |
Error | misc | FinalParameters | Parameter arg should be final. | 112 |
Error | design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | misc | FinalParameters | Parameter l should be final. | 116 |
Error | misc | FinalParameters | Parameter t should be final. | 116 |
Error | misc | FinalParameters | Parameter m should be final. | 116 |
Error | misc | FinalParameters | Parameter a should be final. | 116 |
Error | blocks | EmptyBlock | Must have at least one statement. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter l should be final. | 127 |
Error | misc | FinalParameters | Parameter m should be final. | 127 |
Error | misc | FinalParameters | Parameter a should be final. | 127 |
Error | blocks | EmptyBlock | Must have at least one statement. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
Error | design | VisibilityModifier | Variable 'firstCall' must be private and have accessor methods. | 138 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 138 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 139 |
Error | design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter clazz should be final. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | FinalClass | Class Logger should be declared as final. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | naming | MemberName | Name 'c_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | MemberName | Name 'l_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter clazz should be final. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter format should be final. | 61 |
Error | misc | FinalParameters | Parameter args should be final. | 61 |
Error | misc | FinalParameters | Parameter t should be final. | 66 |
Error | misc | FinalParameters | Parameter format should be final. | 66 |
Error | misc | FinalParameters | Parameter args should be final. | 66 |
Error | misc | FinalParameters | Parameter format should be final. | 76 |
Error | misc | FinalParameters | Parameter args should be final. | 76 |
Error | misc | FinalParameters | Parameter t should be final. | 81 |
Error | misc | FinalParameters | Parameter format should be final. | 81 |
Error | misc | FinalParameters | Parameter args should be final. | 81 |
Error | misc | FinalParameters | Parameter format should be final. | 91 |
Error | misc | FinalParameters | Parameter arg should be final. | 91 |
Error | misc | FinalParameters | Parameter t should be final. | 96 |
Error | misc | FinalParameters | Parameter format should be final. | 96 |
Error | misc | FinalParameters | Parameter args should be final. | 96 |
Error | misc | FinalParameters | Parameter format should be final. | 106 |
Error | misc | FinalParameters | Parameter args should be final. | 106 |
Error | misc | FinalParameters | Parameter t should be final. | 111 |
Error | misc | FinalParameters | Parameter format should be final. | 111 |
Error | misc | FinalParameters | Parameter args should be final. | 111 |
Error | misc | FinalParameters | Parameter format should be final. | 121 |
Error | misc | FinalParameters | Parameter arg should be final. | 121 |
Error | misc | FinalParameters | Parameter t should be final. | 126 |
Error | misc | FinalParameters | Parameter format should be final. | 126 |
Error | misc | FinalParameters | Parameter args should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | naming | ConstantName | Name 'fact' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
Error | misc | FinalParameters | Parameter clazz should be final. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 139 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter clazz should be final. | 143 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter fact should be final. | 159 |
Error | coding | HiddenField | 'fact' hides a field. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | misc | FinalParameters | Parameter format should be final. | 174 |
Error | misc | FinalParameters | Parameter args should be final. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | misc | FinalParameters | Parameter t should be final. | 178 |
Error | misc | FinalParameters | Parameter format should be final. | 178 |
Error | misc | FinalParameters | Parameter args should be final. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | misc | FinalParameters | Parameter format should be final. | 186 |
Error | misc | FinalParameters | Parameter args should be final. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter t should be final. | 190 |
Error | misc | FinalParameters | Parameter format should be final. | 190 |
Error | misc | FinalParameters | Parameter args should be final. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
Error | misc | FinalParameters | Parameter format should be final. | 198 |
Error | misc | FinalParameters | Parameter arg should be final. | 198 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | misc | FinalParameters | Parameter t should be final. | 202 |
Error | misc | FinalParameters | Parameter format should be final. | 202 |
Error | misc | FinalParameters | Parameter args should be final. | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | misc | FinalParameters | Parameter format should be final. | 210 |
Error | misc | FinalParameters | Parameter arg should be final. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
Error | misc | FinalParameters | Parameter t should be final. | 214 |
Error | misc | FinalParameters | Parameter format should be final. | 214 |
Error | misc | FinalParameters | Parameter args should be final. | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
Error | misc | FinalParameters | Parameter format should be final. | 222 |
Error | misc | FinalParameters | Parameter arg should be final. | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
Error | misc | FinalParameters | Parameter t should be final. | 226 |
Error | misc | FinalParameters | Parameter format should be final. | 226 |
Error | misc | FinalParameters | Parameter args should be final. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter c should be final. | 32 |
Error | design | DesignForExtension | Method 'isTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter msg should be final. | 41 |
Error | misc | FinalParameters | Parameter arg should be final. | 41 |
Error | misc | FinalParameters | Parameter t should be final. | 45 |
Error | misc | FinalParameters | Parameter msg should be final. | 45 |
Error | misc | FinalParameters | Parameter arg should be final. | 45 |
Error | design | DesignForExtension | Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter msg should be final. | 54 |
Error | misc | FinalParameters | Parameter arg should be final. | 54 |
Error | misc | FinalParameters | Parameter t should be final. | 58 |
Error | misc | FinalParameters | Parameter msg should be final. | 58 |
Error | misc | FinalParameters | Parameter arg should be final. | 58 |
Error | design | DesignForExtension | Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter msg should be final. | 67 |
Error | misc | FinalParameters | Parameter arg should be final. | 67 |
Error | misc | FinalParameters | Parameter t should be final. | 71 |
Error | misc | FinalParameters | Parameter msg should be final. | 71 |
Error | misc | FinalParameters | Parameter arg should be final. | 71 |
Error | design | DesignForExtension | Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | misc | FinalParameters | Parameter msg should be final. | 80 |
Error | misc | FinalParameters | Parameter arg should be final. | 80 |
Error | misc | FinalParameters | Parameter t should be final. | 84 |
Error | misc | FinalParameters | Parameter format should be final. | 84 |
Error | misc | FinalParameters | Parameter arg should be final. | 84 |
Error | design | DesignForExtension | Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter format should be final. | 93 |
Error | misc | FinalParameters | Parameter arg should be final. | 93 |
Error | misc | FinalParameters | Parameter t should be final. | 97 |
Error | misc | FinalParameters | Parameter msg should be final. | 97 |
Error | misc | FinalParameters | Parameter arg should be final. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter l should be final. | 100 |
Error | misc | FinalParameters | Parameter t should be final. | 100 |
Error | misc | FinalParameters | Parameter m should be final. | 100 |
Error | misc | FinalParameters | Parameter a should be final. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter l should be final. | 103 |
Error | misc | FinalParameters | Parameter m should be final. | 103 |
Error | misc | FinalParameters | Parameter a should be final. | 103 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 106 |
Error | design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter clazz should be final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | misc | FinalParameters | Parameter engine should be final. | 12 |
Error | misc | FinalParameters | Parameter root should be final. | 12 |
Error | coding | HiddenField | 'root' hides a field. | 12 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 14 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 15 |
Error | design | DesignForExtension | Method 'getResourceLoaderRoot' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | design | DesignForExtension | Method 'load' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | misc | FinalParameters | Parameter path should be final. | 25 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter path should be final. | 40 |
Error | misc | FinalParameters | Parameter loader should be final. | 40 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 45 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'reload' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | design | DesignForExtension | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 75 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | design | DesignForExtension | Method 'defCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | design | DesignForExtension | Method 'userCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | coding | MagicNumber | '1000' is a magic number. | 100 |
Error | coding | MagicNumber | '5' is a magic number. | 100 |
Error | design | DesignForExtension | Method 'getSuggestedClassName' is not designed for extension - needs to be abstract, final or empty. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | misc | FinalParameters | Parameter engine should be final. | 14 |
Error | misc | FinalParameters | Parameter root should be final. | 14 |
Error | coding | HiddenField | 'root' hides a field. | 14 |
Error | design | DesignForExtension | Method 'load' is not designed for extension - needs to be abstract, final or empty. | 19 |
Error | misc | FinalParameters | Parameter path should be final. | 20 |
Error | design | DesignForExtension | Method 'getResourceLoaderRoot' is not designed for extension - needs to be abstract, final or empty. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | DesignForExtension | Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | design | DesignForExtension | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | misc | FinalParameters | Parameter manager should be final. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | naming | MethodName | Name 'scan_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | misc | FinalParameters | Parameter file should be final. | 39 |
Error | misc | FinalParameters | Parameter manager should be final. | 39 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | naming | MethodName | Name 'load_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'defCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | coding | MagicNumber | '1000' is a magic number. | 37 |
Error | coding | MagicNumber | '5' is a magic number. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter path should be final. | 40 |
Error | misc | FinalParameters | Parameter loader should be final. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter file should be final. | 51 |
Error | coding | HiddenField | 'file' hides a field. | 51 |
Error | misc | FinalParameters | Parameter loader should be final. | 51 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter file should be final. | 67 |
Error | coding | HiddenField | 'file' hides a field. | 67 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | design | DesignForExtension | Method 'reload' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | design | DesignForExtension | Method 'getSuggestedClassName' is not designed for extension - needs to be abstract, final or empty. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | DesignForExtension | Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | design | DesignForExtension | Method 'setEngine' is not designed for extension - needs to be abstract, final or empty. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | misc | FinalParameters | Parameter engine should be final. | 29 |
Error | coding | HiddenField | 'engine' hides a field. | 29 |
Error | design | DesignForExtension | Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter tc should be final. | 33 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
Error | design | DesignForExtension | Method 'getDefaultEngine' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'tryLoadTemplate' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 53 |
Error | misc | FinalParameters | Parameter tmplName should be final. | 53 |
Error | misc | FinalParameters | Parameter engine should be final. | 53 |
Error | coding | HiddenField | 'engine' hides a field. | 53 |
Error | misc | FinalParameters | Parameter callerClass should be final. | 53 |
Error | misc | FinalParameters | Parameter codeType should be final. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 66 |
Error | misc | FinalParameters | Parameter tmplName should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tmplName'. | 66 |
Error | misc | FinalParameters | Parameter engine should be final. | 66 |
Error | coding | HiddenField | 'engine' hides a field. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 66 |
Error | misc | FinalParameters | Parameter callerClass should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'callerClass'. | 66 |
Error | misc | FinalParameters | Parameter codeType should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'codeType'. | 66 |
Error | misc | FinalParameters | Parameter processTagName should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processTagName'. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 95 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 152 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 172 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 172 |
Error | design | DesignForExtension | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter manager should be final. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 25 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter templateContent should be final. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 35 |
Error | coding | HiddenField | 'key' hides a field. | 35 |
Error | misc | FinalParameters | Parameter templateContent should be final. | 35 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | design | DesignForExtension | Method 'asTemplateContent' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | design | DesignForExtension | Method 'defCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'userCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'reload' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | design | DesignForExtension | Method 'getSuggestedClassName' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 41 |
Error | design | VisibilityModifier | Variable 'loader' must be private and have accessor methods. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'isProdMode' must be private and have accessor methods. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter loader should be final. | 55 |
Error | coding | HiddenField | 'loader' hides a field. | 55 |
Error | design | DesignForExtension | Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'nextCheckPoint' must be private and have accessor methods. | 76 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter obj should be final. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | design | DesignForExtension | Method 'userCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | design | DesignForExtension | Method 'asTemplateContent' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | design | DesignForExtension | Method 'getSuggestedClassName' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter engine should be final. | 155 |
Error | misc | FinalParameters | Parameter s should be final. | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | design | DesignForExtension | Method 'codeType' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | misc | FinalParameters | Parameter engine should be final. | 179 |
Error | design | DesignForExtension | Method 'getLoader' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter path should be final. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 193 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 195 |
Error | blocks | NeedBraces | 'while' construct must use '{}'s. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter engine should be final. | 78 |
Error | coding | HiddenField | 'engine' hides a field. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 106 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter str should be final. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter engine should be final. | 157 |
Error | coding | HiddenField | 'engine' hides a field. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 166 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
Error | coding | MagicNumber | '5' is a magic number. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
Error | design | DesignForExtension | Method 'addResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter loader should be final. | 191 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
Error | design | DesignForExtension | Method 'prependResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Error | misc | FinalParameters | Parameter loader should be final. | 195 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter resource should be final. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 206 |
Error | design | DesignForExtension | Method 'tryLoadTemplate' is not designed for extension - needs to be abstract, final or empty. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | misc | FinalParameters | Parameter tmplName should be final. | 206 |
Error | misc | FinalParameters | Parameter callerClass should be final. | 206 |
Error | misc | FinalParameters | Parameter codeType should be final. | 206 |
Error | coding | HiddenField | 'engine' hides a field. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter file should be final. | 228 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
Error | misc | FinalParameters | Parameter str should be final. | 232 |
Error | design | DesignForExtension | Method 'whichLoader' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | misc | FinalParameters | Parameter resource should be final. | 240 |
Error | design | DesignForExtension | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
Error | misc | FinalParameters | Parameter str should be final. | 244 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | design | DesignForExtension | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
Error | design | DesignForExtension | Method 'resourceLoaded' is not designed for extension - needs to be abstract, final or empty. | 267 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 271 |
Error | design | DesignForExtension | Method 'resourceLoaded' is not designed for extension - needs to be abstract, final or empty. | 271 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
Error | misc | FinalParameters | Parameter async should be final. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | naming | MethodName | Name '_resourceLoaded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
Error | misc | FinalParameters | Parameter resource should be final. | 290 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
Error | coding | HiddenField | 'engine' hides a field. | 296 |
Error | design | FinalClass | Class ScannerThreadFactory should be declared as final. | 305 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 305 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 314 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 316 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter data should be final. | 39 |
Error | design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'asTemplateContent' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'defCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | design | DesignForExtension | Method 'userCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | design | DesignForExtension | Method 'reload' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | design | DesignForExtension | Method 'getSuggestedClassName' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | FinalClass | Class Base64 should be declared as final. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | naming | ConstantName | Name 'systemLineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'map1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | coding | MagicNumber | '64' is a magic number. | 34 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 38 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 39 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | ConstantName | Name 'map2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
Error | coding | MagicNumber | '128' is a magic number. | 46 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 49 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 50 |
Error | coding | MagicNumber | '64' is a magic number. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter in should be final. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
Error | misc | FinalParameters | Parameter in should be final. | 77 |
Error | misc | FinalParameters | Parameter iOff should be final. | 77 |
Error | misc | FinalParameters | Parameter iLen should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
Error | coding | MagicNumber | '4' is a magic number. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Error | coding | MagicNumber | '3' is a magic number. | 79 |
Error | coding | MagicNumber | '4' is a magic number. | 79 |
Error | coding | MagicNumber | '0xff' is a magic number. | 85 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 |
Error | coding | MagicNumber | '0xff' is a magic number. | 86 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 |
Error | coding | MagicNumber | '0xff' is a magic number. | 87 |
Error | coding | MagicNumber | '3' is a magic number. | 89 |
Error | coding | MagicNumber | '4' is a magic number. | 89 |
Error | coding | MagicNumber | '4' is a magic number. | 89 |
Error | coding | MagicNumber | '0xf' is a magic number. | 90 |
Error | coding | MagicNumber | '6' is a magic number. | 90 |
Error | coding | MagicNumber | '0x3F' is a magic number. | 91 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | IllegalImport | Import from illegal package - sun.security.util.SecurityConstants. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter customSecurityManager should be final. | 60 |
Error | misc | FinalParameters | Parameter password should be final. | 60 |
Error | misc | FinalParameters | Parameter re should be final. | 60 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | design | DesignForExtension | Method 'forbiddenIfCodeNotMatch' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter code should be final. | 71 |
Error | coding | HiddenField | 'code' hides a field. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'checkAccess' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter t should be final. | 90 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Error | design | DesignForExtension | Method 'checkAccess' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter g should be final. | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
Error | design | DesignForExtension | Method 'checkExit' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter status should be final. | 104 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Error | design | DesignForExtension | Method 'checkExec' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter cmd should be final. | 111 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
Error | design | DesignForExtension | Method 'checkLink' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter lib should be final. | 118 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter path should be final. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter path should be final. | 143 |
Error | blocks | RightCurly | '}' should be alone on a line. | 153 |
Error | coding | EmptyStatement | Empty statement. | 153 |
Error | coding | MagicNumber | '6' is a magic number. | 156 |
Error | coding | MagicNumber | '5' is a magic number. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | misc | FinalParameters | Parameter path should be final. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Error | misc | FinalParameters | Parameter path should be final. | 176 |
Error | misc | FinalParameters | Parameter validator should be final. | 176 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
Error | design | DesignForExtension | Method 'checkRead' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | misc | FinalParameters | Parameter file should be final. | 189 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 195 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 196 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | design | DesignForExtension | Method 'checkWrite' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | misc | FinalParameters | Parameter file should be final. | 199 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Error | design | DesignForExtension | Method 'checkDelete' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | misc | FinalParameters | Parameter file should be final. | 206 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
Error | design | DesignForExtension | Method 'checkConnect' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | misc | FinalParameters | Parameter host should be final. | 213 |
Error | misc | FinalParameters | Parameter port should be final. | 213 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
Error | design | DesignForExtension | Method 'checkConnect' is not designed for extension - needs to be abstract, final or empty. | 219 |
Error | misc | FinalParameters | Parameter host should be final. | 220 |
Error | misc | FinalParameters | Parameter port should be final. | 220 |
Error | misc | FinalParameters | Parameter context should be final. | 220 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
Error | design | DesignForExtension | Method 'checkListen' is not designed for extension - needs to be abstract, final or empty. | 226 |
Error | misc | FinalParameters | Parameter port should be final. | 227 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
Error | design | DesignForExtension | Method 'checkAccept' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | misc | FinalParameters | Parameter host should be final. | 234 |
Error | misc | FinalParameters | Parameter port should be final. | 234 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Error | design | DesignForExtension | Method 'checkMulticast' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter maddr should be final. | 241 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
Error | design | DesignForExtension | Method 'checkPropertiesAccess' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
Error | design | DesignForExtension | Method 'checkPropertyAccess' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | misc | FinalParameters | Parameter key should be final. | 255 |
Error | coding | MagicNumber | '7' is a magic number. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 264 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 270 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
Error | design | DesignForExtension | Method 'checkTopLevelWindow' is not designed for extension - needs to be abstract, final or empty. | 277 |
Error | misc | FinalParameters | Parameter window should be final. | 278 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 282 |
Error | design | DesignForExtension | Method 'checkPrintJobAccess' is not designed for extension - needs to be abstract, final or empty. | 285 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
Error | design | DesignForExtension | Method 'checkSystemClipboardAccess' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
Error | design | DesignForExtension | Method 'checkAwtEventQueueAccess' is not designed for extension - needs to be abstract, final or empty. | 299 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 302 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
Error | design | DesignForExtension | Method 'checkPackageAccess' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | misc | FinalParameters | Parameter pkg should be final. | 307 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 308 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 310 |
Error | design | DesignForExtension | Method 'checkPackageDefinition' is not designed for extension - needs to be abstract, final or empty. | 313 |
Error | misc | FinalParameters | Parameter pkg should be final. | 314 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
Error | misc | FinalParameters | Parameter fp should be final. | 320 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 323 |
Error | design | DesignForExtension | Method 'checkPermission' is not designed for extension - needs to be abstract, final or empty. | 337 |
Error | misc | FinalParameters | Parameter perm should be final. | 338 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 345 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
Error | design | DesignForExtension | Method 'checkMemberAccess' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | misc | FinalParameters | Parameter clazz should be final. | 351 |
Error | misc | FinalParameters | Parameter which should be final. | 351 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
Error | design | DesignForExtension | Method 'checkSetFactory' is not designed for extension - needs to be abstract, final or empty. | 357 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 360 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 361 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | coding | MagicNumber | '1000' is a magic number. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter poolSize should be final. | 42 |
Error | misc | FinalParameters | Parameter fact should be final. | 42 |
Error | misc | FinalParameters | Parameter timeout should be final. | 42 |
Error | coding | HiddenField | 'timeout' hides a field. | 42 |
Error | misc | FinalParameters | Parameter re should be final. | 42 |
Error | misc | FinalParameters | Parameter code should be final. | 42 |
Error | coding | HiddenField | 'code' hides a field. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | blocks | EmptyBlock | Must have at least one statement. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter context should be final. | 72 |
Error | misc | FinalParameters | Parameter template should be final. | 72 |
Error | misc | FinalParameters | Parameter args should be final. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter context should be final. | 92 |
Error | misc | FinalParameters | Parameter template should be final. | 92 |
Error | misc | FinalParameters | Parameter args should be final. | 92 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 |
Error | design | DesignForExtension | Method 'executeAsync' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | FinalClass | Class EmptyTemplate should be declared as final. | 11 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 15 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 15 |
Error | naming | MethodName | Name '__getName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
Error | misc | FinalParameters | Parameter args should be final. | 23 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Error | misc | FinalParameters | Parameter name should be final. | 28 |
Error | misc | FinalParameters | Parameter arg should be final. | 28 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | misc | FinalParameters | Parameter jsonData should be final. | 33 |
Error | naming | MethodName | Name '__setRenderArgs0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter params should be final. | 38 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | misc | FinalParameters | Parameter args should be final. | 43 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter position should be final. | 48 |
Error | misc | FinalParameters | Parameter arg should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | naming | TypeName | Name '__Parameter' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | misc | FinalParameters | Parameter name should be final. | 55 |
Error | coding | HiddenField | 'name' hides a field. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 55 |
Error | misc | FinalParameters | Parameter value should be final. | 55 |
Error | coding | HiddenField | 'value' hides a field. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 55 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | naming | TypeName | Name '__ParameterList' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter name should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 78 |
Error | misc | FinalParameters | Parameter value should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | design | DesignForExtension | Method 'getByName' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter name should be final. | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 88 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
Error | design | DesignForExtension | Method 'getByName' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 105 |
Error | misc | FinalParameters | Parameter name should be final. | 105 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 105 |
Error | misc | FinalParameters | Parameter defVal should be final. | 105 |
Error | javadoc | JavadocMethod | Expected @param tag for 'defVal'. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Error | design | DesignForExtension | Method 'getDefault' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | design | DesignForExtension | Method 'getByPosition' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | misc | FinalParameters | Parameter pos should be final. | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pos'. | 127 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 147 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | misc | FinalParameters | Parameter i should be final. | 152 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | design | DesignForExtension | Method 'asMap' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | design | DesignForExtension | Method 'toUUID' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | naming | TypeName | Name '__Body' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 198 |
Error | naming | ConstantName | Name '__bodyLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 200 |
Error | naming | MemberName | Name '__context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | design | VisibilityModifier | Variable '__context' must be private and have accessor methods. | 203 |
Error | naming | MemberName | Name '__self' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | design | VisibilityModifier | Variable '__self' must be private and have accessor methods. | 208 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | misc | FinalParameters | Parameter context should be final. | 215 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 215 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Error | misc | FinalParameters | Parameter out should be final. | 219 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter o should be final. | 228 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Error | naming | MethodName | Name '__setBodyArgByName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
Error | naming | MethodName | Name '__setBodyArgByPos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Error | misc | FinalParameters | Parameter vals should be final. | 241 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
Error | misc | FinalParameters | Parameter out should be final. | 247 |
Error | misc | FinalParameters | Parameter vals should be final. | 247 |
Error | design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter parameterList should be final. | 254 |
Error | misc | FinalParameters | Parameter out should be final. | 254 |
Error | design | DesignForExtension | Method '__template' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | naming | MethodName | Name '__template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 269 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
Error | naming | MethodName | Name '__call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 272 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
Error | naming | MethodName | Name '__setProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | naming | MethodName | Name '__getProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | naming | MethodName | Name '__getName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 291 |
Error | naming | MethodName | Name '__setBodyContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 291 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | naming | MethodName | Name '__call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | naming | MethodName | Name '__engine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | naming | MethodName | Name '__getTemplateClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocMethod | Unused @throws tag for 'NullPointerException'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
Error | javadoc | JavadocMethod | Unused @throws tag for 'IllegalStateException'. | 59 |
Error | naming | MethodName | Name '__setOutputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for 'os'. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | javadoc | JavadocMethod | Unused @throws tag for 'NullPointerException'. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 70 |
Error | javadoc | JavadocMethod | Unused @throws tag for 'IllegalStateException'. | 70 |
Error | naming | MethodName | Name '__setWriter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | naming | MethodName | Name '__setUserContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'userContext'. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | naming | MethodName | Name '__getUserContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'arg'. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 124 |
Error | naming | MethodName | Name '__getRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'position'. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'arg'. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | javadoc | JavadocMethod | Expected @param tag for 'jsonData'. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | javadoc | JavadocMethod | Expected @param tag for 'os'. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'w'. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 167 |
Error | naming | MethodName | Name '__init' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | naming | MethodName | Name '__getBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | naming | MethodName | Name '__setSecureCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
Error | javadoc | JavadocMethod | Expected @param tag for 'secureCode'. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | naming | MethodName | Name '__cloneMe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | naming | MethodName | Name '__curLocale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | naming | MethodName | Name '__curEscape' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | naming | MethodName | Name '__curCodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | naming | TypeName | Name '__Context' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
Error | misc | FinalParameters | Parameter tmpl should be final. | 249 |
Error | coding | HiddenField | 'tmpl' hides a field. | 249 |
Error | misc | FinalParameters | Parameter conf should be final. | 249 |
Error | coding | HiddenField | 'conf' hides a field. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 261 |
Error | design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | misc | FinalParameters | Parameter templateBase should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'templateBase'. | 261 |
Error | misc | FinalParameters | Parameter type should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'type'. | 261 |
Error | misc | FinalParameters | Parameter locale should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 261 |
Error | misc | FinalParameters | Parameter tc should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 261 |
Error | misc | FinalParameters | Parameter engine should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 261 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
Error | design | DesignForExtension | Method 'currentCodeType' is not designed for extension - needs to be abstract, final or empty. | 274 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
Error | design | DesignForExtension | Method 'pushCodeType' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter type should be final. | 282 |
Error | design | DesignForExtension | Method 'popCodeType' is not designed for extension - needs to be abstract, final or empty. | 291 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | design | DesignForExtension | Method 'currentLocale' is not designed for extension - needs to be abstract, final or empty. | 297 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | design | DesignForExtension | Method 'pushLocale' is not designed for extension - needs to be abstract, final or empty. | 305 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
Error | misc | FinalParameters | Parameter locale should be final. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | design | DesignForExtension | Method 'popLocale' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Error | design | DesignForExtension | Method 'currentEscape' is not designed for extension - needs to be abstract, final or empty. | 313 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
Error | design | DesignForExtension | Method 'pushEscape' is not designed for extension - needs to be abstract, final or empty. | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | misc | FinalParameters | Parameter escape should be final. | 321 |
Error | design | DesignForExtension | Method 'popEscape' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | naming | MemberName | Name '_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Error | design | VisibilityModifier | Variable '_params' must be private and have accessor methods. | 28 |
Error | design | DesignForExtension | Method '__setRenderArgs0' is not designed for extension - needs to be abstract, final or empty. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | naming | MethodName | Name '__setRenderArgs0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Error | misc | FinalParameters | Parameter params should be final. | 31 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 32 |
Error | design | DesignForExtension | Method '__setRenderArg' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 38 |
Error | misc | FinalParameters | Parameter val should be final. | 38 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | design | DesignForExtension | Method '__internalBuild' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | naming | MethodName | Name '__internalBuild' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | MemberName | Name '__body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | design | VisibilityModifier | Variable '__body' must be private and have accessor methods. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | MemberName | Name '_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | design | VisibilityModifier | Variable '_body' must be private and have accessor methods. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter b should be final. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | MemberName | Name '__context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | design | VisibilityModifier | Variable '__context' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | MemberName | Name '__line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method '__line' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | naming | MethodName | Name '__line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method '__calling' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | naming | MethodName | Name '__calling' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | design | DesignForExtension | Method '__cloneMe' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | naming | MethodName | Name '__cloneMe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter engine should be final. | 64 |
Error | misc | FinalParameters | Parameter caller should be final. | 64 |
Error | design | DesignForExtension | Method '__setRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | misc | FinalParameters | Parameter args should be final. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Error | design | DesignForExtension | Method '__setRenderArg' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | misc | FinalParameters | Parameter arg should be final. | 79 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | design | DesignForExtension | Method '__setBodyContext' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | naming | MethodName | Name '__setBodyContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | misc | FinalParameters | Parameter body should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 91 |
Error | design | DesignForExtension | Method '__triggerRenderEvent' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | naming | MethodName | Name '__triggerRenderEvent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | misc | FinalParameters | Parameter event should be final. | 91 |
Error | misc | FinalParameters | Parameter engine should be final. | 91 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
Error | design | DesignForExtension | Method '__call' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | naming | MethodName | Name '__call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | misc | FinalParameters | Parameter line should be final. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
Error | design | DesignForExtension | Method '_pTagBody' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | naming | MethodName | Name '_pTagBody' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | misc | FinalParameters | Parameter parameterList should be final. | 125 |
Error | misc | FinalParameters | Parameter out should be final. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
Error | design | DesignForExtension | Method '__pLayoutContent' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | naming | MethodName | Name '__pLayoutContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | design | DesignForExtension | Method '__getName' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | naming | MethodName | Name '__getName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | design | DesignForExtension | Method '__str' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | naming | MethodName | Name '__str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.rythmengine.utils.*. | 25 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 27 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | naming | ConstantName | Name '__logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | naming | MemberName | Name '__engine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | design | VisibilityModifier | Variable '__engine' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | naming | MemberName | Name '__templateClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | design | DesignForExtension | Method '__setTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | naming | MethodName | Name '__setTemplateClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter templateClass should be final. | 60 |
Error | javadoc | JavadocMethod | Expected @param tag for 'templateClass'. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
Error | design | DesignForExtension | Method '__prepareRender' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | naming | MethodName | Name '__prepareRender' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter type should be final. | 64 |
Error | misc | FinalParameters | Parameter locale should be final. | 64 |
Error | misc | FinalParameters | Parameter engine should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 88 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 97 |
Error | design | DesignForExtension | Method 's' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | design | DesignForExtension | Method '__setWriter' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | naming | MethodName | Name '__setWriter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter writer should be final. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 107 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 109 |
Error | design | DesignForExtension | Method '__setOutputStream' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | naming | MethodName | Name '__setOutputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | misc | FinalParameters | Parameter os should be final. | 115 |
Error | coding | HiddenField | 'os' hides a field. | 115 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 119 |
Error | naming | MemberName | Name '__renderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | design | VisibilityModifier | Variable '__renderArgs' must be private and have accessor methods. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | design | DesignForExtension | Method '__engine' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | naming | MethodName | Name '__engine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | design | DesignForExtension | Method '__template' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | naming | MethodName | Name '__template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
Error | misc | FinalParameters | Parameter line should be final. | 155 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 155 |
Error | misc | FinalParameters | Parameter name should be final. | 155 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
Error | misc | FinalParameters | Parameter line should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 166 |
Error | misc | FinalParameters | Parameter name should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 166 |
Error | misc | FinalParameters | Parameter ignoreNonExistsTag should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ignoreNonExistsTag'. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | misc | FinalParameters | Parameter line should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 177 |
Error | misc | FinalParameters | Parameter name should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 177 |
Error | misc | FinalParameters | Parameter params should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 189 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter line should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 189 |
Error | misc | FinalParameters | Parameter name should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 189 |
Error | misc | FinalParameters | Parameter params should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 189 |
Error | misc | FinalParameters | Parameter ignoreNonExistsTag should be final. | 189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ignoreNonExistsTag'. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 201 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | misc | FinalParameters | Parameter line should be final. | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 201 |
Error | misc | FinalParameters | Parameter name should be final. | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 201 |
Error | misc | FinalParameters | Parameter params should be final. | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 201 |
Error | misc | FinalParameters | Parameter body should be final. | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 214 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 214 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | misc | FinalParameters | Parameter line should be final. | 214 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 214 |
Error | misc | FinalParameters | Parameter name should be final. | 214 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 214 |
Error | misc | FinalParameters | Parameter params should be final. | 214 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 214 |
Error | misc | FinalParameters | Parameter body should be final. | 214 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 214 |
Error | misc | FinalParameters | Parameter ignoreNoExistsTag should be final. | 214 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ignoreNoExistsTag'. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 227 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
Error | misc | FinalParameters | Parameter line should be final. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 227 |
Error | misc | FinalParameters | Parameter name should be final. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 227 |
Error | misc | FinalParameters | Parameter params should be final. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 227 |
Error | misc | FinalParameters | Parameter body should be final. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 227 |
Error | misc | FinalParameters | Parameter context should be final. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 241 |
Error | design | DesignForExtension | Method '__invokeTag' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | naming | MethodName | Name '__invokeTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
Error | misc | FinalParameters | Parameter line should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 241 |
Error | misc | FinalParameters | Parameter name should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 241 |
Error | misc | FinalParameters | Parameter params should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 241 |
Error | misc | FinalParameters | Parameter body should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 241 |
Error | misc | FinalParameters | Parameter context should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'context'. | 241 |
Error | misc | FinalParameters | Parameter ignoreNonExistsTag should be final. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'ignoreNonExistsTag'. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 242 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 246 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 251 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 253 |
Error | naming | MemberName | Name '__parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
Error | design | VisibilityModifier | Variable '__parent' must be private and have accessor methods. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 266 |
Error | design | DesignForExtension | Method '__render' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | naming | MethodName | Name '__render' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | misc | FinalParameters | Parameter template should be final. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 280 |
Error | misc | FinalParameters | Parameter args should be final. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 280 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
Error | design | DesignForExtension | Method '__render' is not designed for extension - needs to be abstract, final or empty. | 293 |
Error | naming | MethodName | Name '__render' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | misc | FinalParameters | Parameter template should be final. | 293 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 293 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
Error | naming | MethodName | Name '__setLayoutContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 |
Error | misc | FinalParameters | Parameter body should be final. | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 303 |
Error | naming | MethodName | Name '__addLayoutSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 |
Error | misc | FinalParameters | Parameter name should be final. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 313 |
Error | misc | FinalParameters | Parameter section should be final. | 313 |
Error | coding | HiddenField | 'section' hides a field. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'section'. | 313 |
Error | misc | FinalParameters | Parameter def should be final. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'def'. | 313 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 314 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 315 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 320 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
Error | design | DesignForExtension | Method '__startSection' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | naming | MethodName | Name '__startSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter name should be final. | 328 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 328 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 329 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 330 |
Error | design | DesignForExtension | Method '__endSection' is not designed for extension - needs to be abstract, final or empty. | 341 |
Error | naming | MethodName | Name '__endSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 346 |
Error | design | DesignForExtension | Method '__endSection' is not designed for extension - needs to be abstract, final or empty. | 351 |
Error | naming | MethodName | Name '__endSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Error | misc | FinalParameters | Parameter def should be final. | 351 |
Error | javadoc | JavadocMethod | Expected @param tag for 'def'. | 351 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 361 |
Error | design | DesignForExtension | Method '__pLayoutSection' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | naming | MethodName | Name '__pLayoutSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | misc | FinalParameters | Parameter name should be final. | 365 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 365 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
Error | design | DesignForExtension | Method '__pLayoutSectionInherited' is not designed for extension - needs to be abstract, final or empty. | 382 |
Error | naming | MethodName | Name '__pLayoutSectionInherited' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 |
Error | misc | FinalParameters | Parameter name should be final. | 382 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 387 |
Error | design | DesignForExtension | Method '__getSection' is not designed for extension - needs to be abstract, final or empty. | 392 |
Error | naming | MethodName | Name '__getSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 |
Error | misc | FinalParameters | Parameter name should be final. | 392 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 397 |
Error | design | DesignForExtension | Method '__getSection' is not designed for extension - needs to be abstract, final or empty. | 401 |
Error | naming | MethodName | Name '__getSection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 402 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 402 |
Error | design | DesignForExtension | Method '__pLayoutContent' is not designed for extension - needs to be abstract, final or empty. | 408 |
Error | naming | MethodName | Name '__pLayoutContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 408 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
Error | misc | FinalParameters | Parameter sections should be final. | 412 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 413 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
Error | misc | FinalParameters | Parameter properties should be final. | 416 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 417 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 420 |
Error | design | DesignForExtension | Method '__internalClone' is not designed for extension - needs to be abstract, final or empty. | 425 |
Error | naming | MethodName | Name '__internalClone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 425 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 433 |
Error | design | DesignForExtension | Method '__cloneMe' is not designed for extension - needs to be abstract, final or empty. | 440 |
Error | naming | MethodName | Name '__cloneMe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
Error | misc | FinalParameters | Parameter engine should be final. | 441 |
Error | misc | FinalParameters | Parameter caller should be final. | 441 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 445 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 467 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 468 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 470 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 482 |
Error | design | DesignForExtension | Method '__internalInit' is not designed for extension - needs to be abstract, final or empty. | 485 |
Error | naming | MethodName | Name '__internalInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 491 |
Error | naming | MethodName | Name '__setup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 498 |
Error | naming | MethodName | Name '__loadExtendingArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 505 |
Error | naming | MethodName | Name '__init' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 512 |
Error | naming | MethodName | Name '__logTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 517 |
Error | design | DesignForExtension | Method '__getTemplateClass' is not designed for extension - needs to be abstract, final or empty. | 522 |
Error | naming | MethodName | Name '__getTemplateClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 |
Error | misc | FinalParameters | Parameter useCaller should be final. | 522 |
Error | javadoc | JavadocMethod | Expected @param tag for 'useCaller'. | 522 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 532 |
Error | misc | FinalParameters | Parameter os should be final. | 538 |
Error | coding | HiddenField | 'os' hides a field. | 538 |
Error | javadoc | JavadocMethod | Expected @param tag for 'os'. | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 544 |
Error | misc | FinalParameters | Parameter w should be final. | 550 |
Error | coding | HiddenField | 'w' hides a field. | 550 |
Error | javadoc | JavadocMethod | Expected @param tag for 'w'. | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 562 |
Error | design | DesignForExtension | Method '__triggerRenderEvent' is not designed for extension - needs to be abstract, final or empty. | 562 |
Error | naming | MethodName | Name '__triggerRenderEvent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 562 |
Error | misc | FinalParameters | Parameter event should be final. | 562 |
Error | javadoc | JavadocMethod | Expected @param tag for 'event'. | 562 |
Error | misc | FinalParameters | Parameter engine should be final. | 562 |
Error | javadoc | JavadocMethod | Expected @param tag for 'engine'. | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 567 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 570 |
Error | misc | UpperEll | Should use uppercase 'L'. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 593 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 606 |
Error | design | DesignForExtension | Method '__setSecureCode' is not designed for extension - needs to be abstract, final or empty. | 608 |
Error | naming | MethodName | Name '__setSecureCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 609 |
Error | misc | FinalParameters | Parameter secureCode should be final. | 609 |
Error | coding | HiddenField | 'secureCode' hides a field. | 609 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 618 |
Error | naming | MemberName | Name 'w_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 618 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 620 |
Error | design | DesignForExtension | Method '__setOutput' is not designed for extension - needs to be abstract, final or empty. | 625 |
Error | naming | MethodName | Name '__setOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 625 |
Error | misc | FinalParameters | Parameter path should be final. | 625 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 625 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 633 |
Error | design | DesignForExtension | Method '__setOutput' is not designed for extension - needs to be abstract, final or empty. | 638 |
Error | naming | MethodName | Name '__setOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 638 |
Error | misc | FinalParameters | Parameter file should be final. | 638 |
Error | javadoc | JavadocMethod | Expected @param tag for 'file'. | 638 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 646 |
Error | design | DesignForExtension | Method '__setOutput' is not designed for extension - needs to be abstract, final or empty. | 651 |
Error | naming | MethodName | Name '__setOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 |
Error | misc | FinalParameters | Parameter os should be final. | 651 |
Error | coding | HiddenField | 'os' hides a field. | 651 |
Error | javadoc | JavadocMethod | Expected @param tag for 'os'. | 651 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 655 |
Error | design | DesignForExtension | Method '__setOutput' is not designed for extension - needs to be abstract, final or empty. | 660 |
Error | naming | MethodName | Name '__setOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
Error | misc | FinalParameters | Parameter w should be final. | 660 |
Error | coding | HiddenField | 'w' hides a field. | 660 |
Error | javadoc | JavadocMethod | Expected @param tag for 'w'. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 664 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 664 |
Error | naming | ConstantName | Name 'cce_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 664 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 671 |
Error | misc | FinalParameters | Parameter e should be final. | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 691 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 695 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 699 |
Error | coding | MagicNumber | '80' is a magic number. | 699 |
Error | coding | MagicNumber | '80' is a magic number. | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 701 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 710 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 723 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 723 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 726 |
Error | design | DesignForExtension | Method '__internalBuild' is not designed for extension - needs to be abstract, final or empty. | 729 |
Error | naming | MethodName | Name '__internalBuild' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 729 |
Error | misc | UpperEll | Should use uppercase 'L'. | 732 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 758 |
Error | design | DesignForExtension | Method '__hasParent' is not designed for extension - needs to be abstract, final or empty. | 763 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 763 |
Error | naming | MethodName | Name '__hasParent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 763 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 767 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 770 |
Error | design | DesignForExtension | Method '__internalRender' is not designed for extension - needs to be abstract, final or empty. | 770 |
Error | naming | MethodName | Name '__internalRender' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 770 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 784 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 790 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 796 |
Error | naming | MethodName | Name '__finally' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 799 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 799 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 801 |
Error | design | DesignForExtension | Method '__getUserContext' is not designed for extension - needs to be abstract, final or empty. | 803 |
Error | naming | MethodName | Name '__getUserContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 804 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 805 |
Error | design | DesignForExtension | Method '__setUserContext' is not designed for extension - needs to be abstract, final or empty. | 808 |
Error | naming | MethodName | Name '__setUserContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 809 |
Error | misc | FinalParameters | Parameter context should be final. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 815 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 817 |
Error | design | DesignForExtension | Method '__renderArgTypeArray' is not designed for extension - needs to be abstract, final or empty. | 817 |
Error | naming | MethodName | Name '__renderArgTypeArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 821 |
Error | design | DesignForExtension | Method '__renderArgName' is not designed for extension - needs to be abstract, final or empty. | 827 |
Error | naming | MethodName | Name '__renderArgName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 827 |
Error | misc | FinalParameters | Parameter i should be final. | 827 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 827 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 832 |
Error | design | DesignForExtension | Method '__renderArgTypeMap' is not designed for extension - needs to be abstract, final or empty. | 836 |
Error | naming | MethodName | Name '__renderArgTypeMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 836 |
Error | design | DesignForExtension | Method '__setRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 840 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 841 |
Error | misc | FinalParameters | Parameter args should be final. | 841 |
Error | design | DesignForExtension | Method '__setRenderArg' is not designed for extension - needs to be abstract, final or empty. | 846 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 847 |
Error | misc | FinalParameters | Parameter jsonData should be final. | 847 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 856 |
Error | misc | FinalParameters | Parameter jsonArray should be final. | 856 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 871 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 885 |
Error | misc | FinalParameters | Parameter jsonObject should be final. | 885 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 932 |
Error | design | DesignForExtension | Method '__setRenderArgs0' is not designed for extension - needs to be abstract, final or empty. | 938 |
Error | naming | MethodName | Name '__setRenderArgs0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 938 |
Error | misc | FinalParameters | Parameter params should be final. | 938 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 938 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 941 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 942 |
Error | design | DesignForExtension | Method '__setRenderArgs' is not designed for extension - needs to be abstract, final or empty. | 947 |
Error | naming | MethodName | Name '__setRenderArgs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 948 |
Error | misc | FinalParameters | Parameter args should be final. | 948 |
Error | design | DesignForExtension | Method '__setRenderArg' is not designed for extension - needs to be abstract, final or empty. | 952 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 953 |
Error | misc | FinalParameters | Parameter name should be final. | 953 |
Error | misc | FinalParameters | Parameter arg should be final. | 953 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 958 |
Error | naming | MethodName | Name '__set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 965 |
Error | misc | FinalParameters | Parameter name should be final. | 965 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 965 |
Error | misc | FinalParameters | Parameter arg should be final. | 965 |
Error | javadoc | JavadocMethod | Expected @param tag for 'arg'. | 965 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 970 |
Error | naming | MethodName | Name '__caller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 976 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 977 |
Error | design | DesignForExtension | Method '__getRenderArg' is not designed for extension - needs to be abstract, final or empty. | 980 |
Error | naming | MethodName | Name '__getRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 981 |
Error | misc | FinalParameters | Parameter name should be final. | 981 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 985 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 992 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 992 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 992 |
Error | naming | MethodName | Name '__get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 992 |
Error | misc | FinalParameters | Parameter map should be final. | 992 |
Error | misc | FinalParameters | Parameter name should be final. | 992 |
Error | misc | FinalParameters | Parameter cls should be final. | 992 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 994 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 997 |
Error | naming | MethodName | Name '__get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 997 |
Error | misc | FinalParameters | Parameter name should be final. | 997 |
Error | misc | FinalParameters | Parameter cls should be final. | 997 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 999 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1002 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1002 |
Error | naming | MethodName | Name '__safeCast' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1002 |
Error | misc | FinalParameters | Parameter o should be final. | 1002 |
Error | misc | FinalParameters | Parameter cls should be final. | 1002 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1003 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1006 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1006 |
Error | naming | MethodName | Name '__transNull' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 |
Error | misc | FinalParameters | Parameter cls should be final. | 1006 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1031 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1031 |
Error | naming | MethodName | Name '__isDefVal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1031 |
Error | misc | FinalParameters | Parameter o should be final. | 1031 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1033 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1035 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1037 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1038 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1040 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1041 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1045 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1052 |
Error | naming | MethodName | Name '__get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1052 |
Error | misc | FinalParameters | Parameter name should be final. | 1052 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1052 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1056 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1064 |
Error | naming | MethodName | Name '__getAs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1064 |
Error | misc | FinalParameters | Parameter name should be final. | 1064 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1064 |
Error | misc | FinalParameters | Parameter c should be final. | 1064 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 1064 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1073 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1080 |
Error | naming | MethodName | Name '__getRenderProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1080 |
Error | misc | FinalParameters | Parameter name should be final. | 1080 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1080 |
Error | misc | FinalParameters | Parameter def should be final. | 1080 |
Error | javadoc | JavadocMethod | Expected @param tag for 'def'. | 1080 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1082 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1086 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1093 |
Error | naming | MethodName | Name '__getRenderProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1093 |
Error | misc | FinalParameters | Parameter name should be final. | 1093 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1098 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1099 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1107 |
Error | naming | MethodName | Name '__getRenderPropertyAs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1107 |
Error | misc | FinalParameters | Parameter name should be final. | 1107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1107 |
Error | misc | FinalParameters | Parameter def should be final. | 1107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'def'. | 1107 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1114 |
Error | naming | MethodName | Name '__setRenderProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1122 |
Error | misc | FinalParameters | Parameter name should be final. | 1122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 1122 |
Error | misc | FinalParameters | Parameter val should be final. | 1122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'val'. | 1122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1128 |
Error | naming | MethodName | Name '__handleTemplateExecutionException' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1132 |
Error | misc | FinalParameters | Parameter e should be final. | 1132 |
Error | javadoc | JavadocMethod | Expected @param tag for 'e'. | 1132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1134 |
Error | design | DesignForExtension | Method '__setRenderArg' is not designed for extension - needs to be abstract, final or empty. | 1144 |
Error | naming | MethodName | Name '__setRenderArg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1145 |
Error | misc | FinalParameters | Parameter position should be final. | 1145 |
Error | misc | FinalParameters | Parameter arg should be final. | 1145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1149 |
Error | naming | MemberName | Name '__ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1152 |
Error | design | VisibilityModifier | Variable '__ctx' must be private and have accessor methods. | 1152 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1152 |
Error | design | DesignForExtension | Method '__curCodeType' is not designed for extension - needs to be abstract, final or empty. | 1154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1154 |
Error | naming | MethodName | Name '__curCodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1154 |
Error | design | DesignForExtension | Method '__curLocale' is not designed for extension - needs to be abstract, final or empty. | 1158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1158 |
Error | naming | MethodName | Name '__curLocale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1158 |
Error | design | DesignForExtension | Method '__curEscape' is not designed for extension - needs to be abstract, final or empty. | 1162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1162 |
Error | naming | MethodName | Name '__curEscape' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1174 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1178 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1179 |
Error | misc | FinalParameters | Parameter wrapper should be final. | 1179 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1183 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1200 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1201 |
Error | misc | FinalParameters | Parameter o should be final. | 1201 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1203 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1204 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1222 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1223 |
Error | misc | FinalParameters | Parameter c should be final. | 1223 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1224 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1225 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1242 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1243 |
Error | misc | FinalParameters | Parameter i should be final. | 1243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1244 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1245 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1263 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1264 |
Error | misc | FinalParameters | Parameter l should be final. | 1264 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1265 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1266 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1284 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1285 |
Error | misc | FinalParameters | Parameter f should be final. | 1285 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1286 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1287 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1305 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1306 |
Error | misc | FinalParameters | Parameter d should be final. | 1306 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1307 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1308 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 1326 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1327 |
Error | misc | FinalParameters | Parameter b should be final. | 1327 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1328 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1329 |
Error | design | DesignForExtension | Method '__defaultEscape' is not designed for extension - needs to be abstract, final or empty. | 1352 |
Error | naming | MethodName | Name '__defaultEscape' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1353 |
Error | misc | FinalParameters | Parameter o should be final. | 1358 |
Error | misc | FinalParameters | Parameter o should be final. | 1363 |
Error | misc | FinalParameters | Parameter escape should be final. | 1363 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1367 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1367 |
Error | misc | FinalParameters | Parameter o should be final. | 1367 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1371 |
Error | misc | FinalParameters | Parameter o should be final. | 1371 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1375 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1375 |
Error | misc | FinalParameters | Parameter o should be final. | 1375 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1379 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1379 |
Error | misc | FinalParameters | Parameter o should be final. | 1379 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1383 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1383 |
Error | misc | FinalParameters | Parameter o should be final. | 1383 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1387 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1387 |
Error | misc | FinalParameters | Parameter o should be final. | 1387 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1391 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1391 |
Error | misc | FinalParameters | Parameter o should be final. | 1391 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1395 |
Error | naming | MethodName | Name '__getClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1395 |
Error | misc | FinalParameters | Parameter o should be final. | 1395 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1396 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1400 |
Error | naming | MethodName | Name '__eval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1400 |
Error | misc | FinalParameters | Parameter expr should be final. | 1400 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1413 |
Error | naming | MethodName | Name '__log' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1413 |
Error | misc | FinalParameters | Parameter msg should be final. | 1413 |
Error | misc | FinalParameters | Parameter args should be final. | 1413 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1417 |
Error | naming | MethodName | Name '__debug' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1417 |
Error | misc | FinalParameters | Parameter msg should be final. | 1417 |
Error | misc | FinalParameters | Parameter args should be final. | 1417 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1421 |
Error | naming | MethodName | Name '__info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1421 |
Error | misc | FinalParameters | Parameter msg should be final. | 1421 |
Error | misc | FinalParameters | Parameter args should be final. | 1421 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 |
Error | naming | MethodName | Name '__warn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1425 |
Error | misc | FinalParameters | Parameter msg should be final. | 1425 |
Error | misc | FinalParameters | Parameter args should be final. | 1425 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1429 |
Error | naming | MethodName | Name '__warn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1429 |
Error | misc | FinalParameters | Parameter t should be final. | 1429 |
Error | misc | FinalParameters | Parameter msg should be final. | 1429 |
Error | misc | FinalParameters | Parameter args should be final. | 1429 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1433 |
Error | naming | MethodName | Name '__error' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1433 |
Error | misc | FinalParameters | Parameter msg should be final. | 1433 |
Error | misc | FinalParameters | Parameter args should be final. | 1433 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1437 |
Error | naming | MethodName | Name '__error' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1437 |
Error | misc | FinalParameters | Parameter t should be final. | 1437 |
Error | misc | FinalParameters | Parameter msg should be final. | 1437 |
Error | misc | FinalParameters | Parameter args should be final. | 1437 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1441 |
Error | naming | MemberName | Name '__logTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1441 |
Error | design | VisibilityModifier | Variable '__logTime' must be private and have accessor methods. | 1441 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1443 |
Error | design | DesignForExtension | Method '__i18n' is not designed for extension - needs to be abstract, final or empty. | 1445 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 |
Error | naming | MethodName | Name '__i18n' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1445 |
Error | misc | FinalParameters | Parameter key should be final. | 1445 |
Error | misc | FinalParameters | Parameter args should be final. | 1445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1452 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1452 |
Error | design | DesignForExtension | Method '__pushItrVar' is not designed for extension - needs to be abstract, final or empty. | 1454 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1454 |
Error | naming | MethodName | Name '__pushItrVar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1454 |
Error | misc | FinalParameters | Parameter name should be final. | 1454 |
Error | misc | FinalParameters | Parameter val should be final. | 1454 |
Error | design | DesignForExtension | Method '__popItrVar' is not designed for extension - needs to be abstract, final or empty. | 1458 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1458 |
Error | naming | MethodName | Name '__popItrVar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1458 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1459 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1463 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1464 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1465 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1483 |
Error | design | FinalClass | Class __Itr should be declared as final. | 1489 |
Error | naming | TypeName | Name '__Itr' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 1489 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1490 |
Error | naming | MemberName | Name '_o' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1490 |
Error | design | VisibilityModifier | Variable '_o' must be private and have accessor methods. | 1490 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1491 |
Error | naming | MemberName | Name '_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1491 |
Error | design | VisibilityModifier | Variable '_size' must be private and have accessor methods. | 1491 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1492 |
Error | design | VisibilityModifier | Variable 'iterator' must be private and have accessor methods. | 1492 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1493 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 1493 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1495 |
Error | naming | ConstantName | Name 'nullIterator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1495 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1513 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1525 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1528 |
Error | misc | FinalParameters | Parameter o should be final. | 1528 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1590 |
Error | misc | FinalParameters | Parameter ta should be final. | 1590 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1616 |
Error | misc | FinalParameters | Parameter ta should be final. | 1616 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1642 |
Error | misc | FinalParameters | Parameter ta should be final. | 1642 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1668 |
Error | misc | FinalParameters | Parameter ta should be final. | 1668 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1694 |
Error | misc | FinalParameters | Parameter ta should be final. | 1694 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1720 |
Error | misc | FinalParameters | Parameter ta should be final. | 1720 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1746 |
Error | misc | FinalParameters | Parameter ta should be final. | 1746 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1772 |
Error | misc | FinalParameters | Parameter ta should be final. | 1772 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1798 |
Error | misc | FinalParameters | Parameter ta should be final. | 1798 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1824 |
Error | misc | FinalParameters | Parameter range should be final. | 1824 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1833 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1837 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1837 |
Error | misc | FinalParameters | Parameter range should be final. | 1837 |
Error | javadoc | JavadocMethod | Expected @param tag for 'range'. | 1837 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1841 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1876 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1879 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 1880 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1884 |
Error | misc | FinalParameters | Parameter tc should be final. | 1884 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1902 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1905 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1906 |
Error | misc | FinalParameters | Parameter tc should be final. | 1906 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tc'. | 1906 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1910 |
Error | misc | FinalParameters | Parameter e should be final. | 1910 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1922 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1925 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 1926 |
Error | misc | FinalParameters | Parameter enu should be final. | 1926 |
Error | javadoc | JavadocMethod | Expected @param tag for 'enu'. | 1926 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1930 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | misc | FinalParameters | Parameter appendStatic should be final. | 48 |
Error | coding | HiddenField | 'appendStatic' hides a field. | 48 |
Error | misc | FinalParameters | Parameter appendTransient should be final. | 48 |
Error | coding | HiddenField | 'appendTransient' hides a field. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
Error | misc | FinalParameters | Parameter appendStatic should be final. | 61 |
Error | coding | HiddenField | 'appendStatic' hides a field. | 61 |
Error | misc | FinalParameters | Parameter appendTransient should be final. | 61 |
Error | coding | HiddenField | 'appendTransient' hides a field. | 61 |
Error | misc | FinalParameters | Parameter upToClass should be final. | 61 |
Error | coding | HiddenField | 'upToClass' hides a field. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
Error | design | VisibilityModifier | Variable 'upToClass' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | design | VisibilityModifier | Variable 'appendTransient' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | design | VisibilityModifier | Variable 'appendStatic' must be private and have accessor methods. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
Error | design | DesignForExtension | Method 'setAppendTransient' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter appendTransient should be final. | 103 |
Error | coding | HiddenField | 'appendTransient' hides a field. | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'appendTransient'. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 119 |
Error | design | DesignForExtension | Method 'setAppendStatic' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | misc | FinalParameters | Parameter appendStatic should be final. | 121 |
Error | coding | HiddenField | 'appendStatic' hides a field. | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'appendStatic'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 137 |
Error | design | DesignForExtension | Method 'setUpToClass' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | misc | FinalParameters | Parameter c should be final. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 162 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 167 |
Error | coding | MagicNumber | '31' is a magic number. | 167 |
Error | coding | MagicNumber | '17' is a magic number. | 167 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter obj should be final. | 171 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 182 |
Error | misc | FinalParameters | Parameter s should be final. | 188 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 189 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 191 |
Error | coding | MagicNumber | '3' is a magic number. | 194 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 2,371 lines (max allowed is 2,000). | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
Error | misc | FinalParameters | Parameter value should be final. | 180 |
Error | misc | FinalParameters | Parameter value should be final. | 193 |
Error | misc | FinalParameters | Parameter value should be final. | 214 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>'<size'</code>. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 340 |
Error | design | DesignForExtension | Method 'appendSuper' is not designed for extension - needs to be abstract, final or empty. | 348 |
Error | misc | FinalParameters | Parameter buffer should be final. | 348 |
Error | misc | FinalParameters | Parameter superToString should be final. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 354 |
Error | design | DesignForExtension | Method 'appendToString' is not designed for extension - needs to be abstract, final or empty. | 362 |
Error | misc | FinalParameters | Parameter buffer should be final. | 362 |
Error | misc | FinalParameters | Parameter toString should be final. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 381 |
Error | design | DesignForExtension | Method 'appendStart' is not designed for extension - needs to be abstract, final or empty. | 383 |
Error | misc | FinalParameters | Parameter buffer should be final. | 383 |
Error | misc | FinalParameters | Parameter object should be final. | 383 |
Error | design | DesignForExtension | Method 'appendEnd' is not designed for extension - needs to be abstract, final or empty. | 401 |
Error | misc | FinalParameters | Parameter buffer should be final. | 401 |
Error | misc | FinalParameters | Parameter object should be final. | 401 |
Error | design | DesignForExtension | Method 'removeLastFieldSeparator' is not designed for extension - needs to be abstract, final or empty. | 415 |
Error | misc | FinalParameters | Parameter buffer should be final. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 445 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 445 |
Error | misc | FinalParameters | Parameter buffer should be final. | 445 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 445 |
Error | misc | FinalParameters | Parameter value should be final. | 445 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 477 |
Error | design | DesignForExtension | Method 'appendInternal' is not designed for extension - needs to be abstract, final or empty. | 477 |
Error | misc | FinalParameters | Parameter buffer should be final. | 477 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 477 |
Error | misc | FinalParameters | Parameter value should be final. | 477 |
Error | misc | FinalParameters | Parameter detail should be final. | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 587 |
Error | design | DesignForExtension | Method 'appendCyclicObject' is not designed for extension - needs to be abstract, final or empty. | 587 |
Error | misc | FinalParameters | Parameter buffer should be final. | 587 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 587 |
Error | misc | FinalParameters | Parameter value should be final. | 587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 605 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 605 |
Error | misc | FinalParameters | Parameter buffer should be final. | 605 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 605 |
Error | misc | FinalParameters | Parameter value should be final. | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 617 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 617 |
Error | misc | FinalParameters | Parameter buffer should be final. | 617 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 617 |
Error | misc | FinalParameters | Parameter coll should be final. | 617 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>.</p> | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 629 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 629 |
Error | misc | FinalParameters | Parameter buffer should be final. | 629 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 629 |
Error | misc | FinalParameters | Parameter map should be final. | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 642 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 642 |
Error | misc | FinalParameters | Parameter buffer should be final. | 642 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 642 |
Error | misc | FinalParameters | Parameter value should be final. | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 648 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 658 |
Error | misc | FinalParameters | Parameter buffer should be final. | 658 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 658 |
Error | misc | FinalParameters | Parameter value should be final. | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 672 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 672 |
Error | misc | FinalParameters | Parameter buffer should be final. | 672 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 672 |
Error | misc | FinalParameters | Parameter value should be final. | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 676 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 686 |
Error | misc | FinalParameters | Parameter buffer should be final. | 686 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 686 |
Error | misc | FinalParameters | Parameter value should be final. | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 700 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 700 |
Error | misc | FinalParameters | Parameter buffer should be final. | 700 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 700 |
Error | misc | FinalParameters | Parameter value should be final. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 704 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 714 |
Error | misc | FinalParameters | Parameter buffer should be final. | 714 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 714 |
Error | misc | FinalParameters | Parameter value should be final. | 714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 728 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 728 |
Error | misc | FinalParameters | Parameter buffer should be final. | 728 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 728 |
Error | misc | FinalParameters | Parameter value should be final. | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 732 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 742 |
Error | misc | FinalParameters | Parameter buffer should be final. | 742 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 742 |
Error | misc | FinalParameters | Parameter value should be final. | 742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 756 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 756 |
Error | misc | FinalParameters | Parameter buffer should be final. | 756 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 756 |
Error | misc | FinalParameters | Parameter value should be final. | 756 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 760 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 770 |
Error | misc | FinalParameters | Parameter buffer should be final. | 770 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 770 |
Error | misc | FinalParameters | Parameter value should be final. | 770 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 784 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 784 |
Error | misc | FinalParameters | Parameter buffer should be final. | 784 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 784 |
Error | misc | FinalParameters | Parameter value should be final. | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 788 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 798 |
Error | misc | FinalParameters | Parameter buffer should be final. | 798 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 798 |
Error | misc | FinalParameters | Parameter value should be final. | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 812 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 812 |
Error | misc | FinalParameters | Parameter buffer should be final. | 812 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 812 |
Error | misc | FinalParameters | Parameter value should be final. | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 816 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 826 |
Error | misc | FinalParameters | Parameter buffer should be final. | 826 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 826 |
Error | misc | FinalParameters | Parameter value should be final. | 826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 840 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 840 |
Error | misc | FinalParameters | Parameter buffer should be final. | 840 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 840 |
Error | misc | FinalParameters | Parameter value should be final. | 840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 844 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 854 |
Error | misc | FinalParameters | Parameter buffer should be final. | 854 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 854 |
Error | misc | FinalParameters | Parameter value should be final. | 854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 868 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 868 |
Error | misc | FinalParameters | Parameter buffer should be final. | 868 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 868 |
Error | misc | FinalParameters | Parameter value should be final. | 868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 882 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 882 |
Error | misc | FinalParameters | Parameter buffer should be final. | 882 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 882 |
Error | misc | FinalParameters | Parameter array should be final. | 882 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 909 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 909 |
Error | misc | FinalParameters | Parameter buffer should be final. | 909 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 909 |
Error | misc | FinalParameters | Parameter array should be final. | 909 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 935 |
Error | design | DesignForExtension | Method 'reflectionAppendArrayDetail' is not designed for extension - needs to be abstract, final or empty. | 935 |
Error | misc | FinalParameters | Parameter buffer should be final. | 935 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 935 |
Error | misc | FinalParameters | Parameter array should be final. | 935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 962 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 962 |
Error | misc | FinalParameters | Parameter buffer should be final. | 962 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 962 |
Error | misc | FinalParameters | Parameter array should be final. | 962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 966 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 978 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 978 |
Error | misc | FinalParameters | Parameter buffer should be final. | 978 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 978 |
Error | misc | FinalParameters | Parameter array should be final. | 978 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 978 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1003 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1003 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1003 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1003 |
Error | misc | FinalParameters | Parameter array should be final. | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1023 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1023 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1023 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1023 |
Error | misc | FinalParameters | Parameter array should be final. | 1023 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1039 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1039 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1039 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1039 |
Error | misc | FinalParameters | Parameter array should be final. | 1039 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1064 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1064 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1064 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1064 |
Error | misc | FinalParameters | Parameter array should be final. | 1064 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1084 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1084 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1084 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1084 |
Error | misc | FinalParameters | Parameter array should be final. | 1084 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1100 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1100 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1100 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1100 |
Error | misc | FinalParameters | Parameter array should be final. | 1100 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1125 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1125 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1125 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1125 |
Error | misc | FinalParameters | Parameter array should be final. | 1125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1145 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1145 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1145 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1145 |
Error | misc | FinalParameters | Parameter array should be final. | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1161 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1161 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1161 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1161 |
Error | misc | FinalParameters | Parameter array should be final. | 1161 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1186 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1186 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1186 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1186 |
Error | misc | FinalParameters | Parameter array should be final. | 1186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1206 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1206 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1206 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1206 |
Error | misc | FinalParameters | Parameter array should be final. | 1206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1222 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1222 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1222 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1222 |
Error | misc | FinalParameters | Parameter array should be final. | 1222 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1247 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1247 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1247 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1247 |
Error | misc | FinalParameters | Parameter array should be final. | 1247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1267 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1267 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1267 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1267 |
Error | misc | FinalParameters | Parameter array should be final. | 1267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1283 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1283 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1283 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1283 |
Error | misc | FinalParameters | Parameter array should be final. | 1283 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1308 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1308 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1308 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1308 |
Error | misc | FinalParameters | Parameter array should be final. | 1308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1328 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1328 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1328 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1328 |
Error | misc | FinalParameters | Parameter array should be final. | 1328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1344 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1344 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1344 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1344 |
Error | misc | FinalParameters | Parameter array should be final. | 1344 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1369 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1369 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1369 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1369 |
Error | misc | FinalParameters | Parameter array should be final. | 1369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1389 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1389 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1389 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1389 |
Error | misc | FinalParameters | Parameter array should be final. | 1389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1405 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1405 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1405 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1405 |
Error | misc | FinalParameters | Parameter array should be final. | 1405 |
Error | misc | FinalParameters | Parameter fullDetail should be final. | 1405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1430 |
Error | design | DesignForExtension | Method 'appendDetail' is not designed for extension - needs to be abstract, final or empty. | 1430 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1430 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1430 |
Error | misc | FinalParameters | Parameter array should be final. | 1430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1450 |
Error | design | DesignForExtension | Method 'appendSummary' is not designed for extension - needs to be abstract, final or empty. | 1450 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1450 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1450 |
Error | misc | FinalParameters | Parameter array should be final. | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1454 |
Error | design | DesignForExtension | Method 'appendClassName' is not designed for extension - needs to be abstract, final or empty. | 1462 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1462 |
Error | misc | FinalParameters | Parameter object should be final. | 1462 |
Error | design | DesignForExtension | Method 'appendIdentityHashCode' is not designed for extension - needs to be abstract, final or empty. | 1479 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1479 |
Error | misc | FinalParameters | Parameter object should be final. | 1479 |
Error | design | DesignForExtension | Method 'appendContentStart' is not designed for extension - needs to be abstract, final or empty. | 1492 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1492 |
Error | design | DesignForExtension | Method 'appendContentEnd' is not designed for extension - needs to be abstract, final or empty. | 1501 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1506 |
Error | design | DesignForExtension | Method 'appendNullText' is not designed for extension - needs to be abstract, final or empty. | 1513 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1513 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1513 |
Error | design | DesignForExtension | Method 'appendFieldSeparator' is not designed for extension - needs to be abstract, final or empty. | 1522 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1522 |
Error | design | DesignForExtension | Method 'appendFieldStart' is not designed for extension - needs to be abstract, final or empty. | 1532 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1532 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1532 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code> the field end.</p> | 1540 |
Error | design | DesignForExtension | Method 'appendFieldEnd' is not designed for extension - needs to be abstract, final or empty. | 1545 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1545 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1545 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>.</p> | 1558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1564 |
Error | design | DesignForExtension | Method 'appendSummarySize' is not designed for extension - needs to be abstract, final or empty. | 1564 |
Error | misc | FinalParameters | Parameter buffer should be final. | 1564 |
Error | misc | FinalParameters | Parameter fieldName should be final. | 1564 |
Error | misc | FinalParameters | Parameter size should be final. | 1564 |
Error | design | DesignForExtension | Method 'isFullDetail' is not designed for extension - needs to be abstract, final or empty. | 1584 |
Error | misc | FinalParameters | Parameter fullDetailRequest should be final. | 1584 |
Error | design | DesignForExtension | Method 'getShortClassName' is not designed for extension - needs to be abstract, final or empty. | 1600 |
Error | misc | FinalParameters | Parameter cls should be final. | 1600 |
Error | design | DesignForExtension | Method 'isUseClassName' is not designed for extension - needs to be abstract, final or empty. | 1614 |
Error | design | DesignForExtension | Method 'setUseClassName' is not designed for extension - needs to be abstract, final or empty. | 1623 |
Error | misc | FinalParameters | Parameter useClassName should be final. | 1623 |
Error | coding | HiddenField | 'useClassName' hides a field. | 1623 |
Error | design | DesignForExtension | Method 'isUseShortClassName' is not designed for extension - needs to be abstract, final or empty. | 1635 |
Error | design | DesignForExtension | Method 'setUseShortClassName' is not designed for extension - needs to be abstract, final or empty. | 1645 |
Error | misc | FinalParameters | Parameter useShortClassName should be final. | 1645 |
Error | coding | HiddenField | 'useShortClassName' hides a field. | 1645 |
Error | design | DesignForExtension | Method 'isUseIdentityHashCode' is not designed for extension - needs to be abstract, final or empty. | 1656 |
Error | design | DesignForExtension | Method 'setUseIdentityHashCode' is not designed for extension - needs to be abstract, final or empty. | 1665 |
Error | misc | FinalParameters | Parameter useIdentityHashCode should be final. | 1665 |
Error | coding | HiddenField | 'useIdentityHashCode' hides a field. | 1665 |
Error | design | DesignForExtension | Method 'isUseFieldNames' is not designed for extension - needs to be abstract, final or empty. | 1676 |
Error | design | DesignForExtension | Method 'setUseFieldNames' is not designed for extension - needs to be abstract, final or empty. | 1685 |
Error | misc | FinalParameters | Parameter useFieldNames should be final. | 1685 |
Error | coding | HiddenField | 'useFieldNames' hides a field. | 1685 |
Error | design | DesignForExtension | Method 'isDefaultFullDetail' is not designed for extension - needs to be abstract, final or empty. | 1697 |
Error | design | DesignForExtension | Method 'setDefaultFullDetail' is not designed for extension - needs to be abstract, final or empty. | 1707 |
Error | misc | FinalParameters | Parameter defaultFullDetail should be final. | 1707 |
Error | coding | HiddenField | 'defaultFullDetail' hides a field. | 1707 |
Error | design | DesignForExtension | Method 'isArrayContentDetail' is not designed for extension - needs to be abstract, final or empty. | 1718 |
Error | design | DesignForExtension | Method 'setArrayContentDetail' is not designed for extension - needs to be abstract, final or empty. | 1727 |
Error | misc | FinalParameters | Parameter arrayContentDetail should be final. | 1727 |
Error | coding | HiddenField | 'arrayContentDetail' hides a field. | 1727 |
Error | design | DesignForExtension | Method 'getArrayStart' is not designed for extension - needs to be abstract, final or empty. | 1738 |
Error | design | DesignForExtension | Method 'setArrayStart' is not designed for extension - needs to be abstract, final or empty. | 1750 |
Error | misc | FinalParameters | Parameter arrayStart should be final. | 1750 |
Error | coding | HiddenField | 'arrayStart' hides a field. | 1750 |
Error | design | DesignForExtension | Method 'getArrayEnd' is not designed for extension - needs to be abstract, final or empty. | 1764 |
Error | design | DesignForExtension | Method 'setArrayEnd' is not designed for extension - needs to be abstract, final or empty. | 1776 |
Error | misc | FinalParameters | Parameter arrayEnd should be final. | 1776 |
Error | coding | HiddenField | 'arrayEnd' hides a field. | 1776 |
Error | design | DesignForExtension | Method 'getArraySeparator' is not designed for extension - needs to be abstract, final or empty. | 1790 |
Error | design | DesignForExtension | Method 'setArraySeparator' is not designed for extension - needs to be abstract, final or empty. | 1802 |
Error | misc | FinalParameters | Parameter arraySeparator should be final. | 1802 |
Error | coding | HiddenField | 'arraySeparator' hides a field. | 1802 |
Error | design | DesignForExtension | Method 'getContentStart' is not designed for extension - needs to be abstract, final or empty. | 1816 |
Error | design | DesignForExtension | Method 'setContentStart' is not designed for extension - needs to be abstract, final or empty. | 1828 |
Error | misc | FinalParameters | Parameter contentStart should be final. | 1828 |
Error | coding | HiddenField | 'contentStart' hides a field. | 1828 |
Error | design | DesignForExtension | Method 'getContentEnd' is not designed for extension - needs to be abstract, final or empty. | 1842 |
Error | design | DesignForExtension | Method 'setContentEnd' is not designed for extension - needs to be abstract, final or empty. | 1854 |
Error | misc | FinalParameters | Parameter contentEnd should be final. | 1854 |
Error | coding | HiddenField | 'contentEnd' hides a field. | 1854 |
Error | design | DesignForExtension | Method 'getFieldNameValueSeparator' is not designed for extension - needs to be abstract, final or empty. | 1868 |
Error | design | DesignForExtension | Method 'setFieldNameValueSeparator' is not designed for extension - needs to be abstract, final or empty. | 1880 |
Error | misc | FinalParameters | Parameter fieldNameValueSeparator should be final. | 1880 |
Error | coding | HiddenField | 'fieldNameValueSeparator' hides a field. | 1880 |
Error | design | DesignForExtension | Method 'getFieldSeparator' is not designed for extension - needs to be abstract, final or empty. | 1894 |
Error | design | DesignForExtension | Method 'setFieldSeparator' is not designed for extension - needs to be abstract, final or empty. | 1906 |
Error | misc | FinalParameters | Parameter fieldSeparator should be final. | 1906 |
Error | coding | HiddenField | 'fieldSeparator' hides a field. | 1906 |
Error | design | DesignForExtension | Method 'isFieldSeparatorAtStart' is not designed for extension - needs to be abstract, final or empty. | 1922 |
Error | design | DesignForExtension | Method 'setFieldSeparatorAtStart' is not designed for extension - needs to be abstract, final or empty. | 1933 |
Error | misc | FinalParameters | Parameter fieldSeparatorAtStart should be final. | 1933 |
Error | coding | HiddenField | 'fieldSeparatorAtStart' hides a field. | 1933 |
Error | design | DesignForExtension | Method 'isFieldSeparatorAtEnd' is not designed for extension - needs to be abstract, final or empty. | 1946 |
Error | design | DesignForExtension | Method 'setFieldSeparatorAtEnd' is not designed for extension - needs to be abstract, final or empty. | 1957 |
Error | misc | FinalParameters | Parameter fieldSeparatorAtEnd should be final. | 1957 |
Error | coding | HiddenField | 'fieldSeparatorAtEnd' hides a field. | 1957 |
Error | design | DesignForExtension | Method 'getNullText' is not designed for extension - needs to be abstract, final or empty. | 1968 |
Error | design | DesignForExtension | Method 'setNullText' is not designed for extension - needs to be abstract, final or empty. | 1980 |
Error | misc | FinalParameters | Parameter nullText should be final. | 1980 |
Error | coding | HiddenField | 'nullText' hides a field. | 1980 |
Error | design | DesignForExtension | Method 'getSizeStartText' is not designed for extension - needs to be abstract, final or empty. | 1997 |
Error | design | DesignForExtension | Method 'setSizeStartText' is not designed for extension - needs to be abstract, final or empty. | 2012 |
Error | misc | FinalParameters | Parameter sizeStartText should be final. | 2012 |
Error | coding | HiddenField | 'sizeStartText' hides a field. | 2012 |
Error | design | DesignForExtension | Method 'getSizeEndText' is not designed for extension - needs to be abstract, final or empty. | 2029 |
Error | design | DesignForExtension | Method 'setSizeEndText' is not designed for extension - needs to be abstract, final or empty. | 2044 |
Error | misc | FinalParameters | Parameter sizeEndText should be final. | 2044 |
Error | coding | HiddenField | 'sizeEndText' hides a field. | 2044 |
Error | design | DesignForExtension | Method 'getSummaryObjectStartText' is not designed for extension - needs to be abstract, final or empty. | 2061 |
Error | design | DesignForExtension | Method 'setSummaryObjectStartText' is not designed for extension - needs to be abstract, final or empty. | 2076 |
Error | misc | FinalParameters | Parameter summaryObjectStartText should be final. | 2076 |
Error | coding | HiddenField | 'summaryObjectStartText' hides a field. | 2076 |
Error | design | DesignForExtension | Method 'getSummaryObjectEndText' is not designed for extension - needs to be abstract, final or empty. | 2093 |
Error | design | DesignForExtension | Method 'setSummaryObjectEndText' is not designed for extension - needs to be abstract, final or empty. | 2108 |
Error | misc | FinalParameters | Parameter summaryObjectEndText should be final. | 2108 |
Error | coding | HiddenField | 'summaryObjectEndText' hides a field. | 2108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2152 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2186 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2197 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>Singleton</ode> after serialization.</p> | 2211 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </ode> after serialization.</p> | 2211 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2230 |
Error | javadoc | JavadocStyle | Unclosed HTML tag found: <code>Singleton</ode> after serialization.</p> | 2247 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </ode> after serialization.</p> | 2247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2257 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 2267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2293 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2298 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2303 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2308 |
Error | misc | FinalParameters | Parameter obj should be final. | 2309 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2310 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2316 |
Error | misc | FinalParameters | Parameter s should be final. | 2333 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 2333 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 2334 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2335 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2336 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2337 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2348 |
Error | misc | FinalParameters | Parameter apacheStyle should be final. | 2348 |
Error | javadoc | JavadocMethod | Expected @param tag for 'apacheStyle'. | 2348 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2349 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2350 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 2351 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2352 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2359 |
Error | design | DesignForExtension | Method 'toCode' is not designed for extension - needs to be abstract, final or empty. | 2362 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 2363 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2364 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2365 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 2366 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 2367 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | misc | FinalParameters | Parameter s should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | blocks | LeftCurly | '{' should be on the previous line. | 53 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter s should be final. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter s should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | blocks | LeftCurly | '{' should be on the previous line. | 73 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | misc | FinalParameters | Parameter s should be final. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter s should be final. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | misc | FinalParameters | Parameter o should be final. | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 94 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | naming | MethodName | Name 'apply_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | misc | FinalParameters | Parameter s should be final. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | naming | StaticVariableName | Name 'sa_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter o should be final. | 120 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter template should be final. | 130 |
Error | misc | FinalParameters | Parameter o should be final. | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 149 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter s should be final. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | design | FinalClass | Class Eval should be declared as final. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | misc | FinalParameters | Parameter b should be final. | 39 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | misc | FinalParameters | Parameter c should be final. | 48 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | misc | FinalParameters | Parameter b should be final. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | misc | FinalParameters | Parameter n should be final. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'n'. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | misc | FinalParameters | Parameter l should be final. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | misc | FinalParameters | Parameter f should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 84 |
Error | coding | MagicNumber | '0.00000001' is a magic number. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
Error | misc | FinalParameters | Parameter d should be final. | 93 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 93 |
Error | coding | MagicNumber | '0.00000001' is a magic number. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | misc | FinalParameters | Parameter s should be final. | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | misc | FinalParameters | Parameter c should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | misc | FinalParameters | Parameter m should be final. | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'm'. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | misc | FinalParameters | Parameter b should be final. | 133 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter b should be final. | 142 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | misc | FinalParameters | Parameter c should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter f should be final. | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | misc | FinalParameters | Parameter d should be final. | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | misc | FinalParameters | Parameter n should be final. | 179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'n'. | 179 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | misc | FinalParameters | Parameter condition should be final. | 195 |
Error | javadoc | JavadocMethod | Expected @param tag for 'condition'. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 220 |
Error | misc | FinalParameters | Parameter locale should be final. | 225 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 225 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | misc | FinalParameters | Parameter language should be final. | 235 |
Error | javadoc | JavadocMethod | Expected @param tag for 'language'. | 235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | misc | FinalParameters | Parameter language should be final. | 255 |
Error | javadoc | JavadocMethod | Expected @param tag for 'language'. | 255 |
Error | misc | FinalParameters | Parameter region should be final. | 255 |
Error | javadoc | JavadocMethod | Expected @param tag for 'region'. | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 266 |
Error | misc | FinalParameters | Parameter language should be final. | 266 |
Error | javadoc | JavadocMethod | Expected @param tag for 'language'. | 266 |
Error | misc | FinalParameters | Parameter region should be final. | 266 |
Error | javadoc | JavadocMethod | Expected @param tag for 'region'. | 266 |
Error | misc | FinalParameters | Parameter variant should be final. | 266 |
Error | javadoc | JavadocMethod | Expected @param tag for 'variant'. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | design | FinalClass | Class F should be declared as final. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter value should be final. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter a should be final. | 61 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 65 |
Error | design | DesignForExtension | Method 'isDefined' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | naming | ConstantName | Name 'None' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter value should be final. | 93 |
Error | coding | HiddenField | 'value' hides a field. | 93 |
Error | design | DesignForExtension | Method 'isDefined' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | design | FinalClass | Class Either should be declared as final. | 117 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 117 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 119 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 119 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 120 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter _1 should be final. | 122 |
Error | coding | HiddenField | '_1' hides a field. | 122 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter _2 should be final. | 122 |
Error | coding | HiddenField | '_2' hides a field. | 122 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | naming | MethodName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter value should be final. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | naming | MethodName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | misc | FinalParameters | Parameter value should be final. | 131 |
Error | design | FinalClass | Class E2 should be declared as final. | 141 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter _1 should be final. | 143 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | misc | FinalParameters | Parameter _2 should be final. | 143 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | design | FinalClass | Class E3 should be declared as final. | 148 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 150 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 151 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 151 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 152 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter _1 should be final. | 154 |
Error | coding | HiddenField | '_1' hides a field. | 154 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter _2 should be final. | 154 |
Error | coding | HiddenField | '_2' hides a field. | 154 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter _3 should be final. | 154 |
Error | coding | HiddenField | '_3' hides a field. | 154 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | naming | MethodName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | misc | FinalParameters | Parameter value should be final. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | naming | MethodName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
Error | misc | FinalParameters | Parameter value should be final. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | naming | MethodName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
Error | misc | FinalParameters | Parameter value should be final. | 168 |
Error | design | FinalClass | Class E4 should be declared as final. | 178 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 180 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 180 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 181 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 181 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 182 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 182 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 183 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 183 |
Error | naming | MemberName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | design | VisibilityModifier | Variable '_4' must be private and have accessor methods. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | misc | FinalParameters | Parameter _1 should be final. | 185 |
Error | coding | HiddenField | '_1' hides a field. | 185 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter _2 should be final. | 185 |
Error | coding | HiddenField | '_2' hides a field. | 185 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter _3 should be final. | 185 |
Error | coding | HiddenField | '_3' hides a field. | 185 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter _4 should be final. | 185 |
Error | coding | HiddenField | '_4' hides a field. | 185 |
Error | naming | ParameterName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | naming | MethodName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
Error | misc | FinalParameters | Parameter value should be final. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | naming | MethodName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
Error | misc | FinalParameters | Parameter value should be final. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | naming | MethodName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | misc | FinalParameters | Parameter value should be final. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Error | naming | MethodName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | misc | FinalParameters | Parameter value should be final. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 210 |
Error | design | FinalClass | Class E5 should be declared as final. | 214 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 214 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 216 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 216 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 216 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 217 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 217 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 218 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 218 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 219 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 219 |
Error | naming | MemberName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | design | VisibilityModifier | Variable '_4' must be private and have accessor methods. | 219 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 220 |
Error | naming | MemberName | Name '_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | design | VisibilityModifier | Variable '_5' must be private and have accessor methods. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
Error | misc | FinalParameters | Parameter _1 should be final. | 222 |
Error | coding | HiddenField | '_1' hides a field. | 222 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | misc | FinalParameters | Parameter _2 should be final. | 222 |
Error | coding | HiddenField | '_2' hides a field. | 222 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | misc | FinalParameters | Parameter _3 should be final. | 222 |
Error | coding | HiddenField | '_3' hides a field. | 222 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | misc | FinalParameters | Parameter _4 should be final. | 222 |
Error | coding | HiddenField | '_4' hides a field. | 222 |
Error | naming | ParameterName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | misc | FinalParameters | Parameter _5 should be final. | 222 |
Error | coding | HiddenField | '_5' hides a field. | 222 |
Error | naming | ParameterName | Name '_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Error | naming | MethodName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | misc | FinalParameters | Parameter value should be final. | 230 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | naming | MethodName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
Error | misc | FinalParameters | Parameter value should be final. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | naming | MethodName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
Error | misc | FinalParameters | Parameter value should be final. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | naming | MethodName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
Error | misc | FinalParameters | Parameter value should be final. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
Error | naming | MethodName | Name '_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
Error | misc | FinalParameters | Parameter value should be final. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
Error | misc | FinalParameters | Parameter a should be final. | 256 |
Error | misc | FinalParameters | Parameter b should be final. | 256 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 262 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 264 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 264 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 264 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 265 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 265 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 265 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Error | misc | FinalParameters | Parameter _1 should be final. | 267 |
Error | coding | HiddenField | '_1' hides a field. | 267 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
Error | misc | FinalParameters | Parameter _2 should be final. | 267 |
Error | coding | HiddenField | '_2' hides a field. | 267 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 272 |
Error | misc | FinalParameters | Parameter o should be final. | 273 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | coding | MagicNumber | '17' is a magic number. | 284 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Error | coding | MagicNumber | '31' is a magic number. | 285 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Error | coding | MagicNumber | '31' is a magic number. | 286 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
Error | misc | FinalParameters | Parameter a should be final. | 296 |
Error | misc | FinalParameters | Parameter b should be final. | 296 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 300 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | misc | FinalParameters | Parameter _1 should be final. | 302 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 |
Error | misc | FinalParameters | Parameter _2 should be final. | 302 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | design | DesignForExtension | Method 'asMap' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
Error | naming | MethodName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 |
Error | misc | FinalParameters | Parameter a should be final. | 313 |
Error | misc | FinalParameters | Parameter b should be final. | 313 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 317 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 319 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 319 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 320 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 320 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 320 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 321 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
Error | misc | FinalParameters | Parameter _1 should be final. | 323 |
Error | coding | HiddenField | '_1' hides a field. | 323 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 |
Error | misc | FinalParameters | Parameter _2 should be final. | 323 |
Error | coding | HiddenField | '_2' hides a field. | 323 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 |
Error | misc | FinalParameters | Parameter _3 should be final. | 323 |
Error | coding | HiddenField | '_3' hides a field. | 323 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 329 |
Error | misc | FinalParameters | Parameter o should be final. | 330 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 339 |
Error | coding | MagicNumber | '17' is a magic number. | 341 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 342 |
Error | coding | MagicNumber | '31' is a magic number. | 342 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
Error | coding | MagicNumber | '31' is a magic number. | 343 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
Error | coding | MagicNumber | '31' is a magic number. | 344 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 348 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
Error | naming | MethodName | Name 'T3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 |
Error | misc | FinalParameters | Parameter a should be final. | 354 |
Error | misc | FinalParameters | Parameter b should be final. | 354 |
Error | misc | FinalParameters | Parameter c should be final. | 354 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 358 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 360 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 360 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 360 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 361 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 361 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 361 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 362 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 362 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 362 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 363 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 363 |
Error | naming | MemberName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 363 |
Error | design | VisibilityModifier | Variable '_4' must be private and have accessor methods. | 363 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
Error | misc | FinalParameters | Parameter _1 should be final. | 365 |
Error | coding | HiddenField | '_1' hides a field. | 365 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | misc | FinalParameters | Parameter _2 should be final. | 365 |
Error | coding | HiddenField | '_2' hides a field. | 365 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | misc | FinalParameters | Parameter _3 should be final. | 365 |
Error | coding | HiddenField | '_3' hides a field. | 365 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | misc | FinalParameters | Parameter _4 should be final. | 365 |
Error | coding | HiddenField | '_4' hides a field. | 365 |
Error | naming | ParameterName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 372 |
Error | misc | FinalParameters | Parameter o should be final. | 373 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 377 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 382 |
Error | coding | MagicNumber | '17' is a magic number. | 384 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 385 |
Error | coding | MagicNumber | '31' is a magic number. | 385 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 386 |
Error | coding | MagicNumber | '31' is a magic number. | 386 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 387 |
Error | coding | MagicNumber | '31' is a magic number. | 387 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
Error | coding | MagicNumber | '31' is a magic number. | 388 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 394 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
Error | naming | MethodName | Name 'T4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 |
Error | misc | FinalParameters | Parameter a should be final. | 398 |
Error | misc | FinalParameters | Parameter b should be final. | 398 |
Error | misc | FinalParameters | Parameter c should be final. | 398 |
Error | misc | FinalParameters | Parameter d should be final. | 398 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 402 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 404 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 404 |
Error | naming | MemberName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 404 |
Error | design | VisibilityModifier | Variable '_1' must be private and have accessor methods. | 404 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 405 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 405 |
Error | naming | MemberName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 |
Error | design | VisibilityModifier | Variable '_2' must be private and have accessor methods. | 405 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 406 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 406 |
Error | naming | MemberName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 406 |
Error | design | VisibilityModifier | Variable '_3' must be private and have accessor methods. | 406 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 407 |
Error | naming | MemberName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 |
Error | design | VisibilityModifier | Variable '_4' must be private and have accessor methods. | 407 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 408 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 408 |
Error | naming | MemberName | Name '_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 408 |
Error | design | VisibilityModifier | Variable '_5' must be private and have accessor methods. | 408 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 410 |
Error | misc | FinalParameters | Parameter _1 should be final. | 410 |
Error | coding | HiddenField | '_1' hides a field. | 410 |
Error | naming | ParameterName | Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 |
Error | misc | FinalParameters | Parameter _2 should be final. | 410 |
Error | coding | HiddenField | '_2' hides a field. | 410 |
Error | naming | ParameterName | Name '_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 |
Error | misc | FinalParameters | Parameter _3 should be final. | 410 |
Error | coding | HiddenField | '_3' hides a field. | 410 |
Error | naming | ParameterName | Name '_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 |
Error | misc | FinalParameters | Parameter _4 should be final. | 410 |
Error | coding | HiddenField | '_4' hides a field. | 410 |
Error | naming | ParameterName | Name '_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 |
Error | misc | FinalParameters | Parameter _5 should be final. | 410 |
Error | coding | HiddenField | '_5' hides a field. | 410 |
Error | naming | ParameterName | Name '_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 418 |
Error | misc | FinalParameters | Parameter o should be final. | 419 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 423 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 428 |
Error | coding | MagicNumber | '17' is a magic number. | 430 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 431 |
Error | coding | MagicNumber | '31' is a magic number. | 431 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
Error | coding | MagicNumber | '31' is a magic number. | 432 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
Error | coding | MagicNumber | '31' is a magic number. | 433 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 434 |
Error | coding | MagicNumber | '31' is a magic number. | 434 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
Error | coding | MagicNumber | '31' is a magic number. | 435 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 445 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
Error | naming | MethodName | Name 'T5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 |
Error | misc | FinalParameters | Parameter a should be final. | 445 |
Error | misc | FinalParameters | Parameter b should be final. | 445 |
Error | misc | FinalParameters | Parameter c should be final. | 445 |
Error | misc | FinalParameters | Parameter d should be final. | 445 |
Error | misc | FinalParameters | Parameter e should be final. | 445 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 449 |
Error | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 449 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 451 |
Error | design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 453 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
Error | misc | FinalParameters | Parameter o should be final. | 453 |
Error | design | DesignForExtension | Method 'and' is not designed for extension - needs to be abstract, final or empty. | 460 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 460 |
Error | misc | FinalParameters | Parameter o should be final. | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 474 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 474 |
Error | naming | ConstantName | Name 'String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 474 |
Error | misc | FinalParameters | Parameter o should be final. | 477 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 485 |
Error | misc | FinalParameters | Parameter o should be final. | 489 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 501 |
Error | misc | FinalParameters | Parameter o should be final. | 505 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 514 |
Error | misc | FinalParameters | Parameter o should be final. | 518 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 527 |
Error | misc | FinalParameters | Parameter o should be final. | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 541 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 541 |
Error | naming | MethodName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 541 |
Error | misc | FinalParameters | Parameter element should be final. | 544 |
Error | misc | FinalParameters | Parameter element should be final. | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 560 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
Error | naming | MethodName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 |
Error | misc | FinalParameters | Parameter element should be final. | 563 |
Error | misc | FinalParameters | Parameter element should be final. | 575 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5 |
Error | design | FinalClass | Class HashCode should be declared as final. | 8 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 15 |
Error | misc | FinalParameters | Parameter it should be final. | 15 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 |
Error | misc | FinalParameters | Parameter o should be final. | 23 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 24 |
Error | coding | MagicNumber | '1231' is a magic number. | 24 |
Error | coding | MagicNumber | '1237' is a magic number. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 |
Error | misc | FinalParameters | Parameter oa should be final. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
Error | misc | FinalParameters | Parameter o should be final. | 35 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 |
Error | misc | FinalParameters | Parameter oa should be final. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
Error | misc | FinalParameters | Parameter o should be final. | 47 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
Error | misc | FinalParameters | Parameter oa should be final. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
Error | misc | FinalParameters | Parameter o should be final. | 59 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
Error | misc | FinalParameters | Parameter oa should be final. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | misc | FinalParameters | Parameter o should be final. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Error | misc | FinalParameters | Parameter oa should be final. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 |
Error | misc | FinalParameters | Parameter o should be final. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 87 |
Error | misc | FinalParameters | Parameter oa should be final. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 95 |
Error | misc | FinalParameters | Parameter o should be final. | 95 |
Error | coding | MagicNumber | '32' is a magic number. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 99 |
Error | misc | FinalParameters | Parameter oa should be final. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 107 |
Error | misc | FinalParameters | Parameter o should be final. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 |
Error | misc | FinalParameters | Parameter oa should be final. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 119 |
Error | misc | FinalParameters | Parameter o should be final. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter o1 should be final. | 123 |
Error | misc | FinalParameters | Parameter o2 should be final. | 123 |
Error | coding | MagicNumber | '17' is a magic number. | 124 |
Error | coding | MagicNumber | '31' is a magic number. | 125 |
Error | coding | MagicNumber | '31' is a magic number. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter o1 should be final. | 130 |
Error | misc | FinalParameters | Parameter o2 should be final. | 130 |
Error | misc | FinalParameters | Parameter o3 should be final. | 130 |
Error | coding | MagicNumber | '17' is a magic number. | 131 |
Error | coding | MagicNumber | '31' is a magic number. | 132 |
Error | coding | MagicNumber | '31' is a magic number. | 133 |
Error | coding | MagicNumber | '31' is a magic number. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter o1 should be final. | 138 |
Error | misc | FinalParameters | Parameter o2 should be final. | 138 |
Error | misc | FinalParameters | Parameter o3 should be final. | 138 |
Error | misc | FinalParameters | Parameter o4 should be final. | 138 |
Error | coding | MagicNumber | '17' is a magic number. | 139 |
Error | coding | MagicNumber | '31' is a magic number. | 140 |
Error | coding | MagicNumber | '31' is a magic number. | 141 |
Error | coding | MagicNumber | '31' is a magic number. | 142 |
Error | coding | MagicNumber | '31' is a magic number. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter o1 should be final. | 147 |
Error | misc | FinalParameters | Parameter o2 should be final. | 147 |
Error | misc | FinalParameters | Parameter o3 should be final. | 147 |
Error | misc | FinalParameters | Parameter o4 should be final. | 147 |
Error | misc | FinalParameters | Parameter o5 should be final. | 147 |
Error | coding | MagicNumber | '17' is a magic number. | 148 |
Error | coding | MagicNumber | '31' is a magic number. | 149 |
Error | coding | MagicNumber | '31' is a magic number. | 150 |
Error | coding | MagicNumber | '31' is a magic number. | 151 |
Error | coding | MagicNumber | '31' is a magic number. | 152 |
Error | coding | MagicNumber | '31' is a magic number. | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 163 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 163 |
Error | misc | FinalParameters | Parameter o1 should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o1'. | 163 |
Error | misc | FinalParameters | Parameter o2 should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o2'. | 163 |
Error | misc | FinalParameters | Parameter o3 should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o3'. | 163 |
Error | misc | FinalParameters | Parameter o4 should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o4'. | 163 |
Error | misc | FinalParameters | Parameter o5 should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o5'. | 163 |
Error | misc | FinalParameters | Parameter args should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 163 |
Error | coding | MagicNumber | '31' is a magic number. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | naming | MethodName | Name 'hc_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
Error | misc | FinalParameters | Parameter o should be final. | 171 |
Error | coding | MagicNumber | '17' is a magic number. | 194 |
Error | coding | MagicNumber | '31' is a magic number. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | design | FinalClass | Class I18N should be declared as final. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter template should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | naming | ConstantName | Name 'bundleCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter template should be final. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | misc | FinalParameters | Parameter locale should be final. | 79 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | FinalClass | Class IO should be declared as final. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | misc | FinalParameters | Parameter file should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | misc | FinalParameters | Parameter url should be final. | 50 |
Error | misc | FinalParameters | Parameter encoding should be final. | 50 |
Error | javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | misc | FinalParameters | Parameter url should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter file should be final. | 74 |
Error | misc | FinalParameters | Parameter encoding should be final. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter is should be final. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter is should be final. | 86 |
Error | misc | FinalParameters | Parameter encoding should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Error | blocks | EmptyBlock | Must have at least one statement. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | misc | FinalParameters | Parameter content should be final. | 117 |
Error | misc | FinalParameters | Parameter file should be final. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 127 |
Error | misc | FinalParameters | Parameter content should be final. | 127 |
Error | misc | FinalParameters | Parameter file should be final. | 127 |
Error | misc | FinalParameters | Parameter encoding should be final. | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
Error | blocks | EmptyBlock | Must have at least one statement. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter content should be final. | 146 |
Error | misc | FinalParameters | Parameter writer should be final. | 146 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
Error | blocks | EmptyBlock | Must have at least one statement. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter is should be final. | 163 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | blocks | EmptyBlock | Must have at least one statement. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Error | misc | FinalParameters | Parameter w should be final. | 172 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
Error | blocks | EmptyBlock | Must have at least one statement. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | MemberName | Name 'j_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
Error | misc | FinalParameters | Parameter str should be final. | 41 |
Error | javadoc | JavadocMethod | Expected @param tag for 'str'. | 41 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | design | DesignForExtension | Method 'isArray' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 69 |
Error | design | DesignForExtension | Method 'getArray' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 81 |
Error | design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | misc | FinalParameters | Parameter s should be final. | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | FinalClass | Class NamedParams should be declared as final. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'k' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'v' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Error | misc | FinalParameters | Parameter val should be final. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter k should be final. | 45 |
Error | misc | FinalParameters | Parameter v should be final. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter k should be final. | 49 |
Error | misc | FinalParameters | Parameter v should be final. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter pairs should be final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <TYPE> tag. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | coding | HiddenField | 'minInclusive' hides a field. | 34 |
Error | coding | HiddenField | 'maxExclusive' hides a field. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | design | DesignForExtension | Method 'min' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'max' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter s should be final. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | coding | MagicNumber | '4' is a magic number. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | coding | MagicNumber | '4' is a magic number. | 94 |
Error | coding | MagicNumber | '3' is a magic number. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter val should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter val should be final. | 39 |
Error | design | DesignForExtension | Method 'appendTo' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter val should be final. | 44 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter o should be final. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | misc | FinalParameters | Parameter s should be final. | 71 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | misc | FinalParameters | Parameter s should be final. | 81 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 81 |
Error | misc | FinalParameters | Parameter s should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | misc | FinalParameters | Parameter s should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 's'. | 102 |
Error | misc | FinalParameters | Parameter o should be final. | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | misc | FinalParameters | Parameter o should be final. | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 124 |
Error | misc | FinalParameters | Parameter o should be final. | 135 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | misc | FinalParameters | Parameter o should be final. | 145 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 166 |
Error | misc | FinalParameters | Parameter s1 should be final. | 173 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 173 |
Error | misc | FinalParameters | Parameter s2 should be final. | 173 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 178 |
Error | misc | FinalParameters | Parameter s1 should be final. | 185 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 185 |
Error | misc | FinalParameters | Parameter s2 should be final. | 185 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | misc | FinalParameters | Parameter s1 should be final. | 197 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 197 |
Error | misc | FinalParameters | Parameter s2 should be final. | 197 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 201 |
Error | misc | FinalParameters | Parameter s1 should be final. | 209 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 209 |
Error | misc | FinalParameters | Parameter s2 should be final. | 209 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 218 |
Error | misc | FinalParameters | Parameter o1 should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o1'. | 220 |
Error | misc | FinalParameters | Parameter o2 should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o2'. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 229 |
Error | misc | FinalParameters | Parameter o1 should be final. | 231 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o1'. | 231 |
Error | misc | FinalParameters | Parameter o2 should be final. | 231 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o2'. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 235 |
Error | misc | FinalParameters | Parameter o1 should be final. | 242 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o1'. | 242 |
Error | misc | FinalParameters | Parameter o2 should be final. | 242 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o2'. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | misc | FinalParameters | Parameter o1 should be final. | 253 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o1'. | 253 |
Error | misc | FinalParameters | Parameter o2 should be final. | 253 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o2'. | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | misc | FinalParameters | Parameter s1 should be final. | 265 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 265 |
Error | misc | FinalParameters | Parameter s2 should be final. | 265 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 265 |
Error | misc | FinalParameters | Parameter modifier should be final. | 265 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modifier'. | 265 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | misc | FinalParameters | Parameter s1 should be final. | 277 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 277 |
Error | misc | FinalParameters | Parameter s2 should be final. | 277 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 277 |
Error | misc | FinalParameters | Parameter modifier should be final. | 277 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modifier'. | 277 |
Error | misc | FinalParameters | Parameter s1 should be final. | 300 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 300 |
Error | misc | FinalParameters | Parameter s2 should be final. | 300 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 300 |
Error | misc | FinalParameters | Parameter modifier should be final. | 300 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modifier'. | 300 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | misc | FinalParameters | Parameter s1 should be final. | 327 |
Error | javadoc | JavadocMethod | Expected @param tag for 's1'. | 327 |
Error | misc | FinalParameters | Parameter s2 should be final. | 327 |
Error | javadoc | JavadocMethod | Expected @param tag for 's2'. | 327 |
Error | misc | FinalParameters | Parameter modifier should be final. | 327 |
Error | javadoc | JavadocMethod | Expected @param tag for 'modifier'. | 327 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 331 |
Error | misc | FinalParameters | Parameter o should be final. | 337 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 337 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 341 |
Error | misc | FinalParameters | Parameter o should be final. | 347 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 347 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 348 |
Error | misc | FinalParameters | Parameter o should be final. | 359 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 359 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 360 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 363 |
Error | misc | FinalParameters | Parameter o should be final. | 369 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 369 |
Error | misc | FinalParameters | Parameter o should be final. | 382 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 382 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 386 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 392 |
Error | misc | FinalParameters | Parameter o should be final. | 398 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 398 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | misc | FinalParameters | Parameter template should be final. | 409 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 409 |
Error | misc | FinalParameters | Parameter o should be final. | 409 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 409 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 431 |
Error | misc | FinalParameters | Parameter o should be final. | 450 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 450 |
Error | misc | FinalParameters | Parameter escape should be final. | 450 |
Error | javadoc | JavadocMethod | Expected @param tag for 'escape'. | 450 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 451 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 455 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 457 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 458 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 459 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 461 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 470 |
Error | misc | FinalParameters | Parameter o should be final. | 476 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 476 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 477 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | misc | FinalParameters | Parameter o should be final. | 490 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 498 |
Error | misc | FinalParameters | Parameter o should be final. | 504 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 504 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 514 |
Error | misc | FinalParameters | Parameter o should be final. | 520 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 520 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 528 |
Error | misc | FinalParameters | Parameter o should be final. | 537 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 537 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 538 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 539 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 546 |
Error | misc | FinalParameters | Parameter o should be final. | 552 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 552 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 562 |
Error | misc | FinalParameters | Parameter o should be final. | 569 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 569 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 570 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 571 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 576 |
Error | misc | FinalParameters | Parameter o should be final. | 582 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 582 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 586 |
Error | misc | FinalParameters | Parameter o should be final. | 593 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 593 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 603 |
Error | misc | FinalParameters | Parameter o should be final. | 609 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 609 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 611 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 622 |
Error | misc | FinalParameters | Parameter o should be final. | 628 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 628 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 629 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 630 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 635 |
Error | misc | FinalParameters | Parameter o should be final. | 641 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 641 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 643 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 648 |
Error | misc | FinalParameters | Parameter o should be final. | 654 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 654 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 655 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 659 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 662 |
Error | misc | FinalParameters | Parameter o should be final. | 678 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 678 |
Error | misc | FinalParameters | Parameter prefix should be final. | 678 |
Error | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 678 |
Error | misc | FinalParameters | Parameter suffix should be final. | 678 |
Error | javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 678 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 679 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 682 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 683 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 688 |
Error | misc | FinalParameters | Parameter o should be final. | 693 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 693 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 698 |
Error | misc | FinalParameters | Parameter o should be final. | 703 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 703 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 706 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 707 |
Error | misc | FinalParameters | Parameter o should be final. | 713 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 713 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 714 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 720 |
Error | misc | FinalParameters | Parameter o should be final. | 727 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 727 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 729 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 731 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 732 |
Error | naming | ConstantName | Name 'digits' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 732 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 733 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 733 |
Error | naming | ConstantName | Name 'uppers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 733 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 734 |
Error | naming | ConstantName | Name 'lowers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 735 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 736 |
Error | misc | FinalParameters | Parameter c should be final. | 741 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 741 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 742 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 750 |
Error | misc | FinalParameters | Parameter o should be final. | 754 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 772 |
Error | misc | FinalParameters | Parameter o should be final. | 779 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 779 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 780 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,158). | 782 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 785 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 786 |
Error | misc | FinalParameters | Parameter o should be final. | 792 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 792 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 793 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 802 |
Error | misc | FinalParameters | Parameter o should be final. | 808 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 808 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 809 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 817 |
Error | misc | FinalParameters | Parameter obj should be final. | 824 |
Error | javadoc | JavadocMethod | Expected @param tag for 'obj'. | 824 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 825 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 833 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 841 |
Error | misc | FinalParameters | Parameter o should be final. | 848 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 848 |
Error | misc | FinalParameters | Parameter sep should be final. | 848 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sep'. | 848 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 852 |
Error | misc | FinalParameters | Parameter o should be final. | 858 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 858 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 861 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 862 |
Error | misc | FinalParameters | Parameter o should be final. | 868 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 868 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 872 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 874 |
Error | misc | FinalParameters | Parameter o should be final. | 884 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 884 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 886 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 888 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 896 |
Error | misc | FinalParameters | Parameter data should be final. | 902 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 902 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 906 |
Error | misc | FinalParameters | Parameter data should be final. | 911 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 911 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 912 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 915 |
Error | misc | FinalParameters | Parameter data should be final. | 921 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 921 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 925 |
Error | misc | FinalParameters | Parameter data should be final. | 930 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 930 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 931 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 934 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 936 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 938 |
Error | misc | FinalParameters | Parameter data should be final. | 941 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 941 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 942 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 953 |
Error | misc | FinalParameters | Parameter number should be final. | 958 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 958 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 962 |
Error | misc | FinalParameters | Parameter template should be final. | 968 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 968 |
Error | misc | FinalParameters | Parameter number should be final. | 968 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 968 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 972 |
Error | misc | FinalParameters | Parameter number should be final. | 981 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 981 |
Error | misc | FinalParameters | Parameter pattern should be final. | 981 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 981 |
Error | misc | FinalParameters | Parameter locale should be final. | 981 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 981 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 984 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 993 |
Error | misc | FinalParameters | Parameter template should be final. | 993 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 993 |
Error | misc | FinalParameters | Parameter number should be final. | 993 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 993 |
Error | misc | FinalParameters | Parameter pattern should be final. | 993 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 993 |
Error | misc | FinalParameters | Parameter locale should be final. | 993 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 993 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 994 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 998 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1000 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1005 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1009 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1011 |
Error | misc | FinalParameters | Parameter number should be final. | 1017 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 1017 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1017 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1017 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1020 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1021 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1023 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1028 |
Error | misc | FinalParameters | Parameter template should be final. | 1028 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1028 |
Error | misc | FinalParameters | Parameter number should be final. | 1028 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 1028 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1028 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1028 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1032 |
Error | misc | FinalParameters | Parameter o should be final. | 1037 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1038 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1042 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1045 |
Error | misc | FinalParameters | Parameter date should be final. | 1050 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1050 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1054 |
Error | misc | FinalParameters | Parameter template should be final. | 1060 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1060 |
Error | misc | FinalParameters | Parameter o should be final. | 1060 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1060 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1061 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1065 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1068 |
Error | misc | FinalParameters | Parameter template should be final. | 1072 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1072 |
Error | misc | FinalParameters | Parameter date should be final. | 1072 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1072 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1076 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1078 |
Error | misc | FinalParameters | Parameter date should be final. | 1084 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1084 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1084 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1084 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1088 |
Error | misc | FinalParameters | Parameter o should be final. | 1094 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1094 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1094 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1094 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1098 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1099 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1101 |
Error | misc | FinalParameters | Parameter template should be final. | 1107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1107 |
Error | misc | FinalParameters | Parameter date should be final. | 1107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1107 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1111 |
Error | misc | FinalParameters | Parameter template should be final. | 1117 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1117 |
Error | misc | FinalParameters | Parameter o should be final. | 1117 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1117 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1117 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 |
Error | misc | FinalParameters | Parameter date should be final. | 1130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1130 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1130 |
Error | misc | FinalParameters | Parameter locale should be final. | 1130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1134 |
Error | misc | FinalParameters | Parameter o should be final. | 1140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1140 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1140 |
Error | misc | FinalParameters | Parameter locale should be final. | 1140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1140 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1153 |
Error | misc | FinalParameters | Parameter template should be final. | 1153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1153 |
Error | misc | FinalParameters | Parameter date should be final. | 1153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1153 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1153 |
Error | misc | FinalParameters | Parameter locale should be final. | 1153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1163 |
Error | misc | FinalParameters | Parameter template should be final. | 1163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1163 |
Error | misc | FinalParameters | Parameter o should be final. | 1163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1163 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1163 |
Error | misc | FinalParameters | Parameter locale should be final. | 1163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1163 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1179 |
Error | misc | FinalParameters | Parameter date should be final. | 1179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1179 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1179 |
Error | misc | FinalParameters | Parameter locale should be final. | 1179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1179 |
Error | misc | FinalParameters | Parameter timezone should be final. | 1179 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timezone'. | 1179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1189 |
Error | misc | FinalParameters | Parameter o should be final. | 1189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1189 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1189 |
Error | misc | FinalParameters | Parameter locale should be final. | 1189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1189 |
Error | misc | FinalParameters | Parameter timezone should be final. | 1189 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timezone'. | 1189 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1205 |
Error | misc | FinalParameters | Parameter template should be final. | 1205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1205 |
Error | misc | FinalParameters | Parameter date should be final. | 1205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'date'. | 1205 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1205 |
Error | misc | FinalParameters | Parameter locale should be final. | 1205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1205 |
Error | misc | FinalParameters | Parameter timezone should be final. | 1205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timezone'. | 1205 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1212 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 1213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1214 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1216 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1226 |
Error | misc | FinalParameters | Parameter template should be final. | 1226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1226 |
Error | misc | FinalParameters | Parameter o should be final. | 1226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 1226 |
Error | misc | FinalParameters | Parameter pattern should be final. | 1226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1226 |
Error | misc | FinalParameters | Parameter locale should be final. | 1226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1226 |
Error | misc | FinalParameters | Parameter timezone should be final. | 1226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timezone'. | 1226 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1227 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1228 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1233 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1233 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1234 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 1235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1258 |
Error | misc | FinalParameters | Parameter data should be final. | 1263 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1263 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1264 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1270 |
Error | coding | MagicNumber | '1024L' is a magic number. | 1275 |
Error | coding | MagicNumber | '1048576L' is a magic number. | 1278 |
Error | coding | MagicNumber | '1024L' is a magic number. | 1279 |
Error | coding | MagicNumber | '1073741824L' is a magic number. | 1281 |
Error | coding | MagicNumber | '1048576L' is a magic number. | 1282 |
Error | coding | MagicNumber | '1073741824L' is a magic number. | 1284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1292 |
Error | misc | FinalParameters | Parameter data should be final. | 1295 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1301 |
Error | misc | FinalParameters | Parameter template should be final. | 1306 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1306 |
Error | misc | FinalParameters | Parameter data should be final. | 1306 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1316 |
Error | misc | FinalParameters | Parameter data should be final. | 1319 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1319 |
Error | misc | FinalParameters | Parameter currencyCode should be final. | 1319 |
Error | javadoc | JavadocMethod | Expected @param tag for 'currencyCode'. | 1319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1331 |
Error | misc | FinalParameters | Parameter template should be final. | 1331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1331 |
Error | misc | FinalParameters | Parameter data should be final. | 1331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1331 |
Error | misc | FinalParameters | Parameter currencyCode should be final. | 1331 |
Error | javadoc | JavadocMethod | Expected @param tag for 'currencyCode'. | 1331 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1343 |
Error | misc | FinalParameters | Parameter data should be final. | 1343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1343 |
Error | misc | FinalParameters | Parameter currencyCode should be final. | 1343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'currencyCode'. | 1343 |
Error | misc | FinalParameters | Parameter locale should be final. | 1343 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1349 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1362 |
Error | misc | FinalParameters | Parameter template should be final. | 1362 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1362 |
Error | misc | FinalParameters | Parameter data should be final. | 1362 |
Error | javadoc | JavadocMethod | Expected @param tag for 'data'. | 1362 |
Error | misc | FinalParameters | Parameter currencyCode should be final. | 1362 |
Error | javadoc | JavadocMethod | Expected @param tag for 'currencyCode'. | 1362 |
Error | misc | FinalParameters | Parameter locale should be final. | 1362 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1362 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1363 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1366 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1370 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1395 |
Error | coding | MagicNumber | '3' is a magic number. | 1399 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1407 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1414 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1418 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1418 |
Error | misc | FinalParameters | Parameter template should be final. | 1418 |
Error | misc | FinalParameters | Parameter bundle should be final. | 1418 |
Error | misc | FinalParameters | Parameter key should be final. | 1418 |
Error | misc | FinalParameters | Parameter locale should be final. | 1418 |
Error | misc | FinalParameters | Parameter args should be final. | 1418 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1419 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1423 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1442 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1445 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1451 |
Error | misc | FinalParameters | Parameter template should be final. | 1454 |
Error | javadoc | JavadocMethod | Expected @param tag for 'template'. | 1454 |
Error | misc | FinalParameters | Parameter key should be final. | 1454 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1454 |
Error | misc | FinalParameters | Parameter args should be final. | 1454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1458 |
Error | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1468 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1476 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1476 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1501 |
Error | misc | FinalParameters | Parameter key should be final. | 1507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1507 |
Error | misc | FinalParameters | Parameter args should be final. | 1507 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 1507 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1510 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1511 |
Error | misc | FinalParameters | Parameter key should be final. | 1512 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1516 |
Error | misc | FinalParameters | Parameter data should be final. | 1517 |
Error | misc | FinalParameters | Parameter len should be final. | 1528 |
Error | javadoc | JavadocMethod | Expected @param tag for 'len'. | 1528 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1542 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1549 |
Error | coding | MagicNumber | '8' is a magic number. | 1554 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1559 |
Error | misc | FinalParameters | Parameter itr should be final. | 1564 |
Error | javadoc | JavadocMethod | Expected @param tag for 'itr'. | 1564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1567 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1570 |
Error | misc | FinalParameters | Parameter sep should be final. | 1576 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sep'. | 1576 |
Error | misc | FinalParameters | Parameter itr should be final. | 1576 |
Error | javadoc | JavadocMethod | Expected @param tag for 'itr'. | 1576 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 |
Error | misc | FinalParameters | Parameter sep should be final. | 1580 |
Error | misc | FinalParameters | Parameter i should be final. | 1580 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1582 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1591 |
Error | misc | FinalParameters | Parameter sep should be final. | 1591 |
Error | misc | FinalParameters | Parameter obj should be final. | 1591 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1592 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1599 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1610 |
Error | misc | FinalParameters | Parameter sep should be final. | 1616 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sep'. | 1616 |
Error | misc | FinalParameters | Parameter itr should be final. | 1616 |
Error | javadoc | JavadocMethod | Expected @param tag for 'itr'. | 1616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1619 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1620 |
Error | misc | FinalParameters | Parameter a should be final. | 1620 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1623 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1624 |
Error | misc | FinalParameters | Parameter sep should be final. | 1624 |
Error | misc | FinalParameters | Parameter a should be final. | 1624 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1626 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1634 |
Error | misc | FinalParameters | Parameter sep should be final. | 1634 |
Error | misc | FinalParameters | Parameter a should be final. | 1634 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1638 |
Error | misc | FinalParameters | Parameter a should be final. | 1638 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1641 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1642 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1642 |
Error | misc | FinalParameters | Parameter sep should be final. | 1642 |
Error | misc | FinalParameters | Parameter a should be final. | 1642 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1644 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1651 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1652 |
Error | misc | FinalParameters | Parameter sep should be final. | 1652 |
Error | misc | FinalParameters | Parameter a should be final. | 1652 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1655 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1656 |
Error | misc | FinalParameters | Parameter a should be final. | 1656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1659 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1660 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1660 |
Error | misc | FinalParameters | Parameter sep should be final. | 1660 |
Error | misc | FinalParameters | Parameter a should be final. | 1660 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1662 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1669 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 |
Error | misc | FinalParameters | Parameter sep should be final. | 1670 |
Error | misc | FinalParameters | Parameter a should be final. | 1670 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1671 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1671 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1674 |
Error | misc | FinalParameters | Parameter a should be final. | 1674 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1677 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1678 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1678 |
Error | misc | FinalParameters | Parameter sep should be final. | 1678 |
Error | misc | FinalParameters | Parameter a should be final. | 1678 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1680 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1687 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1688 |
Error | misc | FinalParameters | Parameter sep should be final. | 1688 |
Error | misc | FinalParameters | Parameter a should be final. | 1688 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1692 |
Error | misc | FinalParameters | Parameter a should be final. | 1692 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1695 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1696 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1696 |
Error | misc | FinalParameters | Parameter sep should be final. | 1696 |
Error | misc | FinalParameters | Parameter a should be final. | 1696 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1698 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1705 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1706 |
Error | misc | FinalParameters | Parameter sep should be final. | 1706 |
Error | misc | FinalParameters | Parameter a should be final. | 1706 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | UnusedImports | Unused import - org.rythmengine.exception.FastRuntimeException. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | naming | MemberName | Name '__buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | design | VisibilityModifier | Variable '__buffer' must be private and have accessor methods. | 35 |
Error | design | DesignForExtension | Method 'buffer' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 |
Error | naming | MemberName | Name '__caller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | design | VisibilityModifier | Variable '__caller' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | design | DesignForExtension | Method 'caller' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | design | DesignForExtension | Method '__getBuffer' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | naming | MethodName | Name '__getBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | design | DesignForExtension | Method '__setBuffer' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | naming | MethodName | Name '__setBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | misc | FinalParameters | Parameter buffer should be final. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 77 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | design | DesignForExtension | Method 'setSelfOut' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter buffer should be final. | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | design | DesignForExtension | Method 'getSelfOut' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | misc | FinalParameters | Parameter caller should be final. | 113 |
Error | javadoc | JavadocMethod | Expected @param tag for 'caller'. | 113 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
Error | naming | MemberName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
Error | naming | MemberName | Name 'ba_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter s should be final. | 127 |
Error | misc | FinalParameters | Parameter ba should be final. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter s should be final. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter obj should be final. | 163 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | misc | FinalParameters | Parameter wrapper should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'wrapper'. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | naming | MethodName | Name 'p_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 |
Error | misc | FinalParameters | Parameter wrapper should be final. | 181 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | design | DesignForExtension | Method 'p' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | misc | FinalParameters | Parameter wrapper should be final. | 193 |
Error | javadoc | JavadocMethod | Expected @param tag for 'wrapper'. | 193 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | misc | FinalParameters | Parameter o should be final. | 203 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 203 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
Error | naming | MethodName | Name 'p_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | misc | FinalParameters | Parameter o should be final. | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 213 |
Error | misc | FinalParameters | Parameter o should be final. | 219 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 219 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | misc | FinalParameters | Parameter c should be final. | 230 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 230 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 234 |
Error | misc | FinalParameters | Parameter c should be final. | 240 |
Error | javadoc | JavadocMethod | Expected @param tag for 'c'. | 240 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | misc | FinalParameters | Parameter b should be final. | 252 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 256 |
Error | misc | FinalParameters | Parameter b should be final. | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 262 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | misc | FinalParameters | Parameter i should be final. | 273 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 273 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 277 |
Error | misc | FinalParameters | Parameter i should be final. | 283 |
Error | javadoc | JavadocMethod | Expected @param tag for 'i'. | 283 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 285 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | misc | FinalParameters | Parameter l should be final. | 294 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 298 |
Error | misc | FinalParameters | Parameter l should be final. | 304 |
Error | javadoc | JavadocMethod | Expected @param tag for 'l'. | 304 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 |
Error | misc | FinalParameters | Parameter f should be final. | 315 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 315 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 319 |
Error | misc | FinalParameters | Parameter f should be final. | 325 |
Error | javadoc | JavadocMethod | Expected @param tag for 'f'. | 325 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 327 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 331 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 336 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 336 |
Error | misc | FinalParameters | Parameter d should be final. | 336 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 336 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 340 |
Error | misc | FinalParameters | Parameter d should be final. | 346 |
Error | javadoc | JavadocMethod | Expected @param tag for 'd'. | 346 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 348 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 352 |
Error | design | DesignForExtension | Method '__append' is not designed for extension - needs to be abstract, final or empty. | 357 |
Error | naming | MethodName | Name '__append' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 |
Error | misc | FinalParameters | Parameter b should be final. | 357 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 357 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 361 |
Error | misc | FinalParameters | Parameter b should be final. | 367 |
Error | javadoc | JavadocMethod | Expected @param tag for 'b'. | 367 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 369 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | misc | FinalParameters | Parameter o should be final. | 379 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 379 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 380 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 385 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 395 |
Error | misc | FinalParameters | Parameter o should be final. | 401 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 401 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 407 |
Error | design | DesignForExtension | Method 'pt' is not designed for extension - needs to be abstract, final or empty. | 413 |
Error | misc | FinalParameters | Parameter o should be final. | 413 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 413 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 418 |
Error | design | DesignForExtension | Method 'ptn' is not designed for extension - needs to be abstract, final or empty. | 424 |
Error | misc | FinalParameters | Parameter o should be final. | 424 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 424 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 429 |
Error | design | DesignForExtension | Method 'p2t' is not designed for extension - needs to be abstract, final or empty. | 435 |
Error | misc | FinalParameters | Parameter o should be final. | 435 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 435 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 440 |
Error | design | DesignForExtension | Method 'p2tn' is not designed for extension - needs to be abstract, final or empty. | 446 |
Error | misc | FinalParameters | Parameter o should be final. | 446 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 451 |
Error | design | DesignForExtension | Method 'p3t' is not designed for extension - needs to be abstract, final or empty. | 457 |
Error | misc | FinalParameters | Parameter o should be final. | 457 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 457 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | design | DesignForExtension | Method 'p3tn' is not designed for extension - needs to be abstract, final or empty. | 468 |
Error | misc | FinalParameters | Parameter o should be final. | 468 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 468 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 473 |
Error | design | DesignForExtension | Method 'p4t' is not designed for extension - needs to be abstract, final or empty. | 479 |
Error | misc | FinalParameters | Parameter o should be final. | 479 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 479 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | design | DesignForExtension | Method 'p4tn' is not designed for extension - needs to be abstract, final or empty. | 490 |
Error | misc | FinalParameters | Parameter o should be final. | 490 |
Error | javadoc | JavadocMethod | Expected @param tag for 'o'. | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 495 |
Error | design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 501 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 505 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 510 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 512 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 515 |
Error | design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 521 |
Error | misc | FinalParameters | Parameter caller should be final. | 521 |
Error | javadoc | JavadocMethod | Expected @param tag for 'caller'. | 521 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | design | FinalClass | Class Time should be declared as final. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'days' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'hours' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'minutes' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'seconds' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | misc | FinalParameters | Parameter duration should be final. | 48 |
Error | coding | MagicNumber | '60' is a magic number. | 50 |
Error | coding | MagicNumber | '60' is a magic number. | 50 |
Error | coding | MagicNumber | '24' is a magic number. | 50 |
Error | coding | MagicNumber | '30' is a magic number. | 50 |
Error | coding | MagicNumber | '60' is a magic number. | 56 |
Error | coding | MagicNumber | '60' is a magic number. | 56 |
Error | coding | MagicNumber | '24' is a magic number. | 56 |
Error | coding | MagicNumber | '60' is a magic number. | 60 |
Error | coding | MagicNumber | '60' is a magic number. | 60 |
Error | coding | MagicNumber | '60' is a magic number. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | misc | FinalParameters | Parameter cron should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | misc | FinalParameters | Parameter cron should be final. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
Error | misc | FinalParameters | Parameter cron should be final. | 111 |
Error | misc | FinalParameters | Parameter date should be final. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 140 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 142 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 147 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 149 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 154 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 156 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 161 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 163 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 168 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 170 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 175 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 177 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 182 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </th> | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 276 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 278 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 279 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 280 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 282 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 283 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 287 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 288 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 290 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
Error | design | VisibilityModifier | Variable 'monthMap' must be private and have accessor methods. | 290 |
Error | coding | MagicNumber | '20' is a magic number. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 291 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 291 |
Error | design | VisibilityModifier | Variable 'dayMap' must be private and have accessor methods. | 291 |
Error | coding | MagicNumber | '60' is a magic number. | 291 |
Error | coding | MagicNumber | '3' is a magic number. | 297 |
Error | coding | MagicNumber | '4' is a magic number. | 298 |
Error | coding | MagicNumber | '5' is a magic number. | 299 |
Error | coding | MagicNumber | '6' is a magic number. | 300 |
Error | coding | MagicNumber | '7' is a magic number. | 301 |
Error | coding | MagicNumber | '8' is a magic number. | 302 |
Error | coding | MagicNumber | '9' is a magic number. | 303 |
Error | coding | MagicNumber | '10' is a magic number. | 304 |
Error | coding | MagicNumber | '11' is a magic number. | 305 |
Error | coding | MagicNumber | '3' is a magic number. | 309 |
Error | coding | MagicNumber | '4' is a magic number. | 310 |
Error | coding | MagicNumber | '5' is a magic number. | 311 |
Error | coding | MagicNumber | '6' is a magic number. | 312 |
Error | coding | MagicNumber | '7' is a magic number. | 313 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 316 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 317 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 318 |
Error | design | VisibilityModifier | Variable 'seconds' must be private and have accessor methods. | 318 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
Error | design | VisibilityModifier | Variable 'minutes' must be private and have accessor methods. | 319 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 320 |
Error | design | VisibilityModifier | Variable 'hours' must be private and have accessor methods. | 320 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
Error | design | VisibilityModifier | Variable 'daysOfMonth' must be private and have accessor methods. | 321 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 322 |
Error | design | VisibilityModifier | Variable 'months' must be private and have accessor methods. | 322 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 323 |
Error | design | VisibilityModifier | Variable 'daysOfWeek' must be private and have accessor methods. | 323 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 324 |
Error | design | VisibilityModifier | Variable 'years' must be private and have accessor methods. | 324 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 325 |
Error | design | VisibilityModifier | Variable 'lastdayOfWeek' must be private and have accessor methods. | 325 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 326 |
Error | design | VisibilityModifier | Variable 'nthdayOfWeek' must be private and have accessor methods. | 326 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 327 |
Error | design | VisibilityModifier | Variable 'lastdayOfMonth' must be private and have accessor methods. | 327 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 328 |
Error | design | VisibilityModifier | Variable 'nearestWeekday' must be private and have accessor methods. | 328 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 329 |
Error | design | VisibilityModifier | Variable 'expressionParsed' must be private and have accessor methods. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 337 |
Error | misc | FinalParameters | Parameter cronExpression should be final. | 340 |
Error | coding | HiddenField | 'cronExpression' hides a field. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 356 |
Error | misc | FinalParameters | Parameter date should be final. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 376 |
Error | misc | FinalParameters | Parameter date should be final. | 380 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 385 |
Error | misc | FinalParameters | Parameter date should be final. | 392 |
Error | coding | MagicNumber | '1000' is a magic number. | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 404 |
Error | coding | MagicNumber | '1000' is a magic number. | 406 |
Error | coding | MagicNumber | '1000' is a magic number. | 411 |
Error | coding | MagicNumber | '1000' is a magic number. | 416 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 423 |
Error | misc | FinalParameters | Parameter date should be final. | 425 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 436 |
Error | misc | FinalParameters | Parameter timeZone should be final. | 448 |
Error | coding | HiddenField | 'timeZone' hides a field. | 448 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timeZone'. | 448 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 452 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 467 |
Error | misc | FinalParameters | Parameter cronExpression should be final. | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 486 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 486 |
Error | misc | FinalParameters | Parameter expression should be final. | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 515 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 541 |
Error | sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 545 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 545 |
Error | misc | FinalParameters | Parameter pos should be final. | 545 |
Error | misc | FinalParameters | Parameter s should be final. | 545 |
Error | misc | FinalParameters | Parameter type should be final. | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 554 |
Error | coding | MagicNumber | '3' is a magic number. | 555 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 561 |
Error | coding | MagicNumber | '3' is a magic number. | 563 |
Error | coding | MagicNumber | '3' is a magic number. | 564 |
Error | coding | MagicNumber | '4' is a magic number. | 566 |
Error | coding | MagicNumber | '3' is a magic number. | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 577 |
Error | coding | MagicNumber | '3' is a magic number. | 579 |
Error | coding | MagicNumber | '3' is a magic number. | 580 |
Error | coding | MagicNumber | '4' is a magic number. | 582 |
Error | coding | MagicNumber | '3' is a magic number. | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 591 |
Error | coding | MagicNumber | '4' is a magic number. | 595 |
Error | coding | MagicNumber | '5' is a magic number. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 613 |
Error | coding | MagicNumber | '3' is a magic number. | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 659 |
Error | coding | MagicNumber | '10' is a magic number. | 665 |
Error | coding | MagicNumber | '59' is a magic number. | 668 |
Error | coding | MagicNumber | '23' is a magic number. | 670 |
Error | coding | MagicNumber | '31' is a magic number. | 672 |
Error | coding | MagicNumber | '7' is a magic number. | 674 |
Error | coding | MagicNumber | '12' is a magic number. | 676 |
Error | coding | MagicNumber | '7' is a magic number. | 691 |
Error | coding | MagicNumber | '7' is a magic number. | 691 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 723 |
Error | misc | FinalParameters | Parameter pos should be final. | 723 |
Error | misc | FinalParameters | Parameter s should be final. | 723 |
Error | misc | FinalParameters | Parameter val should be final. | 723 |
Error | misc | FinalParameters | Parameter type should be final. | 723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 762 |
Error | coding | MagicNumber | '5' is a magic number. | 767 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 772 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 842 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 851 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 855 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 895 |
Error | misc | FinalParameters | Parameter set should be final. | 895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 921 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 921 |
Error | misc | FinalParameters | Parameter list should be final. | 921 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 947 |
Error | misc | FinalParameters | Parameter i should be final. | 947 |
Error | misc | FinalParameters | Parameter s should be final. | 947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 948 |
Error | blocks | EmptyBlock | Must have at least one statement. | 948 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 954 |
Error | misc | FinalParameters | Parameter i should be final. | 954 |
Error | misc | FinalParameters | Parameter s should be final. | 954 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 955 |
Error | blocks | EmptyBlock | Must have at least one statement. | 955 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 961 |
Error | misc | FinalParameters | Parameter val should be final. | 961 |
Error | misc | FinalParameters | Parameter end should be final. | 961 |
Error | misc | FinalParameters | Parameter incr should be final. | 961 |
Error | misc | FinalParameters | Parameter type should be final. | 961 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 967 |
Error | coding | MagicNumber | '59' is a magic number. | 967 |
Error | coding | MagicNumber | '59' is a magic number. | 967 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 973 |
Error | coding | MagicNumber | '23' is a magic number. | 973 |
Error | coding | MagicNumber | '23' is a magic number. | 973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 978 |
Error | coding | MagicNumber | '31' is a magic number. | 978 |
Error | coding | MagicNumber | '31' is a magic number. | 978 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 983 |
Error | coding | MagicNumber | '12' is a magic number. | 983 |
Error | coding | MagicNumber | '12' is a magic number. | 983 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 988 |
Error | coding | MagicNumber | '7' is a magic number. | 988 |
Error | coding | MagicNumber | '7' is a magic number. | 988 |
Error | coding | MagicNumber | '59' is a magic number. | 1014 |
Error | coding | MagicNumber | '23' is a magic number. | 1021 |
Error | coding | MagicNumber | '31' is a magic number. | 1028 |
Error | coding | MagicNumber | '12' is a magic number. | 1035 |
Error | coding | MagicNumber | '7' is a magic number. | 1042 |
Error | coding | MagicNumber | '2099' is a magic number. | 1049 |
Error | coding | MagicNumber | '1970' is a magic number. | 1052 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1061 |
Error | misc | FinalParameters | Parameter type should be final. | 1061 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1082 |
Error | misc | FinalParameters | Parameter v should be final. | 1082 |
Error | misc | FinalParameters | Parameter s should be final. | 1082 |
Error | misc | FinalParameters | Parameter i should be final. | 1082 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1095 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1100 |
Error | misc | FinalParameters | Parameter s should be final. | 1100 |
Error | misc | FinalParameters | Parameter i should be final. | 1100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1106 |
Error | misc | FinalParameters | Parameter s should be final. | 1106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1116 |
Error | misc | FinalParameters | Parameter s should be final. | 1116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1130 |
Error | sizes | MethodLength | Method length is 380 lines (max allowed is 150). | 1131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1131 |
Error | misc | FinalParameters | Parameter afterTime should be final. | 1131 |
Error | coding | MagicNumber | '1000' is a magic number. | 1137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1319 |
Error | coding | MagicNumber | '7' is a magic number. | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1341 |
Error | coding | MagicNumber | '7' is a magic number. | 1342 |
Error | coding | MagicNumber | '7' is a magic number. | 1343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1362 |
Error | coding | MagicNumber | '7' is a magic number. | 1367 |
Error | coding | MagicNumber | '7' is a magic number. | 1376 |
Error | coding | MagicNumber | '7' is a magic number. | 1377 |
Error | coding | MagicNumber | '7' is a magic number. | 1381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1401 |
Error | coding | MagicNumber | '7' is a magic number. | 1414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 1441 |
Error | coding | MagicNumber | '2099' is a magic number. | 1453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1513 |
Error | misc | FinalParameters | Parameter cal should be final. | 1519 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cal'. | 1519 |
Error | misc | FinalParameters | Parameter hour should be final. | 1519 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hour'. | 1519 |
Error | coding | MagicNumber | '24' is a magic number. | 1521 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1530 |
Error | misc | FinalParameters | Parameter endTime should be final. | 1530 |
Error | javadoc | JavadocMethod | Expected @param tag for 'endTime'. | 1530 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 1538 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1542 |
Error | misc | FinalParameters | Parameter year should be final. | 1542 |
Error | coding | MagicNumber | '4' is a magic number. | 1543 |
Error | coding | MagicNumber | '100' is a magic number. | 1543 |
Error | coding | MagicNumber | '400' is a magic number. | 1543 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1546 |
Error | misc | FinalParameters | Parameter monthNum should be final. | 1546 |
Error | misc | FinalParameters | Parameter year should be final. | 1546 |
Error | coding | MagicNumber | '31' is a magic number. | 1550 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 1552 |
Error | coding | MagicNumber | '29' is a magic number. | 1552 |
Error | coding | MagicNumber | '28' is a magic number. | 1552 |
Error | coding | MagicNumber | '3' is a magic number. | 1553 |
Error | coding | MagicNumber | '31' is a magic number. | 1554 |
Error | coding | MagicNumber | '4' is a magic number. | 1555 |
Error | coding | MagicNumber | '30' is a magic number. | 1556 |
Error | coding | MagicNumber | '5' is a magic number. | 1557 |
Error | coding | MagicNumber | '31' is a magic number. | 1558 |
Error | coding | MagicNumber | '6' is a magic number. | 1559 |
Error | coding | MagicNumber | '30' is a magic number. | 1560 |
Error | coding | MagicNumber | '7' is a magic number. | 1561 |
Error | coding | MagicNumber | '31' is a magic number. | 1562 |
Error | coding | MagicNumber | '8' is a magic number. | 1563 |
Error | coding | MagicNumber | '31' is a magic number. | 1564 |
Error | coding | MagicNumber | '9' is a magic number. | 1565 |
Error | coding | MagicNumber | '30' is a magic number. | 1566 |
Error | coding | MagicNumber | '10' is a magic number. | 1567 |
Error | coding | MagicNumber | '31' is a magic number. | 1568 |
Error | coding | MagicNumber | '11' is a magic number. | 1569 |
Error | coding | MagicNumber | '30' is a magic number. | 1570 |
Error | coding | MagicNumber | '12' is a magic number. | 1571 |
Error | coding | MagicNumber | '31' is a magic number. | 1572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1574 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1578 |
Error | misc | FinalParameters | Parameter stream should be final. | 1578 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1594 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 1601 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1603 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1603 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 1604 |
Error | design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 1604 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dt> | 26 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 32 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dt> | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 38 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dt> | 39 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 44 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dt> | 45 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 51 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dt> | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 60 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </dd> | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |