CloneSet229


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2930.969if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1266
libraries/joomla/document/feed/renderer/atom.php
2275
libraries/joomla/document/feed/renderer/rss.php
3282
libraries/joomla/document/feed/renderer/rss.php
4289
libraries/joomla/document/feed/renderer/rss.php
5292
libraries/joomla/document/feed/renderer/rss.php
6295
libraries/joomla/document/feed/renderer/rss.php
7298
libraries/joomla/document/feed/renderer/rss.php
82101
libraries/joomla/document/feed/renderer/rss.php
92104
libraries/joomla/document/feed/renderer/rss.php
Clone Instance
1
Line Count
2
Source Line
66
Source File
libraries/joomla/document/feed/renderer/atom.php

                        if ($data->editorEmail != "") {
                                $feed.= "\t\t<email>"
                                        .                        htmlspecialchars($data->editorEmail ,ENT_COMPAT, 'UTF-8')
                                        .                                                                                  "</email>\n";
                              }


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

                if ($data->copyright != "") {
                        $feed.= "\t\t<copyright>"
                                .                            htmlspecialchars($data->copyright ,ENT_COMPAT,'UTF-8')
                                .                                                                                   "</copyright>\n";
                      }


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

                if ($data->webmaster != "") {
                        $feed.= "\t\t<webMaster>"
                                .                            htmlspecialchars($data->webmaster ,ENT_COMPAT, 'UTF-8')
                                .                                                                                    "</webMaster>\n";
                      }


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

                if ($data->category != "") {
                        $feed.= "\t\t<category>"
                                .                           htmlspecialchars($data->category ,ENT_COMPAT, 'UTF-8')
                                .                                                                                  "</category>\n";
                      }


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

                if ($data->docs != "") {
                        $feed.= "\t\t<docs>"
                                .                       htmlspecialchars($data->docs ,ENT_COMPAT, 'UTF-8')
                                .                                                                          "</docs>\n";
                      }


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

                if ($data->ttl != "") {
                        $feed.= "\t\t<ttl>"
                                .                      htmlspecialchars($data->ttl ,ENT_COMPAT, 'UTF-8')
                                .                                                                        "</ttl>\n";
                      }


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

                if ($data->rating != "") {
                        $feed.= "\t\t<rating>"
                                .                         htmlspecialchars($data->rating ,ENT_COMPAT, 'UTF-8')
                                .                                                                              "</rating>\n";
                      }


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

                if ($data->skipHours != "") {
                        $feed.= "\t\t<skipHours>"
                                .                            htmlspecialchars($data->skipHours ,ENT_COMPAT, 'UTF-8')
                                .                                                                                    "</skipHours>\n";
                      }


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

                if ($data->skipDays != "") {
                        $feed.= "\t\t<skipDays>"
                                .                           htmlspecialchars($data->skipDays ,ENT_COMPAT, 'UTF-8')
                                .                                                                                  "</skipDays>\n";
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($data-> [[#variable58738680]]!= "") {
  $feed.= [[#variable58738540]]
         . htmlspecialchars($data-> [[#variable58738680]],ENT_COMPAT,'UTF-8')
         .  [[#variable587385c0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58738680]]
editorEmail 
12[[#58738680]]
skipDays 
13[[#58738680]]
skipHours 
14[[#58738680]]
rating 
15[[#58738680]]
ttl 
16[[#58738680]]
docs 
17[[#58738680]]
category 
18[[#58738680]]
webmaster 
19[[#58738680]]
copyright 
21[[#58738540]]
"\t\t<email>" 
22[[#58738540]]
"\t\t<skipDays>" 
23[[#58738540]]
"\t\t<skipHours>" 
24[[#58738540]]
"\t\t<rating>" 
25[[#58738540]]
"\t\t<ttl>" 
26[[#58738540]]
"\t\t<docs>" 
27[[#58738540]]
"\t\t<category>" 
28[[#58738540]]
"\t\t<webMaster>" 
29[[#58738540]]
"\t\t<copyright>" 
31[[#587385c0]]
"</email>\n" 
32[[#587385c0]]
"</skipDays>\n" 
33[[#587385c0]]
"</skipHours>\n" 
34[[#587385c0]]
"</rating>\n" 
35[[#587385c0]]
"</ttl>\n" 
36[[#587385c0]]
"</docs>\n" 
37[[#587385c0]]
"</category>\n" 
38[[#587385c0]]
"</webMaster>\n" 
39[[#587385c0]]
"</copyright>\n"