CloneSet639


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15105
components/com_content/models/category.php
25145
components/com_content/models/category.php
35167
components/com_content/models/category.php
Clone Instance
1
Line Count
5
Source Line
105
Source File
components/com_content/models/category.php

                if (empty($this->_category))
                {
                        jimport('joomla.application.categorytree');
                        $categoryTree=  JCategories::getInstance('com_content');
                        $this->_category = &$categoryTree->get($this->_id);
                      }


Clone Instance
2
Line Count
5
Source Line
145
Source File
components/com_content/models/category.php

                        if (empty($this->_category))
                        {
                                jimport('joomla.application.categorytree');
                                $categoryTree=  JCategories::getInstance('com_content');
                                $this->_category = &$categoryTree->get($this->_id);
                              }


Clone Instance
3
Line Count
5
Source Line
167
Source File
components/com_content/models/category.php

                // Load the Category data
                if (empty($this->_category))
                {
                        jimport('joomla.application.categorytree');
                        $categoryTree=  JCategories::getInstance('com_content');
                        $this->_category = &$categoryTree->get($this->_id);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Load the Category data
if (empty($this->_category)) {
  jimport('joomla.application.categorytree');
  $categoryTree=JCategories::getInstance('com_content');
  $this->_category = &$categoryTree->get($this->_id);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None