2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.0.0

Threshold is Low

Effort is Default

Files

org.apache.shale.tiger.view.faces.PackageInfo$1

BugCategoryDetailsLine
Method org.apache.shale.tiger.view.faces.PackageInfo$1.accept(java.io.File) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE214

org.apache.shale.tiger.view.faces.PackageInfo

BugCategoryDetailsLine
Method org.apache.shale.tiger.view.faces.PackageInfo.getClasses(java.util.List,String) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE129

org.apache.shale.tiger.view.faces.ViewControllerCallbacks2

BugCategoryDetailsLine
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.ViewControllerCallbacks2.preprocess(Object)STYLEBC_UNCONFIRMED_CAST81
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.ViewControllerCallbacks2.prerender(Object)STYLEBC_UNCONFIRMED_CAST112

org.apache.shale.tiger.view.faces.LifecycleListener2

BugCategoryDetailsLine
org.apache.shale.tiger.view.faces.LifecycleListener2.contextInitialized(javax.servlet.ServletContextEvent) might ignore java.lang.ExceptionCORRECTNESSDE_MIGHT_IGNORE220
org.apache.shale.tiger.view.faces.LifecycleListener2.archiveClasses(javax.servlet.ServletContext,java.util.jar.JarFile) might ignore java.lang.ExceptionCORRECTNESSDE_MIGHT_IGNORE971
org.apache.shale.tiger.view.faces.LifecycleListener2.webClasses(javax.servlet.ServletContext,String,java.util.List) might ignore java.lang.ExceptionCORRECTNESSDE_MIGHT_IGNORE1595
Method org.apache.shale.tiger.view.faces.LifecycleListener2.packageClasses(javax.servlet.ServletContext,String) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE344
Method org.apache.shale.tiger.view.faces.LifecycleListener2.contextInitialized(javax.servlet.ServletContextEvent) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION275
Method org.apache.shale.tiger.view.faces.LifecycleListener2.registerClass(Class,javax.faces.application.Application) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION1405
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireApplicationDestroy(Object)STYLEBC_UNCONFIRMED_CAST718
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireApplicationInit(Object)STYLEBC_UNCONFIRMED_CAST744
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireRequestDestroy(Object)STYLEBC_UNCONFIRMED_CAST771
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireRequestInit(Object)STYLEBC_UNCONFIRMED_CAST798
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireSessionActivate(Object)STYLEBC_UNCONFIRMED_CAST824
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireSessionDestroy(Object)STYLEBC_UNCONFIRMED_CAST850
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireSessionInit(Object)STYLEBC_UNCONFIRMED_CAST876
Unchecked/unconfirmed cast from java.lang.Throwable to class java.lang.Exception in org.apache.shale.tiger.view.faces.LifecycleListener2.fireSessionPassivate(Object)STYLEBC_UNCONFIRMED_CAST902

org.apache.shale.tiger.config.FacesConfigParser

BugCategoryDetailsLine
Usage of GetResource in org.apache.shale.tiger.config.FacesConfigParser.digester() may be unsafe if class is extendedCORRECTNESSUI_INHERITANCE_UNSAFE_GETRESOURCE203
Inconsistent synchronization of org.apache.shale.tiger.view.faces.LifecycleListener2.queue; locked 75% of timeMT_CORRECTNESSIS2_INCONSISTENT_SYNC1302