Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 2 | 0.993 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 355 | libraries/joomla/installer/adapters/component.php |
2 | 6 | 692 | libraries/joomla/installer/adapters/component.php |
3 | 6 | 1452 | libraries/joomla/installer/adapters/component.php |
4 | 6 | 220 | libraries/joomla/installer/adapters/language.php |
| ||||
// Clobber any possible pending updates $update= &JTable::getInstance('update'); $uid= $update->find(array( 'element' => $this->get('element'), 'type' => 'component', 'client_id' => '', 'folder' => '' )); if ($uid) $update->delete($uid); |
| ||||
/** * --------------------------------------------------------------------------------------------- * Finalization and Cleanup Section * --------------------------------------------------------------------------------------------- */ // Clobber any possible pending updates $update= &JTable::getInstance('update'); $uid= $update->find(array( 'element' => $this->get('element'), 'type' => 'component', 'client_id' => '', 'folder' => '' )); if ($uid) $update->delete($uid); |
| ||||
/** * --------------------------------------------------------------------------------------------- * Finalization and Cleanup Section * --------------------------------------------------------------------------------------------- */ // Clobber any possible pending updates $update= &JTable::getInstance('update'); $uid= $update->find(array( 'element' => $this->get('element'), 'type' => 'component', 'client_id' => '', 'folder' => '' )); if ($uid) $update->delete($uid); |
| ||||
// Clobber any possible pending updates $update= &JTable::getInstance('update'); $uid= $update->find(array( 'element' => $this->get('tag'), 'type' => 'language', 'client_id' => '', 'folder' => '' )); if ($uid) $update->delete($uid); |
| |||
/** * --------------------------------------------------------------------------------------------- * Finalization and Cleanup Section * --------------------------------------------------------------------------------------------- */ // Clobber any possible pending updates $update= &JTable::getInstance('update'); $uid=$update->find(array( 'element' => $this->get( [[#variable3ea6c6a0]]), 'type' => [[#variable3ea6c680]], 'client_id' => '', 'folder' => '' )); if ($uid) $update->delete($uid); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ea6c6a0]] | 'element' |
1 | 2 | [[#3ea6c6a0]] | 'tag' |
1 | 3 | [[#3ea6c6a0]] | 'element' |
1 | 4 | [[#3ea6c6a0]] | 'element' |
2 | 1 | [[#3ea6c680]] | 'component' |
2 | 2 | [[#3ea6c680]] | 'language' |
2 | 3 | [[#3ea6c680]] | 'component' |
2 | 4 | [[#3ea6c680]] | 'component' |