Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 6 | 0.963 | switch_statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 469 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 12 | 217 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| ||||
case 'resize': $actionhead= TB_RESIZE; break; case 'rotate': $actionhead= TB_ROTATE; break; case 'move': $actionhead= TB_MOVE; break; default : |
| ||||
case 'delete': $actionhead= TB_DELETE; break; case 'rename': $actionhead= TB_RENAME; break; case 'create': $actionhead= TB_CREATE; break; default : |
| |||
case [[#variable3cfad1a0]]: $actionhead= [[#variable3cfad080]]; break; case [[#variable3cfad140]]: $actionhead= [[#variable3cfad060]]; break; case [[#variable44e291a0]]: $actionhead= [[#variable3cfacf20]]; break; default : |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3cfad1a0]] | 'delete' |
1 | 2 | [[#3cfad1a0]] | 'resize' |
2 | 1 | [[#3cfad080]] | TB_DELETE |
2 | 2 | [[#3cfad080]] | TB_RESIZE |
3 | 1 | [[#3cfad140]] | 'rename' |
3 | 2 | [[#3cfad140]] | 'rotate' |
4 | 1 | [[#3cfad060]] | TB_RENAME |
4 | 2 | [[#3cfad060]] | TB_ROTATE |
5 | 1 | [[#44e291a0]] | 'create' |
5 | 2 | [[#44e291a0]] | 'move' |
6 | 1 | [[#3cfacf20]] | TB_CREATE |
6 | 2 | [[#3cfacf20]] | TB_MOVE |