Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 58 | components/com_content/views/category/view.html.php |
2 | 2 | 60 | components/com_content/views/category/view.html.php |
3 | 2 | 62 | components/com_content/views/category/view.html.php |
| ||||
// Parameters $params->def('num_leading_articles', 1); $params->def('num_intro_articles', 4); |
| ||||
$params->def('num_columns', 2); $params->def('num_links', 4); |
| ||||
$params->def('show_headings', 1); $params->def('show_pagination', 2); |
| |||
// Parameters $params->def( [[#variable25440fa0]], [[#variable25440f00]]); $params->def( [[#variable25420ee0]], [[#variable25440ec0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#25440fa0]] | 'num_leading_articles' |
1 | 2 | [[#25440fa0]] | 'num_columns' |
1 | 3 | [[#25440fa0]] | 'show_headings' |
2 | 1 | [[#25440f00]] | 1 |
2 | 2 | [[#25440f00]] | 2 |
2 | 3 | [[#25440f00]] | 1 |
3 | 1 | [[#25420ee0]] | 'num_intro_articles' |
3 | 2 | [[#25420ee0]] | 'num_links' |
3 | 3 | [[#25420ee0]] | 'show_pagination' |
4 | 1 | [[#25440ec0]] | 4 |
4 | 2 | [[#25440ec0]] | 4 |
4 | 3 | [[#25440ec0]] | 2 |