Typos in lines 750-751 ConcurrentHashMap method tabAt(Node<K,V>[] tab, int i)

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 8, 11, 17, 18
    • Component/s: core-libs

      A DESCRIPTION OF THE PROBLEM :
      Text as follows:
       the form of a hash value anded with (length - 1) is a valid
           * index. Note that, to be correct wrt arbitrary concurrency
      Suggestion:
      Text as follows:
       the form of a hash value ended with (length - 1) is a valid
           * index. Note that, to be correct wrt arbitrary concurrency

      Not sure what wrt means and if it's a typo as well


      FREQUENCY : always


            Assignee:
            Stuart Marks
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: