CloneSet1362


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17210
libraries/joomla/registry/registry.php
27240
libraries/joomla/registry/registry.php
Clone Instance
1
Line Count
7
Source Line
210
Source File
libraries/joomla/registry/registry.php

                // If namespace is not set, get the default namespace
                if ($namespace == NULL) {
                        $namespace=  $this->_defaultNameSpace;
                      }

                if (! isset ($this->_registry[$namespace])) {
                        // If namespace does not exist, make it and load the data
                        $this->makeNameSpace($namespace);
                      }


Clone Instance
2
Line Count
7
Source Line
240
Source File
libraries/joomla/registry/registry.php

                // If namespace is not set, get the default namespace
                if ($namespace == NULL) {
                        $namespace=  $this->_defaultNameSpace;
                      }

                if (! isset ($this->_registry[$namespace])) {
                        // If namespace does not exist, make it and load the data
                        $this->makeNameSpace($namespace);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// If namespace is not set, get the default namespace
if ($namespace == NULL) {
  $namespace=$this->_defaultNameSpace;
}
if (! isset ($this->_registry[$namespace])) {
  // If namespace does not exist, make it and load the data
  $this->makeNameSpace($namespace);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None