Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 2 | 0.992 | StatementList[14] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 53 | Closure/closure/goog/i18n/numberformat.js |
2 | 18 | 92 | Closure/closure/goog/locale/numberformat.js |
| ||||
this.currencySymbol_= goog.i18n.currencyCodeMap[this.intlCurrencyCode_]; this.maximumIntegerDigits_= 40; this.minimumIntegerDigits_= 1; this.maximumFractionDigits_= 3; // invariant, >= minFractionDigits this.minimumFractionDigits_= 0; this.minExponentDigits_= 0; this.positivePrefix_= ''; this.positiveSuffix_= ''; this.negativePrefix_= '-'; this.negativeSuffix_= ''; // The multiplier for use in percent, per mille, etc. this.multiplier_= 1; this.groupingSize_= 3; this.decimalSeparatorAlwaysShown_= false; this.useExponentialNotation_= false; |
| ||||
this.currencySymbol_= goog.locale.currencyCodeMap[this.intlCurrencyCode_]; this.maximumIntegerDigits_= 40; this.minimumIntegerDigits_= 1; this.maximumFractionDigits_= 3; // invariant, >= minFractionDigits this.minimumFractionDigits_= 0; this.minExponentDigits_= 0; this.positivePrefix_= ''; this.positiveSuffix_= ''; this.negativePrefix_= '-'; this.negativeSuffix_= ''; // The multiplier for use in percent, per mille, etc. this.multiplier_= 1; this.groupingSize_= 3; this.decimalSeparatorAlwaysShown_= false; this.isCurrencyFormat_= false; |
| |||
this.currencySymbol_=goog. [[#variable60cebc40]].currencyCodeMap[this.intlCurrencyCode_]; this.maximumIntegerDigits_=40; this.minimumIntegerDigits_=1; this.maximumFractionDigits_=3; // invariant, >= minFractionDigits this.minimumFractionDigits_=0; this.minExponentDigits_=0; this.positivePrefix_=''; this.positiveSuffix_=''; this.negativePrefix_='-'; this.negativeSuffix_=''; // The multiplier for use in percent, per mille, etc. this.multiplier_=1; this.groupingSize_=3; this.decimalSeparatorAlwaysShown_= false; this. [[#variable61b99f80]]= false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60cebc40]] | locale |
1 | 2 | [[#60cebc40]] | i18n |
2 | 1 | [[#61b99f80]] | isCurrencyFormat_ |
2 | 2 | [[#61b99f80]] | useExponentialNotation_ |