Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 24 | components/com_contact/router.php |
2 | 2 | 29 | components/com_contact/router.php |
| ||||
// Break up the contact id into numeric and alias values. if ( isset ($query['id']) && strpos($query['id'], ':')) { list ($query['id'], $query['alias'])= explode(':', $query['id'], 2); } |
| ||||
// Break up the category id into numeric and alias values. if ( isset ($query['catid']) && strpos($query['catid'], ':')) { list ($query['catid'], $query['catalias'])= explode(':', $query['catid'], 2); } |
| |||
// Break up the category id into numeric and alias values. // Break up the contact id into numeric and alias values. if ( isset ($query[ [[#variable21f6f680]]]) && strpos($query[ [[#variable21f6f680]]],':')) { list ($query[ [[#variable21f6f680]]],$query[ [[#variable497bd2a0]]])=explode(':',$query[ [[#variable21f6f680]]],2); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21f6f680]] | 'catid' |
1 | 2 | [[#21f6f680]] | 'id' |
2 | 1 | [[#497bd2a0]] | 'catalias' |
2 | 2 | [[#497bd2a0]] | 'alias' |