CloneSet86


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6520.965statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1655
components/com_contact/views/category/view.html.php
2893
components/com_content/views/categories/view.html.php
3694
components/com_content/views/category/view.html.php
48162
components/com_content/views/frontpage/view.html.php
56127
components/com_weblinks/views/category/view.html.php
Clone Instance
1
Line Count
6
Source Line
55
Source File
components/com_contact/views/category/view.html.php

                {
                        $link=    '&format=feed&limitstart=';
                        $attribs=  array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
                                        );
                        $document->addHeadLink(JRoute::_($link
                                                         .     '&type=rss'), 'alternate', 'rel', $attribs);
                        $attribs=  array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
                                        );
                        $document->addHeadLink(JRoute::_($link
                                                         .     '&type=atom'), 'alternate', 'rel', $attribs);
                      }


Clone Instance
2
Line Count
8
Source Line
93
Source File
components/com_content/views/categories/view.html.php

                {
                        $link=  '&format=feed&limitstart=';

                        $attribs=  array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=rss'), 'alternate', 'rel', $attribs);
                        $attribs=  array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=atom'), 'alternate', 'rel', $attribs);
                      }


Clone Instance
3
Line Count
6
Source Line
94
Source File
components/com_content/views/category/view.html.php

                {
                        $link=    '&format=feed&limitstart=';
                        $attribs=  array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
                                        );
                        $document->addHeadLink(JRoute::_($link
                                                         .     '&type=rss'), 'alternate', 'rel', $attribs);
                        $attribs=  array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
                                        );
                        $document->addHeadLink(JRoute::_($link
                                                         .     '&type=atom'), 'alternate', 'rel', $attribs);
                      }


Clone Instance
4
Line Count
8
Source Line
162
Source File
components/com_content/views/frontpage/view.html.php

                {
                        $link=  '&format=feed&limitstart=';

                        $attribs=  array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=rss'), 'alternate', 'rel', $attribs);
                        $attribs=  array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=atom'), 'alternate', 'rel', $attribs);
                      }


Clone Instance
5
Line Count
6
Source Line
127
Source File
components/com_weblinks/views/category/view.html.php

                {
                        $link=    '&view=category&id='
                                  .                    $this->category->slug
                                  .                                          '&format=feed&limitstart=';
                        $attribs=  array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=rss'), 'alternate', 'rel', $attribs);
                        $attribs=  array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
                                        );
                        $this->document->addHeadLink(JRoute::_($link
                                                               .     '&type=atom'), 'alternate', 'rel', $attribs);
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $link= [[#variable46632a00]];
  $attribs=array( 'type' => 'application/rss+xml',
                  'title' => 'RSS 2.0'
                );
   [[#variable58674d80]]->addHeadLink(JRoute::_($link
                                                . '&type=rss'),'alternate','rel',$attribs);
  $attribs=array( 'type' => 'application/atom+xml',
                  'title' => 'Atom 1.0'
                );
   [[#variable58674d80]]->addHeadLink(JRoute::_($link
                                                . '&type=atom'),'alternate','rel',$attribs);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46632a00]]
'&format=feed&limitstart=' 
12[[#46632a00]]
'&format=feed&limitstart=' 
13[[#46632a00]]
'&view=category&id='
. $this->category->slug
. '&format=feed&limitstart=' 
14[[#46632a00]]
'&format=feed&limitstart=' 
15[[#46632a00]]
'&format=feed&limitstart=' 
21[[#58674d80]]
$document 
22[[#58674d80]]
$this->document 
23[[#58674d80]]
$this->document 
24[[#58674d80]]
$this->document 
25[[#58674d80]]
$document