JDK-8262372 : Fix "no comment" warnings in java.base/java.net
  • Type: CSR
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Closed
  • Resolution: Approved
  • Fix Versions: 17
  • Submitted: 2021-02-25
  • Updated: 2021-03-01
  • Resolved: 2021-03-01
Related Reports
CSR :  
Description
Summary
-------

Address the "no comment" warnings in `java.net` generated by javadoc -Xdoclint

Problem
-------

`java.net` contains several classes such as `java.net.HttpRetryException` containing fields and/or methods which are missing a javadoc comment.

Solution
--------

Add the missing comments to the appropriate fields and methods in java.net.

Specification
-------------

A patch and a zip containing the webrev and the generated serial form doc will attached to this CSR before finalization. 

For convenience the webrev & serialized form page can also be browsed online here:
[http://cr.openjdk.java.net/~dfuchs/webrev_8253100.00/index.html][1]


  [1]: http://cr.openjdk.java.net/~dfuchs/webrev_8253100.00/index.html
Comments
Moving to Approved.
01-03-2021