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 |
---|---|---|---|
768 | 5 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.velocity.runtime.RuntimeInstance | 2 |
org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory | 1 |
org.apache.velocity.util.StringUtils | 2 |
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 |