The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.utilities.ioc.dependencies.impl.NPEDependencyProxy.getFilters() may expose internal representation by returning NPEDependencyProxy.filters | MALICIOUS_CODE | EI_EXPOSE_REP | 65 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.utilities.ioc.dependencies.impl.PassiveDependencyProxy.getFilters() may expose internal representation by returning PassiveDependencyProxy.filters | MALICIOUS_CODE | EI_EXPOSE_REP | 84 | Medium |
new org.universAAL.utilities.ioc.dependencies.impl.PassiveDependencyProxy(ModuleContext, Object[]) may expose internal representation by storing an externally mutable object into PassiveDependencyProxy.filters | MALICIOUS_CODE | EI_EXPOSE_REP2 | 66 | Medium |
Inconsistent synchronization of org.universAAL.utilities.ioc.dependencies.impl.PassiveDependencyProxy.proxy; locked 83% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 129 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.utilities.ioc.dependencies.impl.WaitingDependencyProxy.getFilters() may expose internal representation by returning WaitingDependencyProxy.filters | MALICIOUS_CODE | EI_EXPOSE_REP | 68 | Medium |