Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.974 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 168 | components/com_content/views/category/view.html.php |
2 | 3 | 85 | components/com_weblinks/views/category/view.html.php |
| ||||
$this->assignRef('category', $category); $this->assignRef('children', $children); $this->assignRef('user', $user); |
| ||||
$this->assignRef('category', $category); $this->assignRef('categories', $categories); $this->assignRef('params', $params); |
| |||
$this->assignRef('category',$category); $this->assignRef( [[#variable23607c60]], [[#variable2357c7a0]]); $this->assignRef( [[#variable23607cc0]], [[#variable23306380]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23607c60]] | 'categories' |
1 | 2 | [[#23607c60]] | 'children' |
2 | 1 | [[#2357c7a0]] | $categories |
2 | 2 | [[#2357c7a0]] | $children |
3 | 1 | [[#23607cc0]] | 'params' |
3 | 2 | [[#23607cc0]] | 'user' |
4 | 1 | [[#23306380]] | $params |
4 | 2 | [[#23306380]] | $user |