CloneSet1460


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14185
libraries/joomla/cache/cache.php
24208
libraries/joomla/cache/cache.php
Clone Instance
1
Line Count
4
Source Line
185
Source File
libraries/joomla/cache/cache.php

                // Get the default group
                $group=  ($group)
                         ?          $group
                         :                   $this->_options['defaultgroup'];
                // Get the storage handler
                $handler=  &$this->_getStorage();


Clone Instance
2
Line Count
4
Source Line
208
Source File
libraries/joomla/cache/cache.php

                // Get the default group
                $group=  ($group)
                         ?          $group
                         :                   $this->_options['defaultgroup'];
                // Get the storage handler and store the cached data
                $handler=  &$this->_getStorage();


Clone AbstractionParameter Count: 0Parameter Bindings

// Get the default group
$group=($group)
       ? $group
       : $this->_options['defaultgroup'];
// Get the storage handler
// Get the storage handler and store the cached data
$handler= &$this->_getStorage();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None