CloneSet1140


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13233
Closure/closure/goog/debug/formatter.js
23286
Closure/closure/goog/debug/formatter.js
Clone Instance
1
Line Count
3
Source Line
233
Source File
Closure/closure/goog/debug/formatter.js

  sb.push(this.prefix_, ' ');
  if (this.showAbsoluteTime) {
    sb.push('[', goog.debug.Formatter.getDateTimeStamp_(logRecord), '] ');
                             }


Clone Instance
2
Line Count
3
Source Line
286
Source File
Closure/closure/goog/debug/formatter.js

  sb.push(this.prefix_, ' ');
  if (this.showAbsoluteTime) {
    sb.push('[', goog.debug.Formatter.getDateTimeStamp_(logRecord), '] ');
                             }


Clone AbstractionParameter Count: 0Parameter Bindings

sb.push(this.prefix_,' ');
if (this.showAbsoluteTime)
  { sb.push('[',goog.debug.Formatter.getDateTimeStamp_(logRecord),'] ');
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None