CloneSet583


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.993statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1747
libraries/joomla/document/feed/renderer/atom.php
2741
libraries/joomla/document/feed/renderer/rss.php
Clone Instance
1
Line Count
7
Source Line
47
Source File
libraries/joomla/document/feed/renderer/atom.php

                $data=    &$this->_doc;

                $uri=  &JFactory::getURI();
                $url=  $uri->toString(array( 'scheme', 'user', 'pass', 'host', 'port'
                                           ));
                $syndicationURL=  &JRoute::_('&format=feed&type=atom');
                $feed=  "<feed xmlns=\"http://www.w3.org/2005/Atom\" ";


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

                $data=    &$this->_doc;

                $uri=  &JFactory::getURI();
                $url=  $uri->toString(array( 'scheme', 'user', 'pass', 'host', 'port'
                                           ));
                $syndicationURL=  &JRoute::_('&format=feed&type=rss');
                $feed=  "<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n";


Clone AbstractionParameter Count: 2Parameter Bindings

$data= &$this->_doc;
$uri= &JFactory::getURI();
$url=$uri->toString(array( 'scheme',
                           'user',
                           'pass',
                           'host',
                           'port'
                         ));
$syndicationURL= &JRoute::_( [[#variable24f7e6c0]]);
$feed= [[#variable24f7e740]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24f7e6c0]]
'&format=feed&type=atom' 
12[[#24f7e6c0]]
'&format=feed&type=rss' 
21[[#24f7e740]]
"<feed xmlns=\"http://www.w3.org/2005/Atom\" " 
22[[#24f7e740]]
"<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n"