Skip to content

Commit 5335723

Browse files
committed
Fix classpath lookups for ECJ when package names are slash-delimited
1 parent 5d717f9 commit 5335723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers/ecj/EcjJctFileManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public Set<JavaFileObject> list(
100100
return Set.of();
101101
}
102102

103+
packageName = fixClassOrPackageName(packageName);
103104
return super.list(location, packageName, kinds, recurse);
104105
}
105106

0 commit comments

Comments
 (0)