| 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.978 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 195 | libraries/joomla/client/helper.php |
| 2 | 1 | 196 | libraries/joomla/client/helper.php |
| ||||
$user= $session->get($client
. '.user', NULL, 'JClientHelper');
|
| ||||
$pass= $session->get($client
. '.pass', NULL, 'JClientHelper');
|
| |||
[[#variable4008d200]]=$session->get($client
. [[#variable4008d120]],NULL,'JClientHelper');
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4008d200]] | $pass |
| 1 | 2 | [[#4008d200]] | $user |
| 2 | 1 | [[#4008d120]] | '.pass' |
| 2 | 2 | [[#4008d120]] | '.user' |