CloneSet1255


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
13373
libraries/joomla/installer/installer.php
23512
libraries/joomla/installer/installer.php
Clone Instance
1
Line Count
3
Source Line
373
Source File
libraries/joomla/installer/installer.php

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


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

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None