Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.968 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 38 | components/com_banners/models/banner.php |
2 | 3 | 42 | components/com_banners/models/banner.php |
| ||||
if (@$filters['cid']) { $wheres[]= 'cid = ' . (int) $filters['cid']; } |
| ||||
if (@$filters['catid']) { $wheres[]= 'catid = ' . (int) $filters['catid']; } |
| |||
if (@$filters[ [[#variable4666f760]]]) { $wheres[]= [[#variable4666f7e0]] . (int) $filters[ [[#variable4666f760]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4666f760]] | 'cid' |
1 | 2 | [[#4666f760]] | 'catid' |
2 | 1 | [[#4666f7e0]] | 'cid = ' |
2 | 2 | [[#4666f7e0]] | 'catid = ' |