Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.969 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 620 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java |
2 | 5 | 628 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java |
| ||||
/** * @see IJavaStackFrame#dropToFrame() */ public void dropToFrame() throws DebugException { if (supportsDropToFrame()) { ((JDIThread) getThread()).dropToFrame(this ); } else { notSupported(JDIDebugModelMessages.JDIStackFrame_Drop_to_frame_not_supported); } } |
| ||||
public void popFrame() throws DebugException { if (supportsDropToFrame()) { ((JDIThread) getThread()).popFrame(this ); } else { notSupported(JDIDebugModelMessages.JDIStackFrame_pop_frame_not_supported); } } |
| |||
/** * @see IJavaStackFrame#dropToFrame() */ public void [[#variable58cda860]]() throws DebugException { if (supportsDropToFrame()) { ((JDIThread) getThread()). [[#variable58cda860]](this ); } else { notSupported(JDIDebugModelMessages. [[#variable58cda760]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58cda860]] | dropToFrame |
1 | 2 | [[#58cda860]] | popFrame |
2 | 1 | [[#58cda760]] | JDIStackFrame_Drop_to_frame_not_supported |
2 | 2 | [[#58cda760]] | JDIStackFrame_pop_frame_not_supported |