Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 407 | libraries/joomla/application/component/controller.php |
2 | 6 | 519 | libraries/joomla/application/component/controller.php |
| ||||
if (empty($name)) { $name= $this->getName(); } if (empty($prefix)) { $prefix= $this->getName() . 'Model'; } |
| ||||
if (empty($name)) { $name= $this->getName(); } if (empty($prefix)) { $prefix= $this->getName() . 'View'; } |
| |||
if (empty($name)) { $name=$this->getName(); } if (empty($prefix)) { $prefix=$this->getName() . [[#variable23f6da80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23f6da80]] | 'View' |
1 | 2 | [[#23f6da80]] | 'Model' |