| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.974 | CallExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 162 | Closure/closure/goog/ui/drilldownrow.js |
| 2 | 2 | 165 | Closure/closure/goog/ui/drilldownrow.js |
| ||||
handler.listen(row, 'mouseover', function ( )
{
goog.dom.classes.add(row, 'goog-drilldown-hover');
} )
|
| ||||
handler.listen(row, 'mouseout', function ( )
{
goog.dom.classes.remove(row, 'goog-drilldown-hover');
} )
|
| |||
handler.listen(row, [[#variable1e908da0]], function ( )
{ goog.dom.classes. [[#variable1e908d40]](row,'goog-drilldown-hover');
} )
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e908da0]] | 'mouseover' |
| 1 | 2 | [[#1e908da0]] | 'mouseout' |
| 2 | 1 | [[#1e908d40]] | add |
| 2 | 2 | [[#1e908d40]] | remove |