mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Warnings fixed
GitOrigin-RevId: c776724abc32aec898940cedbc96e6bbd874289c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
416b27522e
commit
498d3de463
@@ -485,7 +485,7 @@ public class JavaSmartStepIntoHandler extends JvmSmartStepIntoHandler {
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
BytecodeVisitor bytecodeVisitor = new BytecodeVisitor();
|
||||
MethodBytecodeUtil.visit(location.method(), bytecodeVisitor, true);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.codeInsight.daemon.impl.analysis;
|
||||
|
||||
import com.intellij.codeInsight.daemon.HighlightDisplayKey;
|
||||
|
||||
Reference in New Issue
Block a user