CloneSet1117


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.988statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1848
libraries/joomla/cache/storage/xcache.php
2785
libraries/joomla/cache/storage/xcache.php
Clone Instance
1
Line Count
8
Source Line
48
Source File
libraries/joomla/cache/storage/xcache.php

                $cache_id=  $this->_getCacheId($id, $group);

                //check if id exists
                if (!xcache_isset($cache_id)) {
                        return FALSE;
                      }

                return xcache_get($cache_id);


Clone Instance
2
Line Count
7
Source Line
85
Source File
libraries/joomla/cache/storage/xcache.php

                $cache_id=  $this->_getCacheId($id, $group);

                if (!xcache_isset($cache_id)) {
                        return TRUE;
                      }

                return xcache_unset($cache_id);


Clone AbstractionParameter Count: 2Parameter Bindings

$cache_id=$this->_getCacheId($id,$group);
//check if id exists
if (!xcache_isset($cache_id)) {
  return [[#variable2436c2c0]];
}
return [[#variable2436c2e0]]($cache_id);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2436c2c0]]
FALSE 
12[[#2436c2c0]]
TRUE 
21[[#2436c2e0]]
xcache_get 
22[[#2436c2e0]]
xcache_unset