CloneSet2052


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.952if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1369
administrator/components/com_installer/models/install.php
23127
libraries/joomla/filesystem/archive/gzip.php
Clone Instance
1
Line Count
3
Source Line
69
Source File
administrator/components/com_installer/models/install.php

                // Was the package unpacked?
                if (!$package) {
                        $this->setState('message', 'Unable to find install package');
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
127
Source File
libraries/joomla/filesystem/archive/gzip.php

                if (!$info) {
                        $this->set('error.message', 'Unable to decompress data');
                        return FALSE;
                      }


Clone AbstractionParameter Count: 4Parameter Bindings

// Was the package unpacked?
if (! [[#variable51f1fe80]]) {
  $this-> [[#variable51f1fdc0]]( [[#variable51f1fd20]], [[#variable51f1fc80]]);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51f1fe80]]
$package 
12[[#51f1fe80]]
$info 
21[[#51f1fdc0]]
setState 
22[[#51f1fdc0]]
set 
31[[#51f1fd20]]
'message' 
32[[#51f1fd20]]
'error.message' 
41[[#51f1fc80]]
'Unable to find install package' 
42[[#51f1fc80]]
'Unable to decompress data'