Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 3 | 0.970 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 94 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 1 | 111 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
3 | 1 | 129 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
4 | 1 | 130 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
5 | 1 | 158 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
6 | 1 | 192 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| ||||
$delthisfile= $tinybrowser['docroot'] . $editpath . $_POST['actionfile'][$delthis]; |
| ||||
$namethisfilefrom= $tinybrowser['docroot'] . $editpath . $_POST['actionfile'][$namethis]; |
| ||||
$movethisfile= $tinybrowser['docroot'] . $editpath . $_POST['actionfile'][$movethis]; |
| ||||
$movefiledest= $tinybrowser['docroot'] . $destfolder . $_POST['actionfile'][$movethis]; |
| ||||
// do image resize $targetimg= $tinybrowser['docroot'] . $editpath . $_POST['actionfile'][$sizethis]; |
| ||||
$targetimg= $tinybrowser['docroot'] . $editpath . $_POST['actionfile'][$rotatethis]; |
| |||
[[#variable3c66e360]]=$tinybrowser['docroot'] . [[#variable3c66e300]] . $_POST['actionfile'][ [[#variable3c66e1a0]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c66e360]] | $targetimg |
1 | 2 | [[#3c66e360]] | // do image resize $targetimg |
1 | 3 | [[#3c66e360]] | $movethisfile |
1 | 4 | [[#3c66e360]] | $namethisfilefrom |
1 | 5 | [[#3c66e360]] | $movefiledest |
1 | 6 | [[#3c66e360]] | $delthisfile |
2 | 1 | [[#3c66e300]] | $editpath |
2 | 2 | [[#3c66e300]] | $editpath |
2 | 3 | [[#3c66e300]] | $editpath |
2 | 4 | [[#3c66e300]] | $editpath |
2 | 5 | [[#3c66e300]] | $destfolder |
2 | 6 | [[#3c66e300]] | $editpath |
3 | 1 | [[#3c66e1a0]] | $rotatethis |
3 | 2 | [[#3c66e1a0]] | $sizethis |
3 | 3 | [[#3c66e1a0]] | $movethis |
3 | 4 | [[#3c66e1a0]] | $namethis |
3 | 5 | [[#3c66e1a0]] | $movethis |
3 | 6 | [[#3c66e1a0]] | $delthis |