CloneSet1656


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

    var ch=  text.charAt(pos[0]);
    var digit=  this.getDigit_(ch);


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

    var ch=  text.charAt(pos[0]);
    var digit=  this.getDigit_(ch);


Clone AbstractionParameter Count: 0Parameter Bindings

var ch=text.charAt(pos[0]);
var digit=this.getDigit_(ch);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None