CloneSet750


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110335
Closure/closure/goog/ui/tree/treecontrol.js
21089
Closure/closure/goog/ui/tree/treenode.js
Clone Instance
1
Line Count
10
Source Line
335
Source File
Closure/closure/goog/ui/tree/treecontrol.js

  var expanded=  this.getExpanded( );
  if (expanded
      &&          this.expandedIconClass_) {
    return this.expandedIconClass_;
                                           }
  if (!expanded
      &&           this.iconClass_) {
    return this.iconClass_;
                                    }
  // fall back on default icons
  var config=  this.getConfig( );


Clone Instance
2
Line Count
10
Source Line
89
Source File
Closure/closure/goog/ui/tree/treenode.js

  var expanded=  this.getExpanded( );
  if (expanded
      &&          this.expandedIconClass_) {
    return this.expandedIconClass_;
                                           }
  if (!expanded
      &&           this.iconClass_) {
    return this.iconClass_;
                                    }
  // fall back on default icons
  var config=  this.getConfig( );


Clone AbstractionParameter Count: 0Parameter Bindings

var expanded=this.getExpanded( );
if (expanded
    && this.expandedIconClass_)
  { return this.expandedIconClass_;
  }
if (!expanded
    && this.iconClass_)
  { return this.iconClass_;
  }
// fall back on default icons
var config=this.getConfig( );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None