Closed
Description
@(JavaSourceJar)
can be is a way to extract parameter name information from Javadoc files, and use that parameter name information within a .jar
binding.
With the introduction of JDK 11 support #4567, @(JavaSourceJar)
support is unfortunately broken, in part because JDK 11's javadoc
utility emits different HTML, which isn't currently supported.
Steps to Reproduce
- Revert the
JavaSourceJar
-related changes from PR JetBrains OpenJDK 11 #4567 - Run the
BindingBuildTest.JavaSourceJar()
unit test - Watch it fail.
Expected Behavior
The unit test should work!
Actual Behavior
It doesn't.