InvocationUtil cache is not used properly for determining that methods do not 
exist in a class
----------------------------------------------------------------------------------------------

                 Key: FELIX-2976
                 URL: https://issues.apache.org/jira/browse/FELIX-2976
             Project: Felix
          Issue Type: Bug
          Components: Dependency Manager
    Affects Versions: dependencymanager-3.0.0
            Reporter: Marcel Offermans
            Assignee: Marcel Offermans


There is a bug in the InvocationUtil cache that prevents it from properly 
remembering that certain methods did not exist in a class. 
InvocationUtil.getDeclaredMethod(...) checks the cache and only returns 
something when the cache does not return null. But, null is actually a valid 
result, so we need to add a check to see if they key was in the map but with a 
null value.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to