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:
Andrei.Kuznetsov
2025-08-06 13:27:19 +00:00
committed by intellij-monorepo-bot
parent 7f48fa3c8f
commit bef90557b8
4 changed files with 28 additions and 11 deletions
@@ -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());
}
}