CloneSet1140


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17123
plugins/authentication/openid/Auth/OpenID/Parse.php
2748
plugins/authentication/openid/Auth/Yadis/ParseHTML.php
Clone Instance
1
Line Count
7
Source Line
123
Source File
plugins/authentication/openid/Auth/OpenID/Parse.php

        $this->_attr_find = sprintf("/%s/%s",
                                    $this->_attr_find ,
                                    $this->_re_flags);

        $this->_removed_re = sprintf("/%s/%s",
                                     $this->_removed_re ,
                                     $this->_re_flags);


Clone Instance
2
Line Count
7
Source Line
48
Source File
plugins/authentication/openid/Auth/Yadis/ParseHTML.php

        $this->_attr_find = sprintf("/%s/%s",
                                    $this->_attr_find ,
                                    $this->_re_flags);

        $this->_removed_re = sprintf("/%s/%s",
                                     $this->_removed_re ,
                                     $this->_re_flags);


Clone AbstractionParameter Count: 0Parameter Bindings

$this->_attr_find =sprintf("/%s/%s",$this->_attr_find ,$this->_re_flags);
$this->_removed_re =sprintf("/%s/%s",$this->_removed_re ,$this->_re_flags);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None