RFR:JDK-8190875:modules not listed in overview/index page
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri Jun 1 19:58:18 UTC 2018
On 06/01/2018 02:34 AM, Priya Lakshmi Muthuswamy wrote:
> Hi,
>
> Kindly review the fix for
> https://bugs.openjdk.java.net/browse/JDK-8190875
> webrev : http://cr.openjdk.java.net/~pmuthuswamy/8190875/webrev.00/
>
> Thanks,
> Priya
You are using a single shared src directory, and mutating it in the
various test cases.
This means that the test cases are not independent, and depend on the
(unspecified)
order of execution of the test cases.
You should create a new copy of the "src" directory as a new
subdirectory of the "base"
directory in each test case.
-- Jon
More information about the javadoc-dev
mailing list