CloneSet257


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18220.992StatementList[14]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11853
Closure/closure/goog/i18n/numberformat.js
21892
Closure/closure/goog/locale/numberformat.js
Clone Instance
1
Line Count
18
Source Line
53
Source File
Closure/closure/goog/i18n/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;


Clone Instance
2
Line Count
18
Source Line
92
Source File
Closure/closure/goog/locale/numberformat.js

  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;


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60cebc40]]
locale 
12[[#60cebc40]]
i18n 
21[[#61b99f80]]
isCurrencyFormat_ 
22[[#61b99f80]]
useExponentialNotation_