| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.986 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 864 | libraries/phpxmlrpc/xmlrpc.php |
| 2 | 3 | 163 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
| ||||
$path= $parts['path'];
if ( isset ($parts['query']))
{
$path.= '?'
. $parts['query'];
}
|
| ||||
$post_path= $parts['path'];
if ( isset ($parts['query'])) {
$post_path.= '?'
. $parts['query'];
}
|
| |||
[[#variable2116abc0]]=$parts['path'];
if ( isset ($parts['query'])) {
[[#variable2116abc0]].='?'
. $parts['query'];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2116abc0]] | $post_path |
| 1 | 2 | [[#2116abc0]] | $path |