Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.961 | StatementList[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 697 | Closure/closure/goog/ui/gauge.js |
2 | 5 | 939 | Closure/closure/goog/ui/gauge.js |
| ||||
// Lazy creation of font var fontSize= Math.round(r* goog.ui.Gauge.FACTOR_TITLE_FONT_SIZE); font= new goog.graphics.Font( fontSize, goog.ui.Gauge.TITLE_FONT_NAME); this.titleFont_= font; |
| ||||
var fontSize= Math.round(r* goog.ui.Gauge.FACTOR_VALUE_FONT_SIZE); font= new goog.graphics.Font(fontSize, goog.ui.Gauge.TITLE_FONT_NAME); font.bold= true; |
| |||
// Lazy creation of font var fontSize=Math.round(r*goog.ui.Gauge. [[#variable21224700]]); font=new goog.graphics.Font(fontSize,goog.ui.Gauge.TITLE_FONT_NAME); [[#variable21224740]]. [[#variable212246e0]]= [[#variable21224b60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21224700]] | FACTOR_TITLE_FONT_SIZE |
1 | 2 | [[#21224700]] | FACTOR_VALUE_FONT_SIZE |
2 | 1 | [[#21224740]] | this |
2 | 2 | [[#21224740]] | font |
3 | 1 | [[#212246e0]] | titleFont_ |
3 | 2 | [[#212246e0]] | bold |
4 | 1 | [[#21224b60]] | font |
4 | 2 | [[#21224b60]] | true |