CloneSet213


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6420.993statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16355
libraries/joomla/installer/adapters/component.php
26692
libraries/joomla/installer/adapters/component.php
361452
libraries/joomla/installer/adapters/component.php
46220
libraries/joomla/installer/adapters/language.php
Clone Instance
1
Line Count
6
Source Line
355
Source File
libraries/joomla/installer/adapters/component.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);


Clone Instance
2
Line Count
6
Source Line
692
Source File
libraries/joomla/installer/adapters/component.php

                /**
                 * ---------------------------------------------------------------------------------------------
                 * 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);


Clone Instance
3
Line Count
6
Source Line
1452
Source File
libraries/joomla/installer/adapters/component.php

                /**
                 * ---------------------------------------------------------------------------------------------
                 * 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);


Clone Instance
4
Line Count
6
Source Line
220
Source File
libraries/joomla/installer/adapters/language.php

                // 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);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
                 * ---------------------------------------------------------------------------------------------
                 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ea6c6a0]]
'element' 
12[[#3ea6c6a0]]
'tag' 
13[[#3ea6c6a0]]
'element' 
14[[#3ea6c6a0]]
'element' 
21[[#3ea6c680]]
'component' 
22[[#3ea6c680]]
'language' 
23[[#3ea6c680]]
'component' 
24[[#3ea6c680]]
'component'