Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.6, 1.1.7
-
None
Description
CreationalContextImpl#removeAllDependents on line 281:
Collection<List<DependentCreationalContext<?>>> values = dependentObjects.values();
dependentObjects can be null.
We should do a second null check inside the synchronized block.
There are other synchronized blocks in this class, maybe we should check them too.
Attachments
Attachments
Issue Links
- is cloned by
-
OWB-740 NPE while removing dependent beans
- Closed