Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.987 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 378 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
2 | 4 | 112 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultValuePairBinding.java |
3 | 4 | 154 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePairBinding.java |
4 | 4 | 119 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SimpleDelta.java |
| ||||
public String toString() { StringBuffer buffer = new StringBuffer(); toString(buffer); return buffer.toString(); } |
| ||||
public String toString() { StringBuffer buffer = new StringBuffer(); toString(buffer); return buffer.toString(); } |
| ||||
public String toString() { StringBuffer buffer = new StringBuffer(); toString(buffer); return buffer.toString(); } |
| ||||
public String toString() { StringBuffer buffer = new StringBuffer(); toDebugString(buffer); return buffer.toString(); } |
| |||
public String toString() { StringBuffer buffer = new StringBuffer(); [[#variable63c4bf60]](buffer); return buffer.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63c4bf60]] | toString |
1 | 2 | [[#63c4bf60]] | toDebugString |
1 | 3 | [[#63c4bf60]] | toString |
1 | 4 | [[#63c4bf60]] | toString |