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.964 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1538 | Closure/closure/goog/style/style.js |
2 | 4 | 1542 | Closure/closure/goog/style/style.js |
| ||||
// On non-IE browsers, getComputedStyle is always non-null. var left= /** @type {string} */ ( goog.style.getComputedStyle(element, 'borderLeftWidth')); var right= /** @type {string} */ ( goog.style.getComputedStyle(element, 'borderRightWidth')); |
| ||||
var top= /** @type {string} */ ( goog.style.getComputedStyle(element, 'borderTopWidth')); var bottom= /** @type {string} */ ( goog.style.getComputedStyle(element, 'borderBottomWidth')); |
| |||
// On non-IE browsers, getComputedStyle is always non-null. var [[#variable1f9f3380]]= /** @type {string} */ (goog.style.getComputedStyle(element, [[#variable1f9f2820]])); var [[#variable61b577c0]]= /** @type {string} */ (goog.style.getComputedStyle(element, [[#variable1f9f3340]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f9f3380]] | left |
1 | 2 | [[#1f9f3380]] | top |
2 | 1 | [[#1f9f2820]] | 'borderLeftWidth' |
2 | 2 | [[#1f9f2820]] | 'borderTopWidth' |
3 | 1 | [[#61b577c0]] | right |
3 | 2 | [[#61b577c0]] | bottom |
4 | 1 | [[#1f9f3340]] | 'borderRightWidth' |
4 | 2 | [[#1f9f3340]] | 'borderBottomWidth' |