Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 36 | components/com_content/helpers/route.php |
2 | 8 | 70 | components/com_content/helpers/route.php |
| ||||
$catids= array(); $catids[]= $category->id; while ($category->getParent() instanceof JCategoryNode) { $category= $category->getParent(); $catids[]= $category->id; } $catids= array_reverse($catids); |
| ||||
$catids= array(); $catids[]= $category->id; while ($category->getParent() instanceof JCategoryNode) { $category= $category->getParent(); $catids[]= $category->id; } $catids= array_reverse($catids); |
| |||
$catids=array(); $catids[]=$category->id; while ($category->getParent() instanceof JCategoryNode) { $category=$category->getParent(); $catids[]=$category->id; } $catids=array_reverse($catids); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |