CloneSet4605


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15171
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java
25103
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java
Clone Instance
1
Line Count
5
Source Line
171
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java

        if ( !(this.lhs instanceof Reference) || this.lhs.isThis()) {
                scope.problemReporter().expressionShouldBeAVariable(this.lhs);
                return null;
        }
        TypeBinding lhsType = lhs.resolveType(scope);


Clone Instance
2
Line Count
5
Source Line
103
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java

                if ( !(this.lhs instanceof Reference) || this.lhs.isThis()) {
                        scope.problemReporter().expressionShouldBeAVariable(this.lhs);
                        return null;
                }
                TypeBinding originalLhsType = lhs.resolveType(scope);


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !(this.lhs instanceof Reference) || this.lhs.isThis()) {
  scope.problemReporter().expressionShouldBeAVariable(this.lhs);
  return null;
}
TypeBinding  [[#variable4c695680]]= lhs.resolveType(scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4c695680]]
lhsType 
12[[#4c695680]]
originalLhsType