Duplicate @throws docs in java.util.Map.replaceAll() method

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      @throws NullPointerException if the specified function is null, or the specified replacement value is null, and this map does not permit null values
      @throws NullPointerException if function or a replacement value is null, and this map does not permit null keys or values (optional)

      In my opinion first one is more accurate.


      FREQUENCY : always


            Assignee:
            Stuart Marks
            Reporter:
            Webbug Group
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: