| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.976 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 595 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| 2 | 4 | 620 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
int length1 = currentFieldInfos == null ? 0: currentFieldInfos.length;
int length2 = otherFieldInfos == null ? 0: otherFieldInfos.length;
int index1 = 0;
int index2 = 0;
|
| ||||
int length1 = currentMethodInfos == null ? 0: currentMethodInfos.length;
int length2 = otherMethodInfos == null ? 0: otherMethodInfos.length;
int index1 = 0;
int index2 = 0;
|
| |||
int length1 = [[#variable63343640]]== null ? 0: [[#variable63343640]].length; int length2 = [[#variable63343660]]== null ? 0: [[#variable63343660]].length; int index1 = 0; int index2 = 0; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#63343640]] | currentMethodInfos |
| 1 | 2 | [[#63343640]] | currentFieldInfos |
| 2 | 1 | [[#63343660]] | otherMethodInfos |
| 2 | 2 | [[#63343660]] | otherFieldInfos |