CloneSet1443


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.992class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16137
plugins/authentication/openid/Auth/Yadis/XML.php
26220
plugins/authentication/openid/Auth/Yadis/XML.php
Clone Instance
1
Line Count
6
Source Line
137
Source File
plugins/authentication/openid/Auth/Yadis/XML.php

    function Auth_Yadis_domxml() {

        $this->xml = NULL;
        $this->doc = NULL;
        $this->xpath = NULL;
        $this->errors = array();
      }


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

    function Auth_Yadis_dom() {

        $this->xml = NULL;
        $this->doc = NULL;
        $this->xpath = NULL;
        $this->errors = array();
      }


Clone AbstractionParameter Count: 1Parameter Bindings

function [[#variable5269cfe0]]() {
  $this->xml =NULL;
  $this->doc =NULL;
  $this->xpath =NULL;
  $this->errors =array();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5269cfe0]]
Auth_Yadis_dom 
12[[#5269cfe0]]
Auth_Yadis_domxml