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

Tree API generics inconsistent

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

            manik_jira Manik Surtani (Inactive)
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: