Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 4 | 0.961 | switch_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 491 | libraries/bitfolge/feedcreator.php |
2 | 7 | 499 | libraries/bitfolge/feedcreator.php |
3 | 8 | 509 | libraries/bitfolge/feedcreator.php |
| ||||
// fall through case "RSS0.91": $this->_feed = new RSSCreator091(); break; case "PIE0.1": $this->_feed = new PIECreator01(); break; |
| ||||
case "MBOX": $this->_feed = new MBOXCreator(); break; case "OPML": $this->_feed = new OPMLCreator(); break; |
| ||||
// fall through: always the latest ATOM version case "ATOM1.0": $this->_feed = new AtomCreator10(); break; case "ATOM0.3": $this->_feed = new AtomCreator03(); break; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2399bde0]] | "RSS0.91" |
1 | 2 | [[#2399bde0]] | "MBOX" |
1 | 3 | [[#2399bde0]] | "ATOM1.0" |
2 | 1 | [[#2399bd60]] | RSSCreator091 |
2 | 2 | [[#2399bd60]] | MBOXCreator |
2 | 3 | [[#2399bd60]] | AtomCreator10 |
3 | 1 | [[#2399bd00]] | "PIE0.1" |
3 | 2 | [[#2399bd00]] | "OPML" |
3 | 3 | [[#2399bd00]] | "ATOM0.3" |
4 | 1 | [[#2399bc40]] | PIECreator01 |
4 | 2 | [[#2399bc40]] | OPMLCreator |
4 | 3 | [[#2399bc40]] | AtomCreator03 |