CloneSet1173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7340.961switch_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17491
libraries/bitfolge/feedcreator.php
27499
libraries/bitfolge/feedcreator.php
38509
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
7
Source Line
491
Source File
libraries/bitfolge/feedcreator.php

                                // fall through
                        case "RSS0.91":
                                $this->_feed = new RSSCreator091();
                                break;

                        case "PIE0.1":
                                $this->_feed = new PIECreator01();
                                break;


Clone Instance
2
Line Count
7
Source Line
499
Source File
libraries/bitfolge/feedcreator.php

                        case "MBOX":
                                $this->_feed = new MBOXCreator();
                                break;

                        case "OPML":
                                $this->_feed = new OPMLCreator();
                                break;


Clone Instance
3
Line Count
8
Source Line
509
Source File
libraries/bitfolge/feedcreator.php

                                // fall through: always the latest ATOM version
                        case "ATOM1.0":
                                $this->_feed = new AtomCreator10();
                                break;


                        case "ATOM0.3":
                                $this->_feed = new AtomCreator03();
                                break;


Clone AbstractionParameter Count: 4Parameter Bindings

// fall through
// fall through: always the latest ATOM version
case [[#variable2399bde0]]:
  $this->_feed =new [[#variable2399bd60]]();
  break;
case [[#variable2399bd00]]:
  $this->_feed =new [[#variable2399bc40]]();
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2399bde0]]
"RSS0.91" 
12[[#2399bde0]]
"MBOX" 
13[[#2399bde0]]
"ATOM1.0" 
21[[#2399bd60]]
RSSCreator091 
22[[#2399bd60]]
MBOXCreator 
23[[#2399bd60]]
AtomCreator10 
31[[#2399bd00]]
"PIE0.1" 
32[[#2399bd00]]
"OPML" 
33[[#2399bd00]]
"ATOM0.3" 
41[[#2399bc40]]
PIECreator01 
42[[#2399bc40]]
OPMLCreator 
43[[#2399bc40]]
AtomCreator03