Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 5 | 0.966 | switch_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 418 | libraries/bitfolge/feedcreator.php |
2 | 9 | 436 | libraries/bitfolge/feedcreator.php |
3 | 9 | 451 | 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; |
| ||||
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; |
| ||||
case "HTML": header('Content-type: text/html', TRUE); break; case "JS": // fall through case "JAVASCRIPT": header('Content-type: text/javascript', TRUE); break; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46665b00]] | "RSS2.0" |
1 | 2 | [[#46665b00]] | "HTML" |
1 | 3 | [[#46665b00]] | "OPML" |
2 | 1 | [[#238b90e0]] | 'Content-type: text/xml' |
2 | 2 | [[#238b90e0]] | 'Content-type: text/html' |
2 | 3 | [[#238b90e0]] | 'Content-type: text/xml' |
3 | 1 | [[#3d1efea0]] | "1.0" |
3 | 2 | [[#3d1efea0]] | "JS" |
3 | 3 | [[#3d1efea0]] | "ATOM" |
4 | 1 | [[#46665a40]] | "RSS1.0" |
4 | 2 | [[#46665a40]] | "JAVASCRIPT" |
4 | 3 | [[#46665a40]] | "ATOM1.0" |
5 | 1 | [[#46665a20]] | 'Content-type: text/xml' |
5 | 2 | [[#46665a20]] | 'Content-type: text/javascript' |
5 | 3 | [[#46665a20]] | 'Content-type: application/xml' |