Warnings fixed

GitOrigin-RevId: c776724abc32aec898940cedbc96e6bbd874289c
This commit is contained in:
Tagir Valeev
2023-05-05 12:47:13 +02:00
committed by intellij-monorepo-bot
parent 416b27522e
commit 498d3de463
2 changed files with 2 additions and 2 deletions

View File

@@ -485,7 +485,7 @@ public class JavaSmartStepIntoHandler extends JvmSmartStepIntoHandler {
}
}
}
};
}
BytecodeVisitor bytecodeVisitor = new BytecodeVisitor();
MethodBytecodeUtil.visit(location.method(), bytecodeVisitor, true);

View File

@@ -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;