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

Tree API generics inconsistent

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)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: