| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.988 | toplevel_statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 38 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| 2 | 2 | 57 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
// Assign edit and thumbnail path
$editpath= $tinybrowser['path'][$typenow]
. $foldernow;
$thumbpath= $tinybrowser[$tinybrowser['thumbsrc']][$typenow]
. $foldernow;
|
| ||||
$linkpath= $tinybrowser['link'][$typenow]
. $foldernow;
$thumbpath= $tinybrowser[$tinybrowser['thumbsrc']][$typenow]
. $foldernow;
|
| |||
[[#variable465d0420]]=$tinybrowser[ [[#variable465d0d80]]][$typenow]
. $foldernow;
$thumbpath=$tinybrowser[$tinybrowser['thumbsrc']][$typenow]
. $foldernow;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#465d0420]] | // Assign edit and thumbnail path $editpath |
| 1 | 2 | [[#465d0420]] | $linkpath |
| 2 | 1 | [[#465d0d80]] | 'path' |
| 2 | 2 | [[#465d0d80]] | 'link' |