Details
Description
The GroupAsyncRenderer can throw a NullPointerException when DisposableBeans are used. This occurs when multiple beans are using the same renderer (e.g. clock) and the first call to dispose causes the internal reference to the RenderManager to be set to null. Subsequent calls to dispose of the renderer by DisposableBeans will cause the NPE.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15924 | Tue Mar 04 14:32:17 MST 2008 | deryk.sinotte | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
I've removed the statement that sets the renderManager reference to null in GroupAsyncRenderer.dispose. There's not really a strict need to do this and subsequent dispose() calls should do the right thing. Resolving as fixed.