CloneSet318


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2630.956ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1255
Closure/closure/goog/ui/gaugetheme.js
2277
Closure/closure/goog/ui/gaugetheme.js
3298
Closure/closure/goog/ui/gaugetheme.js
42107
Closure/closure/goog/ui/gaugetheme.js
52116
Closure/closure/goog/ui/gaugetheme.js
62138
Closure/closure/goog/ui/gaugetheme.js
Clone Instance
1
Line Count
2
Source Line
55
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the external border of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getExternalBorderStroke=  function ( )
                                                                  {
  return new goog.graphics.Stroke(1, '#333333');
                                                                  } ;


Clone Instance
2
Line Count
2
Source Line
77
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the internal border of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getInternalBorderStroke=  function ( )
                                                                  {
  return new goog.graphics.Stroke(2, '#e0e0e0');
                                                                  } ;


Clone Instance
3
Line Count
2
Source Line
98
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the major ticks of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getMajorTickStroke=  function ( )
                                                             {
  return new goog.graphics.Stroke(2, '#333333');
                                                             } ;


Clone Instance
4
Line Count
2
Source Line
107
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the minor ticks of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getMinorTickStroke=  function ( )
                                                             {
  return new goog.graphics.Stroke(1, '#666666');
                                                             } ;


Clone Instance
5
Line Count
2
Source Line
116
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the hinge at the center of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getHingeStroke=  function ( )
                                                         {
  return new goog.graphics.Stroke(1, '#666666');
                                                         } ;


Clone Instance
6
Line Count
2
Source Line
138
Source File
Closure/closure/goog/ui/gaugetheme.js

/**
 * Returns the stroke for the gauge needle.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype.getNeedleStroke=  function ( )
                                                          {
  return new goog.graphics.Stroke(1, '#c63310');
                                                          } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Returns the stroke for the hinge at the center of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
/**
 * Returns the stroke for the gauge needle.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
/**
 * Returns the stroke for the major ticks of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
/**
 * Returns the stroke for the internal border of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
/**
 * Returns the stroke for the external border of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
/**
 * Returns the stroke for the minor ticks of the gauge.
 * @return {goog.graphics.Stroke} The stroke to use.
 */
goog.ui.GaugeTheme.prototype. [[#variable5ec621a0]]= function ( )
                                                     { return new goog.graphics.Stroke( [[#variable5ec62740]], [[#variable5ec626c0]]);
                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ec621a0]]
getHingeStroke 
12[[#5ec621a0]]
getNeedleStroke 
13[[#5ec621a0]]
getMajorTickStroke 
14[[#5ec621a0]]
getInternalBorderStroke 
15[[#5ec621a0]]
getExternalBorderStroke 
16[[#5ec621a0]]
getMinorTickStroke 
21[[#5ec62740]]
1 
22[[#5ec62740]]
1 
23[[#5ec62740]]
2 
24[[#5ec62740]]
2 
25[[#5ec62740]]
1 
26[[#5ec62740]]
1 
31[[#5ec626c0]]
'#666666' 
32[[#5ec626c0]]
'#c63310' 
33[[#5ec626c0]]
'#333333' 
34[[#5ec626c0]]
'#e0e0e0' 
35[[#5ec626c0]]
'#333333' 
36[[#5ec626c0]]
'#666666'