Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 4 | 5 | 0.958 | class_member_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 5068 | libraries/simplepie/simplepie.php |
2 | 8 | 5088 | libraries/simplepie/simplepie.php |
3 | 8 | 5103 | libraries/simplepie/simplepie.php |
4 | 8 | 5113 | libraries/simplepie/simplepie.php |
| ||||
function add_to_blogmarks() { return $this->add_to_service('http://blogmarks.net/my/new.php?mini=1&simple=1&url=', '&title='); } function add_to_delicious() { return $this->add_to_service('http://del.icio.us/post/?v=3&url=', '&title='); } |
| ||||
function add_to_magnolia() { return $this->add_to_service('http://ma.gnolia.com/bookmarklet/add?url=', '&title='); } function add_to_myweb20() { return $this->add_to_service('http://myweb2.search.yahoo.com/myresults/bookmarklet?u=', '&t='); } |
| ||||
function add_to_reddit() { return $this->add_to_service('http://reddit.com/submit?url=', '&title='); } function add_to_segnalo() { return $this->add_to_service('http://segnalo.com/post.html.php?url=', '&title='); } |
| ||||
function add_to_simpy() { return $this->add_to_service('http://www.simpy.com/simpy/LinkAdd.do?href=', '&title='); } function add_to_spurl() { return $this->add_to_service('http://www.spurl.net/spurl.php?v=3&url=', '&title='); } |
| |||
function [[#variable3c619680]]() { return $this->add_to_service( [[#variable3c6195a0]],'&title='); } function [[#variable3c619600]]() { return $this->add_to_service( [[#variable4603b5a0]], [[#variable3c619580]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c619680]] | add_to_blogmarks |
1 | 2 | [[#3c619680]] | add_to_magnolia |
1 | 3 | [[#3c619680]] | add_to_reddit |
1 | 4 | [[#3c619680]] | add_to_simpy |
2 | 1 | [[#3c6195a0]] | 'http://blogmarks.net/my/new.php?mini=1&simple=1&url=' |
2 | 2 | [[#3c6195a0]] | 'http://ma.gnolia.com/bookmarklet/add?url=' |
2 | 3 | [[#3c6195a0]] | 'http://reddit.com/submit?url=' |
2 | 4 | [[#3c6195a0]] | 'http://www.simpy.com/simpy/LinkAdd.do?href=' |
3 | 1 | [[#3c619600]] | add_to_delicious |
3 | 2 | [[#3c619600]] | add_to_myweb20 |
3 | 3 | [[#3c619600]] | add_to_segnalo |
3 | 4 | [[#3c619600]] | add_to_spurl |
4 | 1 | [[#4603b5a0]] | 'http://del.icio.us/post/?v=3&url=' |
4 | 2 | [[#4603b5a0]] | 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' |
4 | 3 | [[#4603b5a0]] | 'http://segnalo.com/post.html.php?url=' |
4 | 4 | [[#4603b5a0]] | 'http://www.spurl.net/spurl.php?v=3&url=' |
5 | 1 | [[#3c619580]] | '&title=' |
5 | 2 | [[#3c619580]] | '&t=' |
5 | 3 | [[#3c619580]] | '&title=' |
5 | 4 | [[#3c619580]] | '&title=' |