JDK-7128400 : Fix javadoc warning in the deploy build
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-09
  • Updated: 2012-02-06
  • Resolved: 2012-02-06
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 7 JDK 8
7u4Fixed 8 b22Fixed
Description
1000+ javadoc warnings in the deploy part of the build. 
Most of them are caused by wrong classpath settings that prevents javadoc from finding internal classes.

Comments
EVALUATION Adjusted classpath and this helped to resolve most warnings: Plugin - from [javadoc] 801 warnings [javadoc] 192 warnings [javadoc] 194 warnings to [javadoc] 24 warnings [javadoc] 6 warnings [javadoc] 8 warnings Webstart is similar: [javadoc] 646 warnings to [javadoc] 5 warnings
09-01-2012