| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 19 | 20 | 4 | 0.957 | class_member_list[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 16 | 42 | administrator/components/com_weblinks/tables/weblink.php |
| 2 | 16 | 92 | administrator/components/com_weblinks/tables/weblink.php |
| 3 | 16 | 179 | administrator/modules/mod_menu/menu.php |
| 4 | 4 | 24 | components/com_content/views/category/view.html.php |
| 5 | 4 | 28 | components/com_content/views/category/view.html.php |
| 6 | 4 | 172 | libraries/joomla/application/categories.php |
| 7 | 7 | 179 | libraries/joomla/application/categories.php |
| 8 | 7 | 193 | libraries/joomla/application/categories.php |
| 9 | 16 | 35 | libraries/joomla/database/table/category.php |
| 10 | 16 | 25 | libraries/joomla/database/table/content.php |
| 11 | 16 | 55 | libraries/joomla/database/table/content.php |
| 12 | 16 | 75 | libraries/joomla/database/table/content.php |
| 13 | 16 | 110 | libraries/joomla/database/table/content.php |
| 14 | 16 | 145 | libraries/joomla/database/table/content.php |
| 15 | 16 | 165 | libraries/joomla/database/table/content.php |
| 16 | 15 | 23 | libraries/joomla/database/table/menutype.php |
| 17 | 24 | 30 | libraries/joomla/database/tablenested.php |
| 18 | 4 | 40 | libraries/joomla/document/html/html.php |
| 19 | 19 | 27 | libraries/joomla/user/user.php |
| 20 | 19 | 63 | libraries/joomla/user/user.php |
| ||||
/**
* @var string
*/
public $title= NULL;
/**
* @var string
*/
public $alias= NULL;
/**
* @var string
*/
public $url= NULL;
/**
* @var string
*/
public $description= NULL;
|
| ||||
/**
* @var int
*/
public $archived= NULL;
/**
* @var int
*/
public $approved= NULL;
/**
* @var int
*/
public $access= NULL;
/**
* @var string
*/
public $params= NULL;
|
| ||||
/**
* Node Title
*/
public $title= NULL;
/**
* Node Id
*/
public $id= NULL;
/**
* Node Link
*/
public $link= NULL;
/**
* CSS Class for node
*/
public $class= NULL;
|
| ||||
public $access= NULL;
public $action= NULL;
public $items= NULL;
public $item= NULL;
|
| ||||
public $params= NULL;
public $category= NULL;
public $user= NULL;
public $pagination= NULL;
|
| ||||
/** @var int Primary key */
public $id= NULL;
public $lft= NULL;
public $rgt= NULL;
public $ref_id= NULL;
|
| ||||
public $lang= NULL;
/** @var string The menu title for the category (a short name)*/
public $title= NULL;
/** @var string The the alias for the category*/
public $alias= NULL;
/** @var string */
public $description= NULL;
|
| ||||
/** @var int */
public $access= NULL;
/** @var string */
public $params= NULL;
/** @var int */
public $numitems= NULL;
/** @var string */
public $slug= NULL;
|
| ||||
/**
* @var string
*/
public $extension= NULL;
/**
* @var string The
*/
public $title= NULL;
/**
* @var string The the alias for the category
*/
public $alias= NULL;
/**
* @var string
*/
public $description= NULL;
|
| ||||
/**
* @var int Primary key
*/
public $id= NULL;
/**
* @var string
*/
public $title= NULL;
/**
* @var string
*/
public $alias= NULL;
/**
* @var string
*/
public $title_alias= NULL;
|
| ||||
/**
* @var int
*/
public $state= NULL;
/**
* @var int The id of the category section
*/
public $sectionid= NULL;
/**
* @var int DEPRECATED
*/
public $mask= NULL;
/**
* @var int
*/
public $catid= NULL;
|
| ||||
/**
* @var datetime
*/
public $created= NULL;
/**
* @var int User id
*/
public $created_by= NULL;
/**
* @var string An alias for the author
*/
public $created_by_alias= NULL;
/**
* @var datetime
*/
public $modified= NULL;
|
| ||||
/**
* @var datetime
*/
public $publish_up= NULL;
/**
* @var datetime
*/
public $publish_down= NULL;
/**
* @var string
*/
public $images= NULL;
/**
* @var string
*/
public $urls= NULL;
|
| ||||
/**
* @var int
*/
public $ordering= NULL;
/**
* @var string
*/
public $metakey= NULL;
/**
* @var string
*/
public $metadesc= NULL;
/**
* @var string
*/
public $metadata= NULL;
|
| ||||
/**
* @var int
*/
public $access= NULL;
/**
* @var int
*/
public $hits= NULL;
/**
* @var int
*/
public $featured= NULL;
/**
* @var varchar
*/
public $language= NULL;
|
| ||||
/**
* @var int Primary key
*/
public $id= NULL;
/**
* @var string
*/
public $menutype= NULL;
/** @var string
*/
public $title= NULL;
/**
* @var string
*/
public $description= NULL;
|
| ||||
/**
* Object property holding the primary key of the parent node. Provides
* adjacency list data for nodes.
*
* @var integer
*/
public $parent_id= NULL;
/**
* Object property holding the depth level of the node in the tree.
*
* @var integer
*/
public $level= NULL;
/**
* Object property holding the left value of the node for managing its
* placement in the nested sets tree.
*
* @var integer
*/
public $lft= NULL;
/**
* Object property holding the right value of the node for managing its
* placement in the nested sets tree.
*
* @var integer
*/
public $rgt= NULL;
|
| ||||
public $template= NULL;
public $baseurl= NULL;
public $params= NULL;
public $_file= NULL;
|
| ||||
/**
* Unique id
* @var int
*/
public $id= NULL;
/**
* The users real name (or nickname)
* @var string
*/
public $name= NULL;
/**
* The login name
* @var string
*/
public $username= NULL;
/**
* The email
* @var string
*/
public $email= NULL;
|
| ||||
/**
* Description
* @var string
*/
public $usertype= NULL;
/**
* Description
* @var int
*/
public $block= NULL;
/**
* Description
* @var int
*/
public $sendEmail= NULL;
/**
* Description
* @var datetime
*/
public $registerDate= NULL;
|
| |||
/**
* Unique id
* @var int
*/
/**
* @var int Primary key
*/
/**
* @var string
*/
/**
* @var string
*/
/**
* @var int
*/
/**
* @var int
*/
/**
* Node Title
*/
/**
* Object property holding the primary key of the parent node. Provides
* adjacency list data for nodes.
*
* @var integer
*/
/** @var int Primary key */
/** @var int */
/**
* Description
* @var string
*/
/**
* @var datetime
*/
public [[#variable4cb579c0]]=NULL;
/**
* The users real name (or nickname)
* @var string
*/
/**
* @var string
*/
/**
* @var string
*/
/**
* @var string The
*/
/**
* @var int
*/
/**
* Node Id
*/
/**
* Object property holding the depth level of the node in the tree.
*
* @var integer
*/
/**
* @var int The id of the category section
*/
/** @var string */
/**
* Description
* @var int
*/
/**
* @var int User id
*/
/**
* @var datetime
*/
/** @var string The menu title for the category (a short name)*/
public [[#variable5233aa80]]=NULL;
/**
* The login name
* @var string
*/
/** @var string
*/
/**
* @var string
*/
/**
* @var string The the alias for the category
*/
/**
* @var string
*/
/**
* @var int
*/
/**
* Node Link
*/
/**
* Object property holding the left value of the node for managing its
* placement in the nested sets tree.
*
* @var integer
*/
/**
* @var int DEPRECATED
*/
/** @var int */
/**
* Description
* @var int
*/
/**
* @var string An alias for the author
*/
/** @var string The the alias for the category*/
public [[#variable52264660]]=NULL;
/**
* The email
* @var string
*/
/**
* @var string
*/
/**
* @var string
*/
/**
* @var varchar
*/
/**
* CSS Class for node
*/
/**
* Object property holding the right value of the node for managing its
* placement in the nested sets tree.
*
* @var integer
*/
/**
* @var int
*/
/** @var string */
/**
* Description
* @var datetime
*/
/**
* @var datetime
*/
public [[#variable5233a900]]=NULL;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4cb579c0]] | $id |
| 1 | 2 | [[#4cb579c0]] | $id |
| 1 | 3 | [[#4cb579c0]] | $id |
| 1 | 4 | [[#4cb579c0]] | $extension |
| 1 | 5 | [[#4cb579c0]] | $access |
| 1 | 6 | [[#4cb579c0]] | $title |
| 1 | 7 | [[#4cb579c0]] | $ordering |
| 1 | 8 | [[#4cb579c0]] | $params |
| 1 | 9 | [[#4cb579c0]] | $access |
| 1 | 10 | [[#4cb579c0]] | $title |
| 1 | 11 | [[#4cb579c0]] | $parent_id |
| 1 | 12 | [[#4cb579c0]] | $state |
| 1 | 13 | [[#4cb579c0]] | $id |
| 1 | 14 | [[#4cb579c0]] | $access |
| 1 | 15 | [[#4cb579c0]] | $usertype |
| 1 | 16 | [[#4cb579c0]] | $template |
| 1 | 17 | [[#4cb579c0]] | $created |
| 1 | 18 | [[#4cb579c0]] | $publish_up |
| 1 | 19 | [[#4cb579c0]] | $lang |
| 1 | 20 | [[#4cb579c0]] | $archived |
| 2 | 1 | [[#5233aa80]] | $name |
| 2 | 2 | [[#5233aa80]] | $menutype |
| 2 | 3 | [[#5233aa80]] | $title |
| 2 | 4 | [[#5233aa80]] | $title |
| 2 | 5 | [[#5233aa80]] | $action |
| 2 | 6 | [[#5233aa80]] | $alias |
| 2 | 7 | [[#5233aa80]] | $metakey |
| 2 | 8 | [[#5233aa80]] | $category |
| 2 | 9 | [[#5233aa80]] | $hits |
| 2 | 10 | [[#5233aa80]] | $id |
| 2 | 11 | [[#5233aa80]] | $level |
| 2 | 12 | [[#5233aa80]] | $sectionid |
| 2 | 13 | [[#5233aa80]] | $lft |
| 2 | 14 | [[#5233aa80]] | $params |
| 2 | 15 | [[#5233aa80]] | $block |
| 2 | 16 | [[#5233aa80]] | $baseurl |
| 2 | 17 | [[#5233aa80]] | $created_by |
| 2 | 18 | [[#5233aa80]] | $publish_down |
| 2 | 19 | [[#5233aa80]] | $title |
| 2 | 20 | [[#5233aa80]] | $approved |
| 3 | 1 | [[#52264660]] | $username |
| 3 | 2 | [[#52264660]] | $title |
| 3 | 3 | [[#52264660]] | $alias |
| 3 | 4 | [[#52264660]] | $alias |
| 3 | 5 | [[#52264660]] | $items |
| 3 | 6 | [[#52264660]] | $url |
| 3 | 7 | [[#52264660]] | $metadesc |
| 3 | 8 | [[#52264660]] | $user |
| 3 | 9 | [[#52264660]] | $featured |
| 3 | 10 | [[#52264660]] | $link |
| 3 | 11 | [[#52264660]] | $lft |
| 3 | 12 | [[#52264660]] | $mask |
| 3 | 13 | [[#52264660]] | $rgt |
| 3 | 14 | [[#52264660]] | $numitems |
| 3 | 15 | [[#52264660]] | $sendEmail |
| 3 | 16 | [[#52264660]] | $params |
| 3 | 17 | [[#52264660]] | $created_by_alias |
| 3 | 18 | [[#52264660]] | $images |
| 3 | 19 | [[#52264660]] | $alias |
| 3 | 20 | [[#52264660]] | $access |
| 4 | 1 | [[#5233a900]] | |
| 4 | 2 | [[#5233a900]] | $description |
| 4 | 3 | [[#5233a900]] | $title_alias |
| 4 | 4 | [[#5233a900]] | $description |
| 4 | 5 | [[#5233a900]] | $item |
| 4 | 6 | [[#5233a900]] | $description |
| 4 | 7 | [[#5233a900]] | $metadata |
| 4 | 8 | [[#5233a900]] | $pagination |
| 4 | 9 | [[#5233a900]] | $language |
| 4 | 10 | [[#5233a900]] | $class |
| 4 | 11 | [[#5233a900]] | $rgt |
| 4 | 12 | [[#5233a900]] | $catid |
| 4 | 13 | [[#5233a900]] | $ref_id |
| 4 | 14 | [[#5233a900]] | $slug |
| 4 | 15 | [[#5233a900]] | $registerDate |
| 4 | 16 | [[#5233a900]] | $_file |
| 4 | 17 | [[#5233a900]] | $modified |
| 4 | 18 | [[#5233a900]] | $urls |
| 4 | 19 | [[#5233a900]] | $description |
| 4 | 20 | [[#5233a900]] | $params |