Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.980 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 107 | administrator/components/com_categories/models/category.php |
2 | 6 | 103 | administrator/components/com_content/models/article.php |
3 | 6 | 121 | administrator/components/com_menus/models/item.php |
4 | 5 | 163 | administrator/components/com_weblinks/models/weblink.php |
| ||||
$registry->loadJSON($table->params); $table->params = $registry->toArray(); $result= JArrayHelper::toObject($table->getProperties(1), 'JObject'); return $result; |
| ||||
$registry->loadJSON($table->metadata); $table->metadata = $registry->toArray(); $value= JArrayHelper::toObject($table->getProperties(1), 'JObject'); return $value; |
| ||||
$registry->loadJSON($table->params); $table->params = $registry->toArray(); $result= JArrayHelper::toObject($table->getProperties(1), 'JObject'); return $result; |
| ||||
$registry->loadJSON($table->params); $table->params = $registry->toArray(); $value= JArrayHelper::toObject($table->getProperties(1), 'JObject'); return $value; |
| |||
$registry->loadJSON($table-> [[#variable5224fb00]]); $table-> [[#variable5224fb00]]=$registry->toArray(); [[#variable5224fb20]]=JArrayHelper::toObject($table->getProperties(1),'JObject'); return [[#variable5224fb20]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5224fb00]] | params |
1 | 2 | [[#5224fb00]] | params |
1 | 3 | [[#5224fb00]] | metadata |
1 | 4 | [[#5224fb00]] | params |
2 | 1 | [[#5224fb20]] | $value |
2 | 2 | [[#5224fb20]] | $result |
2 | 3 | [[#5224fb20]] | $value |
2 | 4 | [[#5224fb20]] | $result |