CloneSet656


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


Clone Instance
2
Line Count
9
Source Line
591
Source File
Closure/closure/goog/locale/numberformat.js

          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;


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62dbd0a0]]
locale 
12[[#62dbd0a0]]
i18n