CloneSet754


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10340.951SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110100
Closure/closure/goog/graphics/lineargradient.js
210116
Closure/closure/goog/graphics/lineargradient.js
310132
Closure/closure/goog/graphics/lineargradient.js
Clone Instance
1
Line Count
10
Source Line
100
Source File
Closure/closure/goog/graphics/lineargradient.js

/**
 * @return {number} The start X position of the gradient.
 */
goog.graphics.LinearGradient.prototype.getX1=  function ( )
                                                          {
  return this.x1_;
                                                          } ;

/**
 * @return {number} The start Y position of the gradient.
 */
goog.graphics.LinearGradient.prototype.getY1=  function ( )
                                                          {
  return this.y1_;
                                                          } ;


Clone Instance
2
Line Count
10
Source Line
116
Source File
Closure/closure/goog/graphics/lineargradient.js

/**
 * @return {number} The end X position of the gradient.
 */
goog.graphics.LinearGradient.prototype.getX2=  function ( )
                                                          {
  return this.x2_;
                                                          } ;

/**
 * @return {number} The end Y position of the gradient.
 */
goog.graphics.LinearGradient.prototype.getY2=  function ( )
                                                          {
  return this.y2_;
                                                          } ;


Clone Instance
3
Line Count
10
Source Line
132
Source File
Closure/closure/goog/graphics/lineargradient.js

/**
 * @return {string} The start color of the gradient.
 */
goog.graphics.LinearGradient.prototype.getColor1=  function ( )
                                                              {
  return this.color1_;
                                                              } ;

/**
 * @return {string} The end color of the gradient.
 */
goog.graphics.LinearGradient.prototype.getColor2=  function ( )
                                                              {
  return this.color2_;
                                                              } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * @return {number} The start X position of the gradient.
 */
/**
 * @return {number} The end X position of the gradient.
 */
/**
 * @return {string} The start color of the gradient.
 */
goog.graphics.LinearGradient.prototype. [[#variable1df9a600]]= function ( )
                                                               { return this. [[#variable1df9a5a0]];
                                                               } ;
/**
 * @return {number} The start Y position of the gradient.
 */
/**
 * @return {number} The end Y position of the gradient.
 */
/**
 * @return {string} The end color of the gradient.
 */
goog.graphics.LinearGradient.prototype. [[#variable1df9a580]]= function ( )
                                                               { return this. [[#variable1df9a420]];
                                                               } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1df9a600]]
getX1 
12[[#1df9a600]]
getX2 
13[[#1df9a600]]
getColor1 
21[[#1df9a5a0]]
x1_ 
22[[#1df9a5a0]]
x2_ 
23[[#1df9a5a0]]
color1_ 
31[[#1df9a580]]
getY1 
32[[#1df9a580]]
getY2 
33[[#1df9a580]]
getColor2 
41[[#1df9a420]]
y1_ 
42[[#1df9a420]]
y2_ 
43[[#1df9a420]]
color2_