CloneSet721


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.992Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11098
Closure/closure/goog/ui/imagelessroundedcorner.js
210108
Closure/closure/goog/ui/imagelessroundedcorner.js
Clone Instance
1
Line Count
10
Source Line
98
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

                         {
    roundedCorner=  new goog.ui.VmlRoundedCorner(element,
                                                 width,
                                                 height,
                                                 borderWidth,
                                                 radius,
                                                 location,
                                                 borderColor,
                                                 opt_backgroundColor,
                                                 opt_domHelper);
                         }


Clone Instance
2
Line Count
10
Source Line
108
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

         {
    roundedCorner=  new goog.ui.CanvasRoundedCorner(element,
                                                    width,
                                                    height,
                                                    borderWidth,
                                                    radius,
                                                    location,
                                                    borderColor,
                                                    opt_backgroundColor,
                                                    opt_domHelper);
         }


Clone AbstractionParameter Count: 1Parameter Bindings

{ roundedCorner=new goog.ui. [[#variable1fd9c300]](element,width,height,borderWidth,radius,location,borderColor,opt_backgroundColor,opt_domHelper);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fd9c300]]
VmlRoundedCorner 
12[[#1fd9c300]]
CanvasRoundedCorner