Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 69 | libraries/joomla/utilities/simplecrypt.php |
2 | 1 | 161 | libraries/joomla/utilities/simplecrypt.php |
| ||||
(string) $c= substr($s1, $j, 1); // get the char at position $j, length 1 |
| ||||
(string) $c= substr($s, $k, 1); |
| |||
(string) $c=substr( [[#variable46f81e00]], [[#variable46f81d60]],1); // get the char at position $j, length 1 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46f81e00]] | $s |
1 | 2 | [[#46f81e00]] | $s1 |
2 | 1 | [[#46f81d60]] | $k |
2 | 2 | [[#46f81d60]] | $j |