RFR: 8282444: Module finder incorrectly assumes default file system path-separator character

Chris Hegarty chegar at openjdk.java.net
Mon Feb 28 16:40:49 UTC 2022


On Mon, 28 Feb 2022 14:34:43 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> we should create another issue to create more tests for custom file systems.

Yeah, that's a good point. I'll take a closer look at this and see how best to expand the coverage (separately).

> I assume you'll update the date in the copyright header of the changed files.

Done.

>> Hi Chris, maybe you should add @bug 8282444 to ModulesInCustomFileSystem.java too?

> The downside is that it would make it look like the test was added fro this issue. I think it only works if the original issue for the module system implementation is there too.

I added a tag with both the original bugId that introduced the test, 8178380, and bug Fix Id for this issue, 8282444.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7632


More information about the core-libs-dev mailing list