mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] API cleanup: mark for removal and as internal deprecated API without external usages (IJPL-190638)
APIs, which were marked as deprecated in 251 or earlier and don't have external usages, are marked as internal. Also, if there are no internal usages, it's also marked for removal. GitOrigin-RevId: ffd772fc41738cdf3bcf5a122756936383184866
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2d1c5f3960
commit
093d3214f4
+3
-1
@@ -5,6 +5,7 @@ import com.intellij.openapi.fileTypes.FileType;
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.psi.search.GlobalSearchScope;
|
||||
import com.intellij.util.indexing.StorageException;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.jps.backwardRefs.CompilerRef;
|
||||
@@ -29,7 +30,8 @@ public abstract class CompilerReferenceReader<Index extends CompilerReferenceInd
|
||||
* @deprecated Use {@link #CompilerReferenceReader(Path, CompilerReferenceIndex)}
|
||||
*/
|
||||
@SuppressWarnings("IO_FILE_USAGE")
|
||||
@Deprecated
|
||||
@ApiStatus.Internal
|
||||
@Deprecated(forRemoval = true)
|
||||
public CompilerReferenceReader(@NotNull File buildDir, Index index) {
|
||||
myIndex = index;
|
||||
this.buildDir = buildDir.toPath();
|
||||
|
||||
Reference in New Issue
Block a user