CloneSet8435


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152307
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
252539
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
5
Source Line
2307
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                if (this.resolveBindings) {
                        recordNodes(thisExpression, reference);
                        recordPendingThisExpressionScopeResolution(thisExpression);
                }
                return thisExpression;


Clone Instance
2
Line Count
5
Source Line
2539
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                        if (this.resolveBindings) {
                                recordNodes(thisExpression, reference);
                                recordPendingThisExpressionScopeResolution(thisExpression);
                        }
                        return thisExpression;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.resolveBindings) {
  recordNodes(thisExpression, reference);
  recordPendingThisExpressionScopeResolution(thisExpression);
}
return thisExpression;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None