JDK-8164283 : Fix ElementsTable and the test for 8025693
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2016-08-18
  • Updated: 2018-10-23
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.
Other
tbd_minorUnresolved
Related Reports
Relates :  
Description
The test http://hg.openjdk.java.net/jdk9/dev/langtools/file/c949657b7390/test/jdk/javadoc/tool/8025693/Test.java
needs to be fixed correctly, ie. it checks only for the error message, which does not show because of the changes for JDK-8159305, where the case of the no package files cause an error vs. warning.

Therefore there are two parts to this:
a. fix the test and b. fix ElementsTable such that it discovers empty packages, empty meaning devoid of both class and source files, only then throw error