Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b82
-
generic
-
generic
Description
With the recent javadoc changes in jdk8, there are 100+ errors and 100+ warnings when running "ant javadoc" on nashorn. At the minimum, we should have no errors. There are two parts to it: ( 1 ) fix issues in nashorn code ( 2 ) Fix issues in ASM code - nashorn javadoc task uses jdk embedded ASM code by relative path. The current bug is to address part ( 1 ) - issues in nashorn source.