Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 169 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIArrayEntryVariable.java |
2 | 4 | 182 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDILocalVariable.java |
| ||||
/** * @see IValueModification#setValue(IValue) */ public void setValue(IValue v) throws DebugException { if (verifyValue(v)) { JDIValue value = (JDIValue) v; setJDIValue(value.getUnderlyingValue()); } } |
| ||||
/** * @see IValueModification#setValue(IValue) */ public void setValue(IValue v) throws DebugException { if (verifyValue(v)) { JDIValue value = (JDIValue) v; setJDIValue(value.getUnderlyingValue()); } } |
| |||
/** * @see IValueModification#setValue(IValue) */ public void setValue(IValue v) throws DebugException { if (verifyValue(v)) { JDIValue value = (JDIValue) v; setJDIValue(value.getUnderlyingValue()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |