CloneSet1549


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.963IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14269
Closure/closure/goog/structs/avltree.js
24365
Closure/closure/goog/structs/avltree.js
Clone Instance
1
Line Count
4
Source Line
269
Source File
Closure/closure/goog/structs/avltree.js

           if (this.comparator_(node.value, value)<  0){
      retNode=  node.right;
                                                       }
           else
           {
      isContained=  true;
           }


Clone Instance
2
Line Count
4
Source Line
365
Source File
Closure/closure/goog/structs/avltree.js

               if (this.comparator_(node.value, opt_startValue)<  0){
          retNode=  node.right;
                                                                    }
               else
               {
          startNode=  node;
               }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this.comparator_(node.value, [[#variable202a96c0]])<0)
  { retNode=node.right;
  }
else
  {  [[#variable202a95a0]]= [[#variable202a9420]];
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#202a96c0]]
opt_startValue 
12[[#202a96c0]]
value 
21[[#202a95a0]]
startNode 
22[[#202a95a0]]
isContained 
31[[#202a9420]]
node 
32[[#202a9420]]
true