CloneSet774


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16801
Closure/closure/goog/ui/splitpane.js
26826
Closure/closure/goog/ui/splitpane.js
Clone Instance
1
Line Count
6
Source Line
801
Source File
Closure/closure/goog/ui/splitpane.js

    if (this.isVertical_( )){
      var top=  this.getRelativeTop_(e.top);
      this.setFirstComponentSize(top);
                            }
    else   {
      var left=  this.getRelativeLeft_(e.left);
      this.setFirstComponentSize(left);
           }


Clone Instance
2
Line Count
6
Source Line
826
Source File
Closure/closure/goog/ui/splitpane.js

  if (this.isVertical_( )){
    var top=  this.getRelativeTop_(e.top);
    this.setFirstComponentSize(top);
                          }
  else   {
    var left=  this.getRelativeLeft_(e.left);
    this.setFirstComponentSize(left);
         }


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.isVertical_( ))
  { var top=this.getRelativeTop_(e.top);
    this.setFirstComponentSize(top);
  }
else
  { var left=this.getRelativeLeft_(e.left);
    this.setFirstComponentSize(left);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None