Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.987 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 167 | plugins/authentication/openid/Auth/Yadis/XML.php |
2 | 4 | 257 | plugins/authentication/openid/Auth/Yadis/XML.php |
| ||||
if ($node) { $result= @$this->xpath->xpath_eval($xpath, $node); } else { $result= @$this->xpath->xpath_eval($xpath); } |
| ||||
if ($node) { $result= @$this->xpath->query($xpath, $node); } else { $result= @$this->xpath->query($xpath); } |
| |||
if ($node) { $result=@$this->xpath-> [[#variable23279b60]]($xpath,$node); } else { $result=@$this->xpath-> [[#variable23279b60]]($xpath); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23279b60]] | xpath_eval |
1 | 2 | [[#23279b60]] | query |