| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 0 | 1.000 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 81 | Closure/closure/goog/ui/custombuttonrenderer.js |
| 2 | 4 | 73 | Closure/closure/goog/ui/flatbuttonrenderer.js |
| 3 | 4 | 86 | Closure/closure/goog/ui/flatmenubuttonrenderer.js |
| ||||
var classNames= this.getClassNames(button);
var attributes= {
'class': goog.ui.INLINE_BLOCK_CLASSNAME+ ' '+ classNames.join(' '),
'title': button.getTooltip( )
|| '' } ;
|
| ||||
var classNames= this.getClassNames(button);
var attributes= {
'class': goog.ui.INLINE_BLOCK_CLASSNAME+ ' '+ classNames.join(' '),
'title': button.getTooltip( )
|| '' } ;
|
| ||||
var classNames= this.getClassNames(button);
var attributes= {
'class': goog.ui.INLINE_BLOCK_CLASSNAME+ ' '+ classNames.join(' '),
'title': button.getTooltip( )
|| '' } ;
|
| |||
var classNames=this.getClassNames(button);
var attributes= { 'class':goog.ui.INLINE_BLOCK_CLASSNAME+' '+classNames.join(' '),
'title':button.getTooltip( )
|| '' } ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||