-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: tools
-
b14
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8361364 | 8u471 | Anawesha Khuntia | P4 | Resolved | Fixed | b02 |
There are two static methods JavadocTester.run which take a JavadocTester as the first argument. These should be converted to non-static methods and all the tests updated.
In general, the tests ignore the return code from javadoc, which is bad.
We should re-evaluate the way we invoke JavadocTester. It may be that a builder pattern would work better than the current splattering of run* methods.
In general, the tests ignore the return code from javadoc, which is bad.
We should re-evaluate the way we invoke JavadocTester. It may be that a builder pattern would work better than the current splattering of run* methods.
- backported by
-
JDK-8361364 Clean up the way JavadocTester is invoked, and checks for errors.
-
- Resolved
-