CloneSet945


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16483
libraries/joomla/registry/registry.php
26504
libraries/joomla/registry/registry.php
36530
libraries/joomla/registry/registry.php
Clone Instance
1
Line Count
6
Source Line
483
Source File
libraries/joomla/registry/registry.php

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

                // Get the namespace
                $ns=  & $this->_registry[$namespace]['data'];


Clone Instance
2
Line Count
6
Source Line
504
Source File
libraries/joomla/registry/registry.php

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

                // Get the namespace
                $ns=  & $this->_registry[$namespace]['data'];


Clone Instance
3
Line Count
6
Source Line
530
Source File
libraries/joomla/registry/registry.php

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

                // Get the namespace
                $ns=  & $this->_registry[$namespace]['data'];


Clone AbstractionParameter Count: 0Parameter Bindings

// If namespace is not set, get the default namespace
if ($namespace == NULL) {
  $namespace=$this->_defaultNameSpace;
}
// Get the namespace
$ns= &$this->_registry[$namespace]['data'];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None