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.965 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 873 | libraries/phpxmlrpc/xmlrpc.php |
2 | 3 | 877 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
if ( isset ($parts['port'])) { $port= $parts['port']; } |
| ||||
if ( isset ($parts['scheme'])) { $method= $parts['scheme']; } |
| |||
if ( isset ($parts[ [[#variable46f83f20]]])) { [[#variable46f83fe0]]=$parts[ [[#variable46f83f20]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46f83f20]] | 'scheme' |
1 | 2 | [[#46f83f20]] | 'port' |
2 | 1 | [[#46f83fe0]] | $method |
2 | 2 | [[#46f83fe0]] | $port |