Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | StatementList[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 886 | Closure/closure/goog/ui/imagelessroundedcorner.js |
2 | 3 | 946 | 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); |
| ||||
this.graphics_.drawPath(path, stroke, fill); var shapeNode= this.extractShapeNode_( ); this.domHelper_.appendChild(this.container_, shapeNode); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1eabd660]] | fill |
1 | 2 | [[#1eabd660]] | null |