CloneSet1207


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.961StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1447
Closure/closure/goog/debug/console.js
2445
Closure/closure/goog/debug/divconsole.js
Clone Instance
1
Line Count
4
Source Line
47
Source File
Closure/closure/goog/debug/console.js

  this.publishHandler_=  goog.bind(this.addLogRecord, this );
  this.formatter_=  new goog.debug.TextFormatter( );
  this.formatter_.showAbsoluteTime=  false;
  this.formatter_.showExceptionText=  false;


Clone Instance
2
Line Count
4
Source Line
45
Source File
Closure/closure/goog/debug/divconsole.js

  this.publishHandler_=  goog.bind(this.addLogRecord, this );
  this.formatter_=  new goog.debug.HtmlFormatter( );
  this.formatter_.showAbsoluteTime=  false;
  this.isCapturing_=  false;


Clone AbstractionParameter Count: 3Parameter Bindings

this.publishHandler_=goog.bind(this.addLogRecord,this );
this.formatter_=new goog.debug. [[#variable2067b600]]( );
this.formatter_.showAbsoluteTime= false;
 [[#variable56386d00]]. [[#variable41b6ae40]]= false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2067b600]]
TextFormatter 
12[[#2067b600]]
HtmlFormatter 
21[[#56386d00]]
this.formatter_ 
22[[#56386d00]]
this 
31[[#41b6ae40]]
showExceptionText 
32[[#41b6ae40]]
isCapturing_