CloneSet476


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1740.959statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111123
libraries/bitfolge/feedcreator.php
211151
libraries/bitfolge/feedcreator.php
311154
libraries/bitfolge/feedcreator.php
411157
libraries/bitfolge/feedcreator.php
511167
libraries/bitfolge/feedcreator.php
611173
libraries/bitfolge/feedcreator.php
711271
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
1
Source Line
1123
Source File
libraries/bitfolge/feedcreator.php

                $feed.= "\t\t<title>"
                        .                        FeedCreator::iTrunc(htmlspecialchars($this->title),100)
                        .                                                                                "</title>\n";


Clone Instance
2
Line Count
1
Source Line
1151
Source File
libraries/bitfolge/feedcreator.php

                        $feed.= "\t\t<copyright>"
                                .                            FeedCreator::iTrunc(htmlspecialchars($this->copyright),100)
                                .                                                                                        "</copyright>\n";


Clone Instance
3
Line Count
1
Source Line
1154
Source File
libraries/bitfolge/feedcreator.php

                        $feed.= "\t\t<managingEditor>"
                                .                                 FeedCreator::iTrunc(htmlspecialchars($this->editor),100)
                                .                                                                                          "</managingEditor>\n";


Clone Instance
4
Line Count
1
Source Line
1157
Source File
libraries/bitfolge/feedcreator.php

                        $feed.= "\t\t<webMaster>"
                                .                            FeedCreator::iTrunc(htmlspecialchars($this->webmaster),100)
                                .                                                                                        "</webMaster>\n";


Clone Instance
5
Line Count
1
Source Line
1167
Source File
libraries/bitfolge/feedcreator.php

                        $feed.= "\t\t<docs>"
                                .                       FeedCreator::iTrunc(htmlspecialchars($this->docs),500)
                                .                                                                              "</docs>\n";


Clone Instance
6
Line Count
1
Source Line
1173
Source File
libraries/bitfolge/feedcreator.php

                        $feed.= "        <rating>"
                                .                  FeedCreator::iTrunc(htmlspecialchars($this->rating),500)
                                .                                                                           "</rating>\n";


Clone Instance
7
Line Count
1
Source Line
1271
Source File
libraries/bitfolge/feedcreator.php

                $feed.= "\t<title>"
                        .                FeedCreator::iTrunc(htmlspecialchars($this->title),100)
                        .                                                                        "</title>\n";


Clone AbstractionParameter Count: 4Parameter Bindings

$feed.= [[#variable512a5700]]
       . FeedCreator::iTrunc(htmlspecialchars($this-> [[#variable512a55c0]]), [[#variable512a55a0]])
       .  [[#variable512a5620]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#512a5700]]
"\t\t<title>" 
12[[#512a5700]]
"\t\t<copyright>" 
13[[#512a5700]]
"\t\t<managingEditor>" 
14[[#512a5700]]
"\t\t<webMaster>" 
15[[#512a5700]]
"\t\t<docs>" 
16[[#512a5700]]
"        <rating>" 
17[[#512a5700]]
"\t<title>" 
21[[#512a55c0]]
title 
22[[#512a55c0]]
copyright 
23[[#512a55c0]]
editor 
24[[#512a55c0]]
webmaster 
25[[#512a55c0]]
docs 
26[[#512a55c0]]
rating 
27[[#512a55c0]]
title 
31[[#512a55a0]]
100 
32[[#512a55a0]]
100 
33[[#512a55a0]]
100 
34[[#512a55a0]]
100 
35[[#512a55a0]]
500 
36[[#512a55a0]]
500 
37[[#512a55a0]]
100 
41[[#512a5620]]
"</title>\n" 
42[[#512a5620]]
"</copyright>\n" 
43[[#512a5620]]
"</managingEditor>\n" 
44[[#512a5620]]
"</webMaster>\n" 
45[[#512a5620]]
"</docs>\n" 
46[[#512a5620]]
"</rating>\n" 
47[[#512a5620]]
"</title>\n"