CloneSet258


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11020.962statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11106
libraries/joomla/document/html/html.php
21107
libraries/joomla/document/html/html.php
31108
libraries/joomla/document/html/html.php
41109
libraries/joomla/document/html/html.php
51110
libraries/joomla/document/html/html.php
61111
libraries/joomla/document/html/html.php
71112
libraries/joomla/document/html/html.php
81113
libraries/joomla/document/html/html.php
91114
libraries/joomla/document/html/html.php
101115
libraries/joomla/document/html/html.php
Clone Instance
1
Line Count
1
Source Line
106
Source File
libraries/joomla/document/html/html.php

                $this->title =            ( isset ($data['title']))
                                          ?                         $data['title']
                                          :                                          $this->title;


Clone Instance
2
Line Count
1
Source Line
107
Source File
libraries/joomla/document/html/html.php

                $this->description =      ( isset ($data['description']))
                                          ?                               $data['description']
                                          :                                                      $this->description;


Clone Instance
3
Line Count
1
Source Line
108
Source File
libraries/joomla/document/html/html.php

                $this->link =                     ( isset ($data['link']))
                                                  ?                        $data['link']
                                                  :                                        $this->link;


Clone Instance
4
Line Count
1
Source Line
109
Source File
libraries/joomla/document/html/html.php

                $this->_metaTags =        ( isset ($data['metaTags']))
                                          ?                            $data['metaTags']
                                          :                                                $this->_metaTags;


Clone Instance
5
Line Count
1
Source Line
110
Source File
libraries/joomla/document/html/html.php

                $this->_links =           ( isset ($data['links']))
                                          ?                         $data['links']
                                          :                                          $this->_links;


Clone Instance
6
Line Count
1
Source Line
111
Source File
libraries/joomla/document/html/html.php

                $this->_styleSheets =     ( isset ($data['styleSheets']))
                                          ?                               $data['styleSheets']
                                          :                                                      $this->_styleSheets;


Clone Instance
7
Line Count
1
Source Line
112
Source File
libraries/joomla/document/html/html.php

                $this->_style =           ( isset ($data['style']))
                                          ?                         $data['style']
                                          :                                          $this->_style;


Clone Instance
8
Line Count
1
Source Line
113
Source File
libraries/joomla/document/html/html.php

                $this->_scripts =         ( isset ($data['scripts']))
                                          ?                           $data['scripts']
                                          :                                              $this->_scripts;


Clone Instance
9
Line Count
1
Source Line
114
Source File
libraries/joomla/document/html/html.php

                $this->_script =          ( isset ($data['script']))
                                          ?                          $data['script']
                                          :                                            $this->_script;


Clone Instance
10
Line Count
1
Source Line
115
Source File
libraries/joomla/document/html/html.php

                $this->_custom =          ( isset ($data['custom']))
                                          ?                          $data['custom']
                                          :                                            $this->_custom;


Clone AbstractionParameter Count: 2Parameter Bindings

$this-> [[#variable46079440]]=( isset ($data[ [[#variable460794c0]]]))
                              ? $data[ [[#variable460794c0]]]
                              : $this-> [[#variable46079440]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46079440]]
title 
12[[#46079440]]
description 
13[[#46079440]]
_styleSheets 
14[[#46079440]]
_style 
15[[#46079440]]
_scripts 
16[[#46079440]]
_script 
17[[#46079440]]
_custom 
18[[#46079440]]
link 
19[[#46079440]]
_metaTags 
110[[#46079440]]
_links 
21[[#460794c0]]
'title' 
22[[#460794c0]]
'description' 
23[[#460794c0]]
'styleSheets' 
24[[#460794c0]]
'style' 
25[[#460794c0]]
'scripts' 
26[[#460794c0]]
'script' 
27[[#460794c0]]
'custom' 
28[[#460794c0]]
'link' 
29[[#460794c0]]
'metaTags' 
210[[#460794c0]]
'links'