Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.993 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 619 | Closure/closure/goog/i18n/numberformat.js |
2 | 9 | 591 | Closure/closure/goog/locale/numberformat.js |
| ||||
if ((pos[0]+ 1)< len &&pattern.charAt(pos[0]+ 1)== goog.i18n.NumberFormat.PATTERN_CURRENCY_SIGN_) { pos[0]++; affix+= this.intlCurrencyCode_; } else { affix+= this.currencySymbol_; } break; |
| ||||
if ((pos[0]+ 1)< len &&pattern.charAt(pos[0]+ 1)== goog.locale.NumberFormat.PATTERN_CURRENCY_SIGN_) { pos[0]++; affix+= this.intlCurrencyCode_; } else { affix+= this.currencySymbol_; } break; |
| |||
if ((pos[0]+1)<len && pattern.charAt(pos[0]+1)==goog. [[#variable62dbd0a0]].NumberFormat.PATTERN_CURRENCY_SIGN_) { pos[0]++; affix+=this.intlCurrencyCode_; } else { affix+=this.currencySymbol_; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62dbd0a0]] | locale |
1 | 2 | [[#62dbd0a0]] | i18n |