Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-195

Tree API generics inconsistent

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.BETA2, 4.0.0.Final
    • 4.0.0.BETA1
    • Core
    • None
    • Medium

      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.

              manik_jira Manik Surtani (Inactive)
              manik_jira Manik Surtani (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: