CloneSet1212


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15116
plugins/authentication/openid/Auth/OpenID/Parse.php
2556
plugins/authentication/openid/Auth/Yadis/ParseHTML.php
Clone Instance
1
Line Count
5
Source Line
116
Source File
plugins/authentication/openid/Auth/OpenID/Parse.php

        $this->_entity_replacements = array( 
                                            'amp' => '&',
                                            'lt' => '<',
                                            'gt' => '>',
                                            'quot' => '"'
                                           );


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

        $this->_entity_replacements = array( 
                                            'amp' => '&',
                                            'lt' => '<',
                                            'gt' => '>',
                                            'quot' => '"'
                                           );


Clone AbstractionParameter Count: 0Parameter Bindings

$this->_entity_replacements =array( 'amp' => '&',
                                    'lt' => '<',
                                    'gt' => '>',
                                    'quot' => '"'
                                  );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None