Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8255426

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


            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: