Product Service

FindBugs Bug Detector Report

Summary

Files

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
30700

org.apache.oodt.product.handlers.ofsn.MD5GetHandler

BugCategoryDetailsLinePriority
Null pointer dereference of System.err in org.apache.oodt.product.handlers.ofsn.MD5GetHandler.main(String[])CORRECTNESSNP_ALWAYS_NULL124High
Null pointer dereference of System.out in org.apache.oodt.product.handlers.ofsn.MD5GetHandler.main(String[])CORRECTNESSNP_ALWAYS_NULL131High

org.apache.oodt.product.handlers.ofsn.OFSNFileHandler

BugCategoryDetailsLinePriority
Write to static field org.apache.oodt.product.handlers.ofsn.OFSNFileHandler.HANDLER_CACHE from instance method new org.apache.oodt.product.handlers.ofsn.OFSNFileHandler()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD106Medium

org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration

BugCategoryDetailsLinePriority
Dead store to path in org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration.cleanse(String)STYLEDLS_DEAD_LOCAL_STORE128High

org.apache.oodt.product.handlers.ofsn.URLGetHandler

BugCategoryDetailsLinePriority
new org.apache.oodt.product.handlers.ofsn.URLGetHandler() invokes inefficient new String() constructorPERFORMANCEDM_STRING_VOID_CTOR67Medium

org.apache.oodt.product.handlers.ofsn.util.OFSNUtils

BugCategoryDetailsLinePriority

org.apache.oodt.xmlquery.LargeResult

BugCategoryDetailsLinePriority
org.apache.oodt.xmlquery.LargeResult doesn't override Result.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS49-155Medium