Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.961 | StatementList[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 47 | Closure/closure/goog/debug/console.js |
2 | 4 | 45 | Closure/closure/goog/debug/divconsole.js |
| ||||
this.publishHandler_= goog.bind(this.addLogRecord, this ); this.formatter_= new goog.debug.TextFormatter( ); this.formatter_.showAbsoluteTime= false; this.formatter_.showExceptionText= false; |
| ||||
this.publishHandler_= goog.bind(this.addLogRecord, this ); this.formatter_= new goog.debug.HtmlFormatter( ); this.formatter_.showAbsoluteTime= false; this.isCapturing_= false; |
| |||
this.publishHandler_=goog.bind(this.addLogRecord,this ); this.formatter_=new goog.debug. [[#variable2067b600]]( ); this.formatter_.showAbsoluteTime= false; [[#variable56386d00]]. [[#variable41b6ae40]]= false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2067b600]] | TextFormatter |
1 | 2 | [[#2067b600]] | HtmlFormatter |
2 | 1 | [[#56386d00]] | this.formatter_ |
2 | 2 | [[#56386d00]] | this |
3 | 1 | [[#41b6ae40]] | showExceptionText |
3 | 2 | [[#41b6ae40]] | isCapturing_ |