[infinispan-issues] [JBoss JIRA] Created: (ISPN-195) Tree API generics inconsistent

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Sep 24 10:21:49 EDT 2009


Tree API generics inconsistent
------------------------------

                 Key: ISPN-195
                 URL: https://jira.jboss.org/jira/browse/ISPN-195
             Project: Infinispan
          Issue Type: Bug
          Components: Tree API
    Affects Versions: 4.0.0.BETA1
            Reporter: Manik Surtani
            Assignee: Manik Surtani
             Fix For: 4.0.0.CR1, 4.0.0.GA


TreeCache is parameterized with <K, V>.  TreeCache is constructed with Cache<K, V>, which is incorrect.  It should actually be constructed with Cache<NodeKey, AtomicMap<K, V>>.

TreeCache.getCache() exhibits this problem as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list