CloneSet1160


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.987if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14167
plugins/authentication/openid/Auth/Yadis/XML.php
24257
plugins/authentication/openid/Auth/Yadis/XML.php
Clone Instance
1
Line Count
4
Source Line
167
Source File
plugins/authentication/openid/Auth/Yadis/XML.php

        if ($node) {
            $result=  @$this->xpath->xpath_eval($xpath, $node);
          }
        else   {
            $result=  @$this->xpath->xpath_eval($xpath);
          }


Clone Instance
2
Line Count
4
Source Line
257
Source File
plugins/authentication/openid/Auth/Yadis/XML.php

        if ($node) {
            $result=  @$this->xpath->query($xpath, $node);
          }
        else   {
            $result=  @$this->xpath->query($xpath);
          }


Clone AbstractionParameter Count: 1Parameter Bindings

if ($node) {
  $result=@$this->xpath-> [[#variable23279b60]]($xpath,$node);
}
else {
  $result=@$this->xpath-> [[#variable23279b60]]($xpath);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23279b60]]
xpath_eval 
12[[#23279b60]]
query