Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.966 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1454 | Closure/closure/goog/style/style.js |
2 | 4 | 1458 | Closure/closure/goog/style/style.js |
| ||||
// On non-IE browsers, getComputedStyle is always non-null. var left= /** @type {string} */ ( goog.style.getComputedStyle(element, stylePrefix+ 'Left')); var right= /** @type {string} */ ( goog.style.getComputedStyle(element, stylePrefix+ 'Right')); |
| ||||
var top= /** @type {string} */ ( goog.style.getComputedStyle(element, stylePrefix+ 'Top')); var bottom= /** @type {string} */ ( goog.style.getComputedStyle(element, stylePrefix+ 'Bottom')); |
| |||
// On non-IE browsers, getComputedStyle is always non-null. var [[#variable440d05c0]]= /** @type {string} */ (goog.style.getComputedStyle(element,stylePrefix+ [[#variable42db4340]])); var [[#variable21306ba0]]= /** @type {string} */ (goog.style.getComputedStyle(element,stylePrefix+ [[#variable440d0b80]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#440d05c0]] | left |
1 | 2 | [[#440d05c0]] | top |
2 | 1 | [[#42db4340]] | 'Left' |
2 | 2 | [[#42db4340]] | 'Top' |
3 | 1 | [[#21306ba0]] | right |
3 | 2 | [[#21306ba0]] | bottom |
4 | 1 | [[#440d0b80]] | 'Right' |
4 | 2 | [[#440d0b80]] | 'Bottom' |