CloneSet108


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12020.971statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1158
libraries/joomla/installer/librarymanifest.php
2159
libraries/joomla/installer/librarymanifest.php
3160
libraries/joomla/installer/librarymanifest.php
4161
libraries/joomla/installer/librarymanifest.php
5163
libraries/joomla/installer/librarymanifest.php
6164
libraries/joomla/installer/librarymanifest.php
7165
libraries/joomla/installer/librarymanifest.php
8166
libraries/joomla/installer/librarymanifest.php
9167
libraries/joomla/installer/librarymanifest.php
10168
libraries/joomla/installer/librarymanifest.php
11153
libraries/joomla/installer/packagemanifest.php
12154
libraries/joomla/installer/packagemanifest.php
13155
libraries/joomla/installer/packagemanifest.php
14156
libraries/joomla/installer/packagemanifest.php
15157
libraries/joomla/installer/packagemanifest.php
16158
libraries/joomla/installer/packagemanifest.php
17159
libraries/joomla/installer/packagemanifest.php
18160
libraries/joomla/installer/packagemanifest.php
19161
libraries/joomla/installer/packagemanifest.php
20162
libraries/joomla/installer/packagemanifest.php
Clone Instance
1
Line Count
1
Source Line
58
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->name = isset ($xml->name[0])
                                      ?                      $xml->name[0]->data()
                                      :                                              '';


Clone Instance
2
Line Count
1
Source Line
59
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->libraryname = isset ($xml->libraryname[0])
                                             ?                             $xml->libraryname[0]->data()
                                             :                                                            '';


Clone Instance
3
Line Count
1
Source Line
60
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->version = isset ($xml->version[0])
                                         ?                         $xml->version[0]->data()
                                         :                                                    '';


Clone Instance
4
Line Count
1
Source Line
61
Source File
libraries/joomla/installer/librarymanifest.php

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


Clone Instance
5
Line Count
1
Source Line
63
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->author = isset ($xml->author[0])
                                        ?                        $xml->author[0]->data()
                                        :                                                  '';


Clone Instance
6
Line Count
1
Source Line
64
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->authoremail = isset ($xml->authorEmail[0])
                                             ?                             $xml->authorEmail[0]->data()
                                             :                                                            '';


Clone Instance
7
Line Count
1
Source Line
65
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->authorurl = isset ($xml->authorUrl[0])
                                           ?                           $xml->authorUrl[0]->data()
                                           :                                                        '';


Clone Instance
8
Line Count
1
Source Line
66
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->packager = isset ($xml->packager[0])
                                          ?                          $xml->packager[0]->data()
                                          :                                                      '';


Clone Instance
9
Line Count
1
Source Line
67
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->packagerurl = isset ($xml->packagerurl[0])
                                             ?                             $xml->packagerurl[0]->data()
                                             :                                                            '';


Clone Instance
10
Line Count
1
Source Line
68
Source File
libraries/joomla/installer/librarymanifest.php

                        $this->update = isset ($xml->update[0])
                                        ?                        $xml->update[0]->data()
                                        :                                                  '';


Clone Instance
11
Line Count
1
Source Line
53
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->name = isset ($xml->name[0])
                                      ?                      $xml->name[0]->data()
                                      :                                              '';


Clone Instance
12
Line Count
1
Source Line
54
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->packagename = isset ($xml->packagename[0])
                                             ?                             $xml->packagename[0]->data()
                                             :                                                            '';


Clone Instance
13
Line Count
1
Source Line
55
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->update = isset ($xml->update[0])
                                        ?                        $xml->update[0]->data()
                                        :                                                  '';


Clone Instance
14
Line Count
1
Source Line
56
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->authorurl = isset ($xml->authorUrl[0])
                                           ?                           $xml->authorUrl[0]->data()
                                           :                                                        '';


Clone Instance
15
Line Count
1
Source Line
57
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->author = isset ($xml->author[0])
                                        ?                        $xml->author[0]->data()
                                        :                                                  '';


Clone Instance
16
Line Count
1
Source Line
58
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->authoremail = isset ($xml->authorEmail[0])
                                             ?                             $xml->authorEmail[0]->data()
                                             :                                                            '';


Clone Instance
17
Line Count
1
Source Line
59
Source File
libraries/joomla/installer/packagemanifest.php

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


Clone Instance
18
Line Count
1
Source Line
60
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->packager = isset ($xml->packager[0])
                                          ?                          $xml->packager[0]->data()
                                          :                                                      '';


Clone Instance
19
Line Count
1
Source Line
61
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->packagerurl = isset ($xml->packagerurl[0])
                                             ?                             $xml->packagerurl[0]->data()
                                             :                                                            '';


Clone Instance
20
Line Count
1
Source Line
62
Source File
libraries/joomla/installer/packagemanifest.php

                        $this->version = isset ($xml->version[0])
                                         ?                         $xml->version[0]->data()
                                         :                                                    '';


Clone AbstractionParameter Count: 2Parameter Bindings

$this-> [[#variable58743a40]]= isset ($xml-> [[#variable58743aa0]][0])
                               ? $xml-> [[#variable58743aa0]][0]->data()
                               : '';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58743a40]]
name 
12[[#58743a40]]
version 
13[[#58743a40]]
update 
14[[#58743a40]]
authorurl 
15[[#58743a40]]
author 
16[[#58743a40]]
authoremail 
17[[#58743a40]]
description 
18[[#58743a40]]
packager 
19[[#58743a40]]
packagerurl 
110[[#58743a40]]
packagename 
111[[#58743a40]]
libraryname 
112[[#58743a40]]
version 
113[[#58743a40]]
description 
114[[#58743a40]]
name 
115[[#58743a40]]
author 
116[[#58743a40]]
authoremail 
117[[#58743a40]]
authorurl 
118[[#58743a40]]
packager 
119[[#58743a40]]
packagerurl 
120[[#58743a40]]
update 
21[[#58743aa0]]
name 
22[[#58743aa0]]
version 
23[[#58743aa0]]
update 
24[[#58743aa0]]
authorUrl 
25[[#58743aa0]]
author 
26[[#58743aa0]]
authorEmail 
27[[#58743aa0]]
description 
28[[#58743aa0]]
packager 
29[[#58743aa0]]
packagerurl 
210[[#58743aa0]]
packagename 
211[[#58743aa0]]
libraryname 
212[[#58743aa0]]
version 
213[[#58743aa0]]
description 
214[[#58743aa0]]
name 
215[[#58743aa0]]
author 
216[[#58743aa0]]
authorEmail 
217[[#58743aa0]]
authorUrl 
218[[#58743aa0]]
packager 
219[[#58743aa0]]
packagerurl 
220[[#58743aa0]]
update