Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 193 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
2 | 2 | 200 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| ||||
/** * @see IMethodInfo#isClinit() */ public boolean isClinit() { return this.name[0] == '<' && this.name.length == 8; // Can only match <clinit> } |
| ||||
/** * @see IMethodInfo#isConstructor() */ public boolean isConstructor() { return this.name[0] == '<' && this.name.length == 6; // Can only match <init> } |
| |||
/** * @see IMethodInfo#isClinit() */ /** * @see IMethodInfo#isConstructor() */ public boolean [[#variable754879c0]]() { return this.name[0] == '<' && this.name.length == [[#variable754878e0]]; // Can only match <clinit> // Can only match <init> } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#754879c0]] | isClinit |
1 | 2 | [[#754879c0]] | isConstructor |
2 | 1 | [[#754878e0]] | 8 |
2 | 2 | [[#754878e0]] | 6 |