Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 28 | administrator/components/com_banners/controllers/client.php |
2 | 2 | 34 | administrator/components/com_plugins/controller.php |
| ||||
// Register Extra tasks $this->registerTask('add', 'edit'); $this->registerTask('apply', 'save'); |
| ||||
$this->registerTask( 'add', 'display'); $this->registerTask( 'orderup', 'order'); |
| |||
// Register Extra tasks $this->registerTask('add', [[#variable47731ae0]]); $this->registerTask( [[#variable5388b520]], [[#variable5388a820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47731ae0]] | 'edit' |
1 | 2 | [[#47731ae0]] | 'display' |
2 | 1 | [[#5388b520]] | 'apply' |
2 | 2 | [[#5388b520]] | 'orderup' |
3 | 1 | [[#5388a820]] | 'save' |
3 | 2 | [[#5388a820]] | 'order' |