Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.974 | switch_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 32 | administrator/components/com_contact/admin.contact.php |
2 | 9 | 30 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
| ||||
case 'add' : editContact(FALSE); break; case 'edit': editContact(TRUE); break; case 'apply': |
| ||||
case 'add' : editNewsFeed(FALSE); break; case 'edit': editNewsFeed(TRUE); break; case 'save': |
| |||
case 'add': [[#variable52612940]](FALSE); break; case 'edit': [[#variable52612940]](TRUE); break; case [[#variable52612900]]: |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52612940]] | editContact |
1 | 2 | [[#52612940]] | editNewsFeed |
2 | 1 | [[#52612900]] | 'apply' |
2 | 2 | [[#52612900]] | 'save' |