Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 6 | 1 | 0.993 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 356 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
2 | 4 | 389 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
3 | 4 | 443 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
4 | 4 | 457 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
5 | 4 | 553 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
6 | 4 | 567 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
| ||||
// managing private access if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getstatic(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| ||||
// managing private access if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getfield(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| ||||
if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getstatic(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| ||||
if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getfield(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| ||||
if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getstatic(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| ||||
if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream.getfield(fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
| |||
// managing private access if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) { codeStream. [[#variablea0fb9ce0]](fieldBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0fb9ce0]] | getfield |
1 | 2 | [[#a0fb9ce0]] | getstatic |
1 | 3 | [[#a0fb9ce0]] | getstatic |
1 | 4 | [[#a0fb9ce0]] | getfield |
1 | 5 | [[#a0fb9ce0]] | getstatic |
1 | 6 | [[#a0fb9ce0]] | getfield |