CloneSet4576


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
15199
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java
25210
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java
Clone Instance
1
Line Count
5
Source Line
199
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java

                if (this.expression instanceof CastExpression &&
                                   (this.expression.bits&  ASTNode.UnnecessaryCast) == 0) {
                        CastExpression.checkNeedForAssignedCast(scope, lhsType, (CastExpression) this.expression);
                }
                return this.resolvedType;


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

                if (this.expression instanceof CastExpression &&
                                   (this.expression.bits&  ASTNode.UnnecessaryCast) == 0) {
                        CastExpression.checkNeedForAssignedCast(scope, lhsType, (CastExpression) this.expression);
                }
                return this.resolvedType;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.expression instanceof CastExpression && (this.expression.bits&ASTNode.UnnecessaryCast) == 0) {
  CastExpression.checkNeedForAssignedCast(scope, lhsType, (CastExpression) this.expression);
}
return this.resolvedType;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None