Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.978 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 117 | administrator/components/com_installer/controller.php |
2 | 5 | 277 | administrator/components/com_installer/controller.php |
| ||||
function discover_purge() { $model= &$this->getModel('discover'); $model->purge(); $this->setRedirect('index.php?option=com_installer&task=manage&type=discover', $model->_message); } |
| ||||
function update_purge() { // Purge updates $model= &$this->getModel('update'); $model->purge(); $this->setRedirect('index.php?option=com_installer&task=manage&type=update', $model->_message); } |
| |||
function [[#variable20172900]]() { // Purge updates $model= &$this->getModel( [[#variable20172880]]); $model->purge(); $this->setRedirect( [[#variable201728a0]],$model->_message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20172900]] | update_purge |
1 | 2 | [[#20172900]] | discover_purge |
2 | 1 | [[#20172880]] | 'update' |
2 | 2 | [[#20172880]] | 'discover' |
3 | 1 | [[#201728a0]] | 'index.php?option=com_installer&task=manage&type=update' |
3 | 2 | [[#201728a0]] | 'index.php?option=com_installer&task=manage&type=discover' |