Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.961 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 265 | Closure/closure/goog/deps.js |
2 | 1 | 270 | Closure/closure/goog/deps.js |
3 | 1 | 278 | Closure/closure/goog/deps.js |
4 | 1 | 279 | Closure/closure/goog/deps.js |
| ||||
goog.addDependency('math/bezier.js', ['goog.math.Bezier'], ['goog.math', 'goog.math.Coordinate']); |
| ||||
goog.addDependency('math/line.js', ['goog.math.Line'], ['goog.math', 'goog.math.Coordinate']); |
| ||||
goog.addDependency('math/vec2.js', ['goog.math.Vec2'], ['goog.math', 'goog.math.Coordinate']); |
| ||||
goog.addDependency('math/vec3.js', ['goog.math.Vec3'], ['goog.math', 'goog.math.Coordinate3']); |
| |||
goog.addDependency( [[#variable3883c4c0]],[ [[#variable3883c400]]],['goog.math', [[#variable3883c380]]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3883c4c0]] | 'math/vec3.js' |
1 | 2 | [[#3883c4c0]] | 'math/vec2.js' |
1 | 3 | [[#3883c4c0]] | 'math/line.js' |
1 | 4 | [[#3883c4c0]] | 'math/bezier.js' |
2 | 1 | [[#3883c400]] | 'goog.math.Vec3' |
2 | 2 | [[#3883c400]] | 'goog.math.Vec2' |
2 | 3 | [[#3883c400]] | 'goog.math.Line' |
2 | 4 | [[#3883c400]] | 'goog.math.Bezier' |
3 | 1 | [[#3883c380]] | 'goog.math.Coordinate3' |
3 | 2 | [[#3883c380]] | 'goog.math.Coordinate' |
3 | 3 | [[#3883c380]] | 'goog.math.Coordinate' |
3 | 4 | [[#3883c380]] | 'goog.math.Coordinate' |