Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
I'm uncertain of the implications of this, but "LifecycleManagerImpl" is failing to update its Hashtable as expected.
The table.put() is called with the types: String=>FileAccessor. table.get() is called with the type String. However, table.remove is consistently called with type File.
So all attempts to remove anything from the table should be expected to fail.
–
Noticed this when I was reading through the class. Appears to have been this way since 2008.
Attachments
Issue Links
- duplicates
-
AXIOM-493 LifecycleManagerImpl doesn't delete FileAccesor references correctly
- Resolved