Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.958 | Cases[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 131 | Closure/closure/goog/i18n/numberformat.js |
2 | 6 | 137 | Closure/closure/goog/i18n/numberformat.js |
| ||||
case goog.i18n.NumberFormat.Format.DECIMAL: this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN); break; case goog.i18n.NumberFormat.Format.SCIENTIFIC: this.applyPattern_(goog.i18n.NumberFormatSymbols.SCIENTIFIC_PATTERN); break; |
| ||||
case goog.i18n.NumberFormat.Format.PERCENT: this.applyPattern_(goog.i18n.NumberFormatSymbols.PERCENT_PATTERN); break; case goog.i18n.NumberFormat.Format.CURRENCY: this.applyPattern_(goog.i18n.NumberFormatSymbols.CURRENCY_PATTERN); break; |
| |||
case goog.i18n.NumberFormat.Format. [[#variable1df81f20]]: this.applyPattern_(goog.i18n.NumberFormatSymbols. [[#variable1df81e00]]); break; case goog.i18n.NumberFormat.Format. [[#variable1df81e60]]: this.applyPattern_(goog.i18n.NumberFormatSymbols. [[#variable1df81de0]]); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1df81f20]] | DECIMAL |
1 | 2 | [[#1df81f20]] | PERCENT |
2 | 1 | [[#1df81e00]] | DECIMAL_PATTERN |
2 | 2 | [[#1df81e00]] | PERCENT_PATTERN |
3 | 1 | [[#1df81e60]] | SCIENTIFIC |
3 | 2 | [[#1df81e60]] | CURRENCY |
4 | 1 | [[#1df81de0]] | SCIENTIFIC_PATTERN |
4 | 2 | [[#1df81de0]] | CURRENCY_PATTERN |