| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 2 | 0.983 | Cases[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 397 | Closure/closure/goog/events/pastehandler.js |
| 2 | 9 | 442 | Closure/closure/goog/events/pastehandler.js |
| ||||
case goog.events.EventType.MOUSEOVER: {
if (this.element_.value!= this.oldValue_) {
this.logger_.info('paste by dragdrop while focused!');
this.dispatch_(e);
}
break;
}
default: {
this.logger_.severe('unexpected event '+ e.type+ ' during focused');
}
|
| ||||
case goog.events.EventType.MOUSEOVER: {
if (this.element_.value!= this.oldValue_) {
this.logger_.info('paste by dragdrop while keypressed!');
this.dispatch_(e);
}
break;
}
default: {
this.logger_.severe('unexpected event '+ e.type+ ' during keypressed');
}
|
| |||
case goog.events.EventType.MOUSEOVER:
{ if (this.element_.value!=this.oldValue_)
{ this.logger_.info( [[#variable1fbc1740]]);
this.dispatch_(e);
}
break;
}
default:
{ this.logger_.severe('unexpected event '+e.type+ [[#variable41b6aec0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1fbc1740]] | 'paste by dragdrop while keypressed!' |
| 1 | 2 | [[#1fbc1740]] | 'paste by dragdrop while focused!' |
| 2 | 1 | [[#41b6aec0]] | ' during keypressed' |
| 2 | 2 | [[#41b6aec0]] | ' during focused' |