Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.981 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 408 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 3 | 192 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
3 | 3 | 251 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
<?php form_open('edit','custom','edit.php','?type=' . $typenow . $passfolder . $passfeid); ?> <div class="pushleft"> |
| ||||
<?php form_open('edit','custom','folders.php','?type=' . $typenow . $passfolder . $passfeid); ?> <div class="pushleft"> |
| ||||
<?php form_open('browse','custom','tinybrowser.php','?type=' . $typenow . $passfolder . $passfeid); ?> <div class="pushleft"> |
| |||
<?php form_open( [[#variable24cdb120]],'custom', [[#variable24cdb140]],'?type=' . $typenow . $passfolder . $passfeid); ?> <div class="pushleft"> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24cdb120]] | 'browse' |
1 | 2 | [[#24cdb120]] | 'edit' |
1 | 3 | [[#24cdb120]] | 'edit' |
2 | 1 | [[#24cdb140]] | 'tinybrowser.php' |
2 | 2 | [[#24cdb140]] | 'folders.php' |
2 | 3 | [[#24cdb140]] | 'edit.php' |