- 
    Bug 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    8, 11, 15, 16
                    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
            
@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
- duplicates
- 
                    JDK-8289779 Map::replaceAll javadoc has redundant @throws clauses -           
- Resolved
 
-