CloneSet5981


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.959statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121637
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
221640
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
Clone Instance
1
Line Count
2
Source Line
1637
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java

        if ((leftIsCast = this.left instanceof CastExpression) == true) this.left.bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on
        TypeBinding leftType = this.left.resolveType(scope);


Clone Instance
2
Line Count
2
Source Line
1640
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java

        if ((rightIsCast = this.right instanceof CastExpression) == true) this.right.bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on
        TypeBinding rightType = this.right.resolveType(scope);


Clone AbstractionParameter Count: 3Parameter Bindings

if (( [[#variable761f4340]]= this. [[#variable761f4300]]instanceof CastExpression) == true)
  this. [[#variable761f4300]].bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on
TypeBinding  [[#variable761acf40]]= this. [[#variable761f4300]].resolveType(scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#761f4340]]
leftIsCast 
12[[#761f4340]]
rightIsCast 
21[[#761f4300]]
left 
22[[#761f4300]]
right 
31[[#761acf40]]
leftType 
32[[#761acf40]]
rightType