Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 61 | administrator/components/com_modules/views/modules/view.html.php |
2 | 2 | 119 | components/com_content/views/archive/view.html.php |
| ||||
$this->assignRef('filter', $filter); $this->assignRef('client', $client); |
| ||||
$this->assign('filter', $filter); $this->assign('year', $year); |
| |||
$this-> [[#variable41d82e60]]('filter',$filter); $this-> [[#variable41d82e60]]( [[#variable41d82e20]], [[#variable41d82e40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#41d82e60]] | assign |
1 | 2 | [[#41d82e60]] | assignRef |
2 | 1 | [[#41d82e20]] | 'year' |
2 | 2 | [[#41d82e20]] | 'client' |
3 | 1 | [[#41d82e40]] | $year |
3 | 2 | [[#41d82e40]] | $client |