CloneSet1190


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5240.961StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15697
Closure/closure/goog/ui/gauge.js
25939
Closure/closure/goog/ui/gauge.js
Clone Instance
1
Line Count
5
Source Line
697
Source File
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;


Clone Instance
2
Line Count
5
Source Line
939
Source File
Closure/closure/goog/ui/gauge.js

      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;


Clone AbstractionParameter Count: 4Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21224700]]
FACTOR_TITLE_FONT_SIZE 
12[[#21224700]]
FACTOR_VALUE_FONT_SIZE 
21[[#21224740]]
this 
22[[#21224740]]
font 
31[[#212246e0]]
titleFont_ 
32[[#212246e0]]
bold 
41[[#21224b60]]
font 
42[[#21224b60]]
true