CloneSet1649


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15110
Closure/closure/goog/i18n/datetimeformat.js
25139
Closure/closure/goog/i18n/datetimeparse.js
Clone Instance
1
Line Count
5
Source Line
110
Source File
Closure/closure/goog/i18n/datetimeformat.js

  this.patternParts_=  [ ];
  if (typeof pattern==  'number') {
    this.applyStandardPattern_(pattern);
                                  }
  else   {
    this.applyPattern_(pattern);
         }


Clone Instance
2
Line Count
5
Source Line
139
Source File
Closure/closure/goog/i18n/datetimeparse.js

  this.patternParts_=  [ ];
  if (typeof pattern==  'number') {
    this.applyStandardPattern_(pattern);
                                  }
  else   {
    this.applyPattern_(pattern);
         }


Clone AbstractionParameter Count: 0Parameter Bindings

this.patternParts_=[ ];
if (typeof pattern=='number')
  { this.applyStandardPattern_(pattern);
  }
else
  { this.applyPattern_(pattern);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None