James Grahn created AXIOM-440:
---------------------------------

             Summary: LifecycleManagerImpl wrong by inspection
                 Key: AXIOM-440
                 URL: https://issues.apache.org/jira/browse/AXIOM-440
             Project: Axiom
          Issue Type: Bug
            Reporter: James Grahn


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to