-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 18
-
Component/s: tools
-
b13
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8323130 | 17.0.11-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
| JDK-8323566 | 17.0.11 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
In the `JavadocTester` world, we typically have methods that take `Path base`. This leads to boilerplate in the call of the `runTests` method. Instead, it could detect the need for a `Path` argument and supply it automatically.
Also, runtests could take either a `List<String>` or a `String...` to filter the set of methods to be invoked, to simplify debugging.
Also, runtests could take either a `List<String>` or a `String...` to filter the set of methods to be invoked, to simplify debugging.
- backported by
-
JDK-8323130 improve `JavadocTester.runTests`
-
- Resolved
-
-
JDK-8323566 improve `JavadocTester.runTests`
-
- Resolved
-
- relates to
-
JDK-8286311 remove boilerplate from use of runTests
-
- Resolved
-
- links to
-
Commit
openjdk/jdk17u-dev/5e819418
-
Commit
openjdk/jdk/b0028a45
-
Review
openjdk/jdk17u-dev/2111
-
Review
openjdk/jdk/6983
(2 links to)