CloneSet312


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.990StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110596
Closure/closure/goog/i18n/numberformat.js
210567
Closure/closure/goog/locale/numberformat.js
Clone Instance
1
Line Count
10
Source Line
596
Source File
Closure/closure/goog/i18n/numberformat.js

    var ch=  pattern.charAt(pos[0]);
    if (ch==  goog.i18n.NumberFormat.QUOTE_) {
      if (pos[0]+  1<  len
          &&pattern.charAt(pos[0]+  1)==  goog.i18n.NumberFormat.QUOTE_)
                                                                       {
        pos[0]++;
        affix+=  '\''; // 'don''t'
                                                                       }
      else   {
        inQuote=  !inQuote;
             }
      continue;
                                             }


Clone Instance
2
Line Count
10
Source Line
567
Source File
Closure/closure/goog/locale/numberformat.js

    var ch=  pattern.charAt(pos[0]);
    if (ch==  goog.locale.NumberFormat.QUOTE_) {
      if (pos[0]+  1<  len
          &&pattern.charAt(pos[0]+  1)==  goog.locale.NumberFormat.QUOTE_)
                                                                         {
        pos[0]++;
        affix+=  '\''; // 'don''t'
                                                                         }
      else   {
        inQuote=  !inQuote;
             }
      continue;
                                               }


Clone AbstractionParameter Count: 1Parameter Bindings

var ch=pattern.charAt(pos[0]);
if (ch==goog. [[#variable61536800]].NumberFormat.QUOTE_)
  { if (pos[0]+1<len
        && pattern.charAt(pos[0]+1)==goog. [[#variable61536800]].NumberFormat.QUOTE_)
      { pos[0]++;
        affix+='\''; // 'don''t'
      }
    else
      { inQuote=!inQuote;
      }
    continue;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61536800]]
locale 
12[[#61536800]]
i18n