CloneSet787


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9350.966switch_statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19418
libraries/bitfolge/feedcreator.php
29436
libraries/bitfolge/feedcreator.php
39451
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
9
Source Line
418
Source File
libraries/bitfolge/feedcreator.php

                                // fall through
                        case "RSS2.0":
                                header('Content-type: text/xml', TRUE);
                                break;

                        case "1.0":
                                // fall through
                        case "RSS1.0":
                                header('Content-type: text/xml', TRUE);
                                break;


Clone Instance
2
Line Count
9
Source Line
436
Source File
libraries/bitfolge/feedcreator.php

                        case "OPML":
                                header('Content-type: text/xml', TRUE);
                                break;

                        case "ATOM":
                                // fall through: always the latest ATOM version
                        case "ATOM1.0":
                                header('Content-type: application/xml', TRUE);
                                break;


Clone Instance
3
Line Count
9
Source Line
451
Source File
libraries/bitfolge/feedcreator.php

                        case "HTML":
                                header('Content-type: text/html', TRUE);
                                break;

                        case "JS":
                                // fall through
                        case "JAVASCRIPT":
                                header('Content-type: text/javascript', TRUE);
                                break;


Clone AbstractionParameter Count: 5Parameter Bindings

// fall through
case [[#variable46665b00]]:
  header( [[#variable238b90e0]],TRUE);
  break;
case [[#variable3d1efea0]]:
// fall through
// fall through: always the latest ATOM version
case [[#variable46665a40]]:
  header( [[#variable46665a20]],TRUE);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46665b00]]
"RSS2.0" 
12[[#46665b00]]
"HTML" 
13[[#46665b00]]
"OPML" 
21[[#238b90e0]]
'Content-type: text/xml' 
22[[#238b90e0]]
'Content-type: text/html' 
23[[#238b90e0]]
'Content-type: text/xml' 
31[[#3d1efea0]]
"1.0" 
32[[#3d1efea0]]
"JS" 
33[[#3d1efea0]]
"ATOM" 
41[[#46665a40]]
"RSS1.0" 
42[[#46665a40]]
"JAVASCRIPT" 
43[[#46665a40]]
"ATOM1.0" 
51[[#46665a20]]
'Content-type: text/xml' 
52[[#46665a20]]
'Content-type: text/javascript' 
53[[#46665a20]]
'Content-type: application/xml'