Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 1 | 0.975 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 699 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java |
2 | 1 | 719 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java |
3 | 2 | 770 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java |
4 | 2 | 794 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java |
| ||||
sourceType == targetEnclosingType || ( !onlyExactMatch && sourceType.findSuperTypeWithSameErasure(targetEnclosingType) != null) |
| ||||
sourceType == targetEnclosingType || ( !onlyExactMatch && sourceType.findSuperTypeWithSameErasure(targetEnclosingType) != null) |
| ||||
currentType == targetEnclosingType || ( !onlyExactMatch && currentType.findSuperTypeWithSameErasure(targetEnclosingType) != null) |
| ||||
currentType == targetEnclosingType || ( !onlyExactMatch && currentType.findSuperTypeWithSameErasure(targetEnclosingType) != null) |
| |||
[[#variable9b1dd2c0]]== targetEnclosingType || ( !onlyExactMatch && [[#variable9b1dd2c0]].findSuperTypeWithSameErasure(targetEnclosingType) != null) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b1dd2c0]] | sourceType |
1 | 2 | [[#9b1dd2c0]] | currentType |
1 | 3 | [[#9b1dd2c0]] | sourceType |
1 | 4 | [[#9b1dd2c0]] | currentType |