Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.960 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 345 | Closure/closure/goog/ui/tree/treecontrol.js |
2 | 6 | 100 | Closure/closure/goog/ui/tree/treenode.js |
| ||||
if (expanded && config.cssExpandedRootIcon) { return config.cssTreeIcon+ ' '+ config.cssExpandedRootIcon; } else if (!expanded && config.cssCollapsedRootIcon) { return config.cssTreeIcon+ ' '+ config.cssCollapsedRootIcon; } |
| ||||
if (expanded && config.cssExpandedFolderIcon) { return config.cssTreeIcon+ ' '+ config.cssExpandedFolderIcon; } else if (!expanded && config.cssCollapsedFolderIcon) { return config.cssTreeIcon+ ' '+ config.cssCollapsedFolderIcon; } |
| |||
if (expanded && config. [[#variable20dd9c20]]) { return config.cssTreeIcon+' '+config. [[#variable20dd9c20]]; } else if (!expanded && config. [[#variable20dd9b80]]) { return config.cssTreeIcon+' '+config. [[#variable20dd9b80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20dd9c20]] | cssExpandedRootIcon |
1 | 2 | [[#20dd9c20]] | cssExpandedFolderIcon |
2 | 1 | [[#20dd9b80]] | cssCollapsedRootIcon |
2 | 2 | [[#20dd9b80]] | cssCollapsedFolderIcon |