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.962 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 34 | administrator/components/com_banners/helpers/banner.php |
2 | 2 | 332 | libraries/joomla/database/table.php |
| ||||
if (!is_array($keywords)) { $keywords= explode(',', $keywords); } |
| ||||
// If the ignore value is a string, explode it over spaces. if (!is_array($ignore)) { $ignore= explode(' ', $ignore); } |
| |||
// If the ignore value is a string, explode it over spaces. if (!is_array( [[#variable46683f20]])) { [[#variable46683f20]]=explode( [[#variable46683ea0]], [[#variable46683f20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46683f20]] | $ignore |
1 | 2 | [[#46683f20]] | $keywords |
2 | 1 | [[#46683ea0]] | ' ' |
2 | 2 | [[#46683ea0]] | ',' |