Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.993 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 47 | libraries/joomla/document/feed/renderer/atom.php |
2 | 7 | 41 | 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=atom'); $feed= "<feed xmlns=\"http://www.w3.org/2005/Atom\" "; |
| ||||
$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"; |
| |||
$data= &$this->_doc; $uri= &JFactory::getURI(); $url=$uri->toString(array( 'scheme', 'user', 'pass', 'host', 'port' )); $syndicationURL= &JRoute::_( [[#variable24f7e6c0]]); $feed= [[#variable24f7e740]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24f7e6c0]] | '&format=feed&type=atom' |
1 | 2 | [[#24f7e6c0]] | '&format=feed&type=rss' |
2 | 1 | [[#24f7e740]] | "<feed xmlns=\"http://www.w3.org/2005/Atom\" " |
2 | 2 | [[#24f7e740]] | "<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n" |