Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3565 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 4 | 3571 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
if (this.pendingNameScopeResolution != null) { for (Iterator iterator = this.pendingNameScopeResolution.iterator(); iterator.hasNext();) { Name name = (Name) iterator.next(); this.ast.getBindingResolver().recordScope(name, lookupScope(name)); } } |
| ||||
if (this.pendingThisExpressionScopeResolution != null) { for (Iterator iterator = this.pendingThisExpressionScopeResolution.iterator(); iterator.hasNext();) { ThisExpression thisExpression = (ThisExpression) iterator.next(); this.ast.getBindingResolver().recordScope(thisExpression, lookupScope(thisExpression)); } } |
| |||
if (this. [[#variable4e7c1cc0]]!= null) { for (Iterator iterator = this. [[#variable4e7c1cc0]].iterator(); iterator.hasNext();) { [[#variable4e7c1c20]] [[#variable4e7c1b60]]= ( [[#variable4e7c1c20]]) iterator.next(); this.ast.getBindingResolver().recordScope( [[#variable4e7c1b60]], lookupScope( [[#variable4e7c1b60]])); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e7c1cc0]] | pendingThisExpressionScopeResolution |
1 | 2 | [[#4e7c1cc0]] | pendingNameScopeResolution |
2 | 1 | [[#4e7c1c20]] | ThisExpression |
2 | 2 | [[#4e7c1c20]] | Name |
3 | 1 | [[#4e7c1b60]] | thisExpression |
3 | 2 | [[#4e7c1b60]] | name |