CloneSet1192


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

        if ($close) {
            $close=  '\\/'
                     .      (($close == 1)
                             ?              ''
                             :                   '?');
          }
        else   {
            $close=  '';
          }


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

        if ($self_close) {
            $self_close=  '(?:\\/\\s*)'
                          .             (($self_close == 1)
                                         ?                   ''
                                         :                        '?');
          }
        else   {
            $self_close=  '';
          }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable2432bc40]]) {
   [[#variable2432bc40]]= [[#variable2432bbc0]]
                         . (( [[#variable2432bc40]]== 1)
                            ? ''
                            : '?');
}
else {
   [[#variable2432bc40]]='';
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2432bc40]]
$self_close 
12[[#2432bc40]]
$close 
21[[#2432bbc0]]
'(?:\\/\\s*)' 
22[[#2432bbc0]]
'\\/'