Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1497 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 5 | 1775 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
if (foundDepth > 0) { invocationSite.setDepth(foundDepth); invocationSite.setActualReceiverType(foundActualReceiverType); } return foundField; |
| ||||
if (depth > 0) { invocationSite.setDepth(depth); invocationSite.setActualReceiverType(receiverType); } return methodBinding; |
| |||
if ( [[#variable9c370900]] > 0) { invocationSite.setDepth( [[#variable9c370900]]); invocationSite.setActualReceiverType( [[#variable9c371700]]); } return [[#variable9c371720]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c370900]] | depth |
1 | 2 | [[#9c370900]] | foundDepth |
2 | 1 | [[#9c371700]] | receiverType |
2 | 2 | [[#9c371700]] | foundActualReceiverType |
3 | 1 | [[#9c371720]] | methodBinding |
3 | 2 | [[#9c371720]] | foundField |