CloneSet1381


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.989StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16886
Closure/closure/goog/ui/imagelessroundedcorner.js
23946
Closure/closure/goog/ui/imagelessroundedcorner.js
Clone Instance
1
Line Count
6
Source Line
886
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

  this.graphics_.drawPath(path, stroke, null);

  // Extract the shape node, append it to the container, and set the
  // container styles. Then append the container to the DOM.
  var shapeNode=  this.extractShapeNode_( );
  this.domHelper_.appendChild(this.container_, shapeNode);


Clone Instance
2
Line Count
3
Source Line
946
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

  this.graphics_.drawPath(path, stroke, fill);
  var shapeNode=  this.extractShapeNode_( );
  this.domHelper_.appendChild(this.container_, shapeNode);


Clone AbstractionParameter Count: 1Parameter Bindings

this.graphics_.drawPath(path,stroke, [[#variable1eabd660]]);
// Extract the shape node, append it to the container, and set the
// container styles. Then append the container to the DOM.
var shapeNode=this.extractShapeNode_( );
this.domHelper_.appendChild(this.container_,shapeNode);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1eabd660]]
fill 
12[[#1eabd660]]
null