CloneSet1284


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13479
libraries/joomla/installer/installer.php
23559
libraries/joomla/installer/installer.php
Clone Instance
1
Line Count
3
Source Line
479
Source File
libraries/joomla/installer/installer.php

                if (! isset ($this->_adapters[$type])
                    ||                                 !is_object($this->_adapters[$type])) {
                        if (!$this->setAdapter($type)) {
                                return FALSE; // we failed to get the right adapter
                              }
                      }


Clone Instance
2
Line Count
3
Source Line
559
Source File
libraries/joomla/installer/installer.php

                // Lazy load the adapter
                if (! isset ($this->_adapters[$type])
                    ||                                 !is_object($this->_adapters[$type])) {
                        if (!$this->setAdapter($type)) {
                                return FALSE;
                              }
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Lazy load the adapter
if (! isset ($this->_adapters[$type])
    || !is_object($this->_adapters[$type])) {
  if (!$this->setAdapter($type)) {
    return FALSE; // we failed to get the right adapter
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None