Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 419 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java |
2 | 8 | 641 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java |
| ||||
if (accessor == null) { if (isStatic) { codeStream.getstatic(lastFieldBinding); } else { codeStream.getfield(lastFieldBinding); } } else { codeStream.invokestatic(accessor); } |
| ||||
if (accessor == null) { if (lastFieldBinding.isStatic()) { codeStream.getstatic(lastFieldBinding); } else { codeStream.getfield(lastFieldBinding); } } else { codeStream.invokestatic(accessor); } |
| |||
if (accessor == null) { if ( [[#variable5fc330a0]]) { codeStream.getstatic(lastFieldBinding); } else { codeStream.getfield(lastFieldBinding); } } else { codeStream.invokestatic(accessor); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fc330a0]] | lastFieldBinding.isStatic() |
1 | 2 | [[#5fc330a0]] | isStatic |