mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -159,6 +159,7 @@ public class StackFrameProxyImpl extends JdiProxy implements StackFrameProxy {
|
||||
return (VirtualMachineProxyImpl) myTimer;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public Location location() throws EvaluateException {
|
||||
InvalidStackFrameException error = null;
|
||||
|
||||
@@ -19,6 +19,7 @@ import com.intellij.debugger.engine.evaluation.EvaluateException;
|
||||
import com.sun.jdi.ClassLoaderReference;
|
||||
import com.sun.jdi.Location;
|
||||
import com.sun.jdi.StackFrame;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface StackFrameProxy extends ObjectReferenceProxy{
|
||||
StackFrame getStackFrame() throws EvaluateException;
|
||||
@@ -27,6 +28,7 @@ public interface StackFrameProxy extends ObjectReferenceProxy{
|
||||
|
||||
VirtualMachineProxy getVirtualMachine();
|
||||
|
||||
@Nullable
|
||||
Location location() throws EvaluateException;
|
||||
|
||||
ClassLoaderReference getClassLoader() throws EvaluateException;
|
||||
|
||||
Reference in New Issue
Block a user