Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 4 | 0.951 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 225 | Closure/closure/goog/graphics/affinetransform.js |
2 | 10 | 241 | Closure/closure/goog/graphics/affinetransform.js |
3 | 10 | 257 | Closure/closure/goog/graphics/affinetransform.js |
| ||||
/** * @return {number} The scaling factor in the x-direction (m00). */ goog.graphics.AffineTransform.prototype.getScaleX= function ( ) { return this.m00_; } ; /** * @return {number} The scaling factor in the y-direction (m11). */ goog.graphics.AffineTransform.prototype.getScaleY= function ( ) { return this.m11_; } ; |
| ||||
/** * @return {number} The translation in the x-direction (m02). */ goog.graphics.AffineTransform.prototype.getTranslateX= function ( ) { return this.m02_; } ; /** * @return {number} The translation in the y-direction (m12). */ goog.graphics.AffineTransform.prototype.getTranslateY= function ( ) { return this.m12_; } ; |
| ||||
/** * @return {number} The shear factor in the x-direction (m01). */ goog.graphics.AffineTransform.prototype.getShearX= function ( ) { return this.m01_; } ; /** * @return {number} The shear factor in the y-direction (m10). */ goog.graphics.AffineTransform.prototype.getShearY= function ( ) { return this.m10_; } ; |
| |||
/** * @return {number} The scaling factor in the x-direction (m00). */ /** * @return {number} The translation in the x-direction (m02). */ /** * @return {number} The shear factor in the x-direction (m01). */ goog.graphics.AffineTransform.prototype. [[#variable1df9b620]]= function ( ) { return this. [[#variable1df9b660]]; } ; /** * @return {number} The scaling factor in the y-direction (m11). */ /** * @return {number} The translation in the y-direction (m12). */ /** * @return {number} The shear factor in the y-direction (m10). */ goog.graphics.AffineTransform.prototype. [[#variable1df9ad40]]= function ( ) { return this. [[#variable1df9b4e0]]; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1df9b620]] | getScaleX |
1 | 2 | [[#1df9b620]] | getTranslateX |
1 | 3 | [[#1df9b620]] | getShearX |
2 | 1 | [[#1df9b660]] | m00_ |
2 | 2 | [[#1df9b660]] | m02_ |
2 | 3 | [[#1df9b660]] | m01_ |
3 | 1 | [[#1df9ad40]] | getScaleY |
3 | 2 | [[#1df9ad40]] | getTranslateY |
3 | 3 | [[#1df9ad40]] | getShearY |
4 | 1 | [[#1df9b4e0]] | m11_ |
4 | 2 | [[#1df9b4e0]] | m12_ |
4 | 3 | [[#1df9b4e0]] | m10_ |