mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -551,9 +551,9 @@ public abstract class DebuggerUtils {
|
||||
return isDebugAware(file, true);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private static boolean isDebugAware(@NotNull PsiFile file, boolean breakpointAware) {
|
||||
FileType fileType = file.getFileType();
|
||||
//noinspection deprecation
|
||||
if (fileType instanceof LanguageFileType && ((LanguageFileType)fileType).isJVMDebuggingSupported()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user