We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a62ff19 + 2b268a2 commit cd9f6bcCopy full SHA for cd9f6bc
test/langtools/tools/javac/processing/model/element/TestFileObjectOf.java
@@ -506,7 +506,7 @@ public class TestClass {
506
.files(".")
507
.run();
508
509
- String testClassSource = "jar:file://" + module.toAbsolutePath().toString() + "!/test/TestClass.class";
+ String testClassSource = "jar:" + module.toUri().toString() + "!/test/TestClass.class";
510
511
List<String> log;
512
0 commit comments