CloneSet717


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.962StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15552
Closure/closure/goog/date/date.js
25565
Closure/closure/goog/date/date.js
Clone Instance
1
Line Count
5
Source Line
552
Source File
Closure/closure/goog/date/date.js

  if (this.months
      ||             opt_verbose) {
    res.push(Math.abs(this.months)+  'M');
                                  }
  if (this.days
      ||           opt_verbose) {
    res.push(Math.abs(this.days)+  'D');
                                }


Clone Instance
2
Line Count
5
Source Line
565
Source File
Closure/closure/goog/date/date.js

    if (this.minutes
        ||              opt_verbose) {
      res.push(Math.abs(this.minutes)+  'M');
                                     }
    if (this.seconds
        ||              opt_verbose) {
      res.push(Math.abs(this.seconds)+  'S');
                                     }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this. [[#variable575c3f40]]
    || opt_verbose)
  { res.push(Math.abs(this. [[#variable575c3f40]])+'M');
  }
if (this. [[#variable5e776a60]]
    || opt_verbose)
  { res.push(Math.abs(this. [[#variable5e776a60]])+ [[#variable5e776b20]]);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#575c3f40]]
minutes 
12[[#575c3f40]]
months 
21[[#5e776a60]]
seconds 
22[[#5e776a60]]
days 
31[[#5e776b20]]
'S' 
32[[#5e776b20]]
'D'