Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.985 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 340 | Closure/closure/goog/ui/containerrenderer.js |
2 | 3 | 380 | Closure/closure/goog/ui/controlrenderer.js |
| ||||
// Set the ARIA role. var ariaRole= this.getAriaRole( ); if (ariaRole) { goog.dom.a11y.setRole(elem, ariaRole); } |
| ||||
var ariaRole= this.getAriaRole( ); if (ariaRole) { goog.dom.a11y.setRole(element, ariaRole); } |
| |||
// Set the ARIA role. var ariaRole=this.getAriaRole( ); if (ariaRole) { goog.dom.a11y.setRole( [[#variable2100c7c0]],ariaRole); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2100c7c0]] | element |
1 | 2 | [[#2100c7c0]] | elem |