The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
197 | 7 | 3 | 7 |
Class | Bugs |
---|---|
junction.Container | 3 |
junction.ContainerUtil | 3 |
junction.annotation.AnnotationsContainerConfiguration | 1 |
Bug | Category | Details | Line |
---|---|---|---|
Method junction.Container.configure(Object) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version instead | I18N | DM_CONVERT_CASE | 730 |
Private method junction.Container.getAdaptedObject(Object) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 275-285 |
Private method junction.Container.getTarget(Object) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 298-308 |
Bug | Category | Details | Line |
---|---|---|---|
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) | STYLE | BC_UNCONFIRMED_CAST | 312 |
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) | STYLE | BC_UNCONFIRMED_CAST | 308 |
junction.ContainerUtil.SINGLE_CONTAINER_ARG_TYPES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 39 |
Bug | Category | Details | Line |
---|---|---|---|
Method junction.annotation.AnnotationsContainerConfiguration.getParameter(Object,String,Class) invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version instead | I18N | DM_CONVERT_CASE | 51 |