CloneSet1664


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.972StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141276
Closure/closure/goog/ui/tree/basenode.js
241293
Closure/closure/goog/ui/tree/basenode.js
Clone Instance
1
Line Count
4
Source Line
1276
Source File
Closure/closure/goog/ui/tree/basenode.js

  if (t.getSuspendRedraw( ))return;
  var img=  this.getExpandIconElement( );
  if (img) {
    img.className=  this.getExpandIconClass( );
           }


Clone Instance
2
Line Count
4
Source Line
1293
Source File
Closure/closure/goog/ui/tree/basenode.js

  if (t.getSuspendRedraw( ))return;
  var img=  this.getIconElement( );
  if (img) {
    img.className=  this.getCalculatedIconClass( );
           }


Clone AbstractionParameter Count: 2Parameter Bindings

if (t.getSuspendRedraw( ))
  return;
var img=this. [[#variable62e0c080]]( );
if (img)
  { img.className=this. [[#variable62e0c7c0]]( );
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62e0c080]]
getExpandIconElement 
12[[#62e0c080]]
getIconElement 
21[[#62e0c7c0]]
getExpandIconClass 
22[[#62e0c7c0]]
getCalculatedIconClass