-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: BindingsIssues in Java Library Binding projects.Issues in Java Library Binding projects.
Milestone
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.
Version Information
Log File
thisisthekap
Metadata
Metadata
Assignees
Labels
Area: BindingsIssues in Java Library Binding projects.Issues in Java Library Binding projects.