mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-15953 deprecate CompilerProjectExtension.{getCompilerOutputPointer and setCompilerOutputPointer}
We want to get rid of VirtualFilePointer's and eventually replace all of them with the VirtualFileUrl. GitOrigin-RevId: 6c97578069744188945d04ace32d9ae6a68aa0be
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7f48fa3c8f
commit
bef90557b8
+1
@@ -40,6 +40,7 @@ final class ExcludeCompilerOutputPolicy implements DirectoryIndexExcludePolicy {
|
||||
if (extension.isCompilerOutputPathInherited()) {
|
||||
CompilerProjectExtension projectExtension = CompilerProjectExtension.getInstance(myProject);
|
||||
if (projectExtension != null) {
|
||||
// usage of the obsolete method will be fixed by IJPL-16028
|
||||
ContainerUtil.addIfNotNull(result, projectExtension.getCompilerOutputPointer());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user