| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.955 | Case |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 612 | Closure/closure/goog/i18n/numberformat.js |
| 2 | 6 | 583 | Closure/closure/goog/locale/numberformat.js |
| ||||
case goog.i18n.NumberFormat.PATTERN_DIGIT_:
case goog.i18n.NumberFormat.PATTERN_ZERO_DIGIT_:
case goog.i18n.NumberFormat.PATTERN_GROUPING_SEPARATOR_:
case goog.i18n.NumberFormat.PATTERN_DECIMAL_SEPARATOR_:
case goog.i18n.NumberFormat.PATTERN_SEPARATOR_:
return affix;
|
| ||||
case goog.locale.NumberFormat.PATTERN_DIGIT_:
case goog.locale.NumberFormat.PATTERN_ZERO_DIGIT_:
case goog.locale.NumberFormat.PATTERN_GROUPING_SEPARATOR_:
case goog.locale.NumberFormat.PATTERN_DECIMAL_SEPARATOR_:
case goog.locale.NumberFormat.PATTERN_SEPARATOR_:
return affix;
|
| |||
case goog. [[#variable6164d660]].NumberFormat.PATTERN_DIGIT_:case goog. [[#variable6164d660]].NumberFormat.PATTERN_ZERO_DIGIT_:case goog. [[#variable6164d660]].NumberFormat.PATTERN_GROUPING_SEPARATOR_:case goog. [[#variable6164d660]].NumberFormat.PATTERN_DECIMAL_SEPARATOR_:case goog. [[#variable6164d660]].NumberFormat.PATTERN_SEPARATOR_: return affix; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6164d660]] | locale |
| 1 | 2 | [[#6164d660]] | i18n |