| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 2 | 0.963 | Cases[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 62 | Closure/closure/goog/locale/numberformat.js |
| 2 | 6 | 68 | Closure/closure/goog/locale/numberformat.js |
| ||||
case goog.locale.DECIMAL_PATTERN:
this.applyPattern(this.symbols_.DECIMAL_PATTERN, opt_currency);
break;
case goog.locale.SCIENTIFIC_PATTERN:
this.applyPattern(this.symbols_.SCIENTIFIC_PATTERN, opt_currency);
break;
|
| ||||
case goog.locale.PERCENT_PATTERN:
this.applyPattern(this.symbols_.PERCENT_PATTERN, opt_currency);
break;
case goog.locale.CURRENCY_PATTERN:
this.applyPattern(this.symbols_.CURRENCY_PATTERN, opt_currency);
break;
|
| |||
case goog.locale. [[#variable40b73480]]: this.applyPattern(this.symbols_. [[#variable40b73480]],opt_currency); break; case goog.locale. [[#variable40b73320]]: this.applyPattern(this.symbols_. [[#variable40b73320]],opt_currency); break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#40b73480]] | DECIMAL_PATTERN |
| 1 | 2 | [[#40b73480]] | PERCENT_PATTERN |
| 2 | 1 | [[#40b73320]] | SCIENTIFIC_PATTERN |
| 2 | 2 | [[#40b73320]] | CURRENCY_PATTERN |