The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 774 | 14 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| De.bug.IN_WHEN should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 7 |
| De.bug.ON should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 6 |
| De.bug.TAB should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 9 |
| De.bug.DEFAULT_TAB isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 8 |
| De.bug.INSTANCE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 5 |
| The class name De.bug doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 5-146 |
| Method De.bug.toString(Object) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 32 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class name De.bug$bugException doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 149 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to arg in org.apache.velocity.context.ProxyVMContext.remove(Object) | STYLE | DLS_DEAD_LOCAL_STORE | 286 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of nodeTree, which is known to be non-null in org.apache.velocity.runtime.RuntimeInstance.evaluate(Context, Writer, String, Reader) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1210 |
| Exception is caught when Exception is not thrown in org.apache.velocity.runtime.RuntimeInstance.loadDirective(String) | STYLE | REC_CATCH_EXCEPTION | 953 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory.getLoader(RuntimeServices, String) | STYLE | REC_CATCH_EXCEPTION | 57 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.velocity.util.StringUtils.fileContentsToString(String) | STYLE | REC_CATCH_EXCEPTION | 374 |
| org.apache.velocity.util.StringUtils.fileContentsToString(String) ignores result of java.io.Reader.read(char[]) | BAD_PRACTICE | RR_NOT_CHECKED | 371 |