CloneSet1449


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.952if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1261
libraries/joomla/document/feed/renderer/rss.php
2264
libraries/joomla/document/feed/renderer/rss.php
3267
libraries/joomla/document/feed/renderer/rss.php
Clone Instance
1
Line Count
2
Source Line
61
Source File
libraries/joomla/document/feed/renderer/rss.php

                        if ($data->image->width != "") {
                                $feed.= "\t\t\t<width>"
                                        .                                $data->image->width
                                        .                                                    "</width>\n";
                              }


Clone Instance
2
Line Count
2
Source Line
64
Source File
libraries/joomla/document/feed/renderer/rss.php

                        if ($data->image->height != "") {
                                $feed.= "\t\t\t<height>"
                                        .                                 $data->image->height
                                        .                                                      "</height>\n";
                              }


Clone Instance
3
Line Count
2
Source Line
67
Source File
libraries/joomla/document/feed/renderer/rss.php

                        if ($data->image->description != "") {
                                $feed.= "\t\t\t<description><![CDATA["
                                        .                                               $data->image->description
                                        .                                                                         "]]></description>\n";
                              }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($data->image-> [[#variable46660fe0]]!= "") {
  $feed.= [[#variable46660f40]]
         . $data->image-> [[#variable46660fe0]]
         .  [[#variable46660ec0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46660fe0]]
description 
12[[#46660fe0]]
height 
13[[#46660fe0]]
width 
21[[#46660f40]]
"\t\t\t<description><![CDATA[" 
22[[#46660f40]]
"\t\t\t<height>" 
23[[#46660f40]]
"\t\t\t<width>" 
31[[#46660ec0]]
"]]></description>\n" 
32[[#46660ec0]]
"</height>\n" 
33[[#46660ec0]]
"</width>\n"