| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 8 | 2 | 0.982 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 331 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
| 2 | 5 | 338 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
| 3 | 4 | 59 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| 4 | 4 | 198 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| 5 | 4 | 221 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| 6 | 4 | 227 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| 7 | 4 | 259 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| 8 | 4 | 275 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetFieldReference.java |
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) ||
(this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2();
}
else {
codeStream.dup();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) ||
(this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x1();
}
else {
codeStream.dup_x1();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x2();
}
else {
codeStream.dup_x2();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x2();
}
else {
codeStream.dup_x2();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2();
}
else {
codeStream.dup();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x1();
}
else {
codeStream.dup_x1();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x1();
}
else {
codeStream.dup_x1();
}
|
| ||||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream.dup2_x2();
}
else {
codeStream.dup2_x1();
}
|
| |||
if ((this.codegenBinding.type == TypeBinding.LONG) || (this.codegenBinding.type == TypeBinding.DOUBLE)) {
codeStream. [[#variable62ab3400]]();
}
else {
codeStream. [[#variable62ab3380]]();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#62ab3400]] | dup2_x2 |
| 1 | 2 | [[#62ab3400]] | dup2_x1 |
| 1 | 3 | [[#62ab3400]] | dup2 |
| 1 | 4 | [[#62ab3400]] | dup2_x2 |
| 1 | 5 | [[#62ab3400]] | dup2_x2 |
| 1 | 6 | [[#62ab3400]] | dup2_x1 |
| 1 | 7 | [[#62ab3400]] | dup2 |
| 1 | 8 | [[#62ab3400]] | dup2_x1 |
| 2 | 1 | [[#62ab3380]] | dup_x2 |
| 2 | 2 | [[#62ab3380]] | dup_x1 |
| 2 | 3 | [[#62ab3380]] | dup |
| 2 | 4 | [[#62ab3380]] | dup2_x1 |
| 2 | 5 | [[#62ab3380]] | dup_x2 |
| 2 | 6 | [[#62ab3380]] | dup_x1 |
| 2 | 7 | [[#62ab3380]] | dup |
| 2 | 8 | [[#62ab3380]] | dup_x1 |