FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
197737

Files

ClassBugs
junction.Container3
junction.ContainerUtil3
junction.annotation.AnnotationsContainerConfiguration1

junction.Container

BugCategoryDetailsLine
Method junction.Container.configure(Object) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE730
Private method junction.Container.getAdaptedObject(Object) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD275-285
Private method junction.Container.getTarget(Object) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD298-308

junction.ContainerUtil

BugCategoryDetailsLine
Unchecked/unconfirmed cast from java.lang.Throwable to java.lang.Error in junction.ContainerUtil.tryInvoke(Object,java.lang.reflect.Method,Object[],org.apache.log4j.Logger)STYLEBC_UNCONFIRMED_CAST312
Unchecked/unconfirmed cast from java.lang.Throwable to java.lang.RuntimeException in junction.ContainerUtil.tryInvoke(Object,java.lang.reflect.Method,Object[],org.apache.log4j.Logger)STYLEBC_UNCONFIRMED_CAST308
junction.ContainerUtil.SINGLE_CONTAINER_ARG_TYPES should be package protectedMALICIOUS_CODEMS_PKGPROTECT39

junction.annotation.AnnotationsContainerConfiguration

BugCategoryDetailsLine
Method junction.annotation.AnnotationsContainerConfiguration.getParameter(Object,String,Class) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE51