Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.991 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 253 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java |
2 | 3 | 183 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIValue.java |
| ||||
/** * @see IStackFrame#getVariables() */ public IVariable[] getVariables() throws DebugException { List list = getVariables0(); return (IVariable[]) list.toArray(new IVariable[list.size()]); } |
| ||||
/** * @see IValue#getVariables() */ public IVariable[] getVariables() throws DebugException { List list = getVariablesList(); return (IVariable[]) list.toArray(new IVariable[list.size()]); } |
| |||
/** * @see IValue#getVariables() */ /** * @see IStackFrame#getVariables() */ public IVariable[] getVariables() throws DebugException { List list = [[#variable544bf760]](); return (IVariable[]) list.toArray(new IVariable[list.size()]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#544bf760]] | getVariablesList |
1 | 2 | [[#544bf760]] | getVariables0 |