mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CompilerTester.findClassFile should accept qualified names
This commit is contained in:
@@ -124,7 +124,7 @@ public class CompilerTester {
|
||||
path.getChildren();
|
||||
assert path != null;
|
||||
path.refresh(false, true);
|
||||
return path.findChild(className + ".class");
|
||||
return path.findChild(className.replace('.', '/') + ".class");
|
||||
}
|
||||
|
||||
public void touch(VirtualFile file) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user