CloneSet1376


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.958Cases[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16131
Closure/closure/goog/i18n/numberformat.js
26137
Closure/closure/goog/i18n/numberformat.js
Clone Instance
1
Line Count
6
Source Line
131
Source File
Closure/closure/goog/i18n/numberformat.js

    case goog.i18n.NumberFormat.Format.DECIMAL:
      this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN);
      break;
    case goog.i18n.NumberFormat.Format.SCIENTIFIC:
      this.applyPattern_(goog.i18n.NumberFormatSymbols.SCIENTIFIC_PATTERN);
      break;


Clone Instance
2
Line Count
6
Source Line
137
Source File
Closure/closure/goog/i18n/numberformat.js

    case goog.i18n.NumberFormat.Format.PERCENT:
      this.applyPattern_(goog.i18n.NumberFormatSymbols.PERCENT_PATTERN);
      break;
    case goog.i18n.NumberFormat.Format.CURRENCY:
      this.applyPattern_(goog.i18n.NumberFormatSymbols.CURRENCY_PATTERN);
      break;


Clone AbstractionParameter Count: 4Parameter Bindings

case goog.i18n.NumberFormat.Format. [[#variable1df81f20]]:
  this.applyPattern_(goog.i18n.NumberFormatSymbols. [[#variable1df81e00]]);
  break;
case goog.i18n.NumberFormat.Format. [[#variable1df81e60]]:
  this.applyPattern_(goog.i18n.NumberFormatSymbols. [[#variable1df81de0]]);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1df81f20]]
DECIMAL 
12[[#1df81f20]]
PERCENT 
21[[#1df81e00]]
DECIMAL_PATTERN 
22[[#1df81e00]]
PERCENT_PATTERN 
31[[#1df81e60]]
SCIENTIFIC 
32[[#1df81e60]]
CURRENCY 
41[[#1df81de0]]
SCIENTIFIC_PATTERN 
42[[#1df81de0]]
CURRENCY_PATTERN