JDK-8249897 : jdk/javadoc/tool/LangVers.java uses @ignore w/o bug-id
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 11,15,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-07-22
  • Updated: 2021-07-15
  • Resolved: 2021-06-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 18
11.0.13-oracleFixed 17 b28Fixed 18Fixed
Related Reports
Relates :  
Description
after JDK-8035473, jdk/javadoc/tool/LangVers.java has '@ignore API, re-evaluate, unsure of this test.' 

canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.
Comments
Fix Request (11u) Clean obsolete test removal. Matches `11.0.13-oracle`. `jdk/javadoc/` tests still pass, just in case there were dependencies.
12-07-2021

Changeset: 69d01b6b Author: Jonathan Gibbons <jjg@openjdk.org> Date: 2021-06-17 14:09:11 +0000 URL: https://git.openjdk.java.net/jdk17/commit/69d01b6bcabda177f5e27f6c7b141be57cd00619
17-06-2021