| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 2 | 0.979 | toplevel_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 17 | plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php |
| 2 | 1 | 18 | plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php |
| 3 | 1 | 19 | plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php |
| ||||
// Get input
$plugins= explode(',', getParam("plugins", ""));
|
| ||||
$languages= explode(',', getParam("languages", ""));
|
| ||||
$themes= explode(',', getParam("themes", ""));
|
| |||
[[#variable20ec52e0]]=explode(',',getParam( [[#variable20ec5260]],""));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20ec52e0]] | $themes |
| 1 | 2 | [[#20ec52e0]] | $languages |
| 1 | 3 | [[#20ec52e0]] | // Get input $plugins |
| 2 | 1 | [[#20ec5260]] | "themes" |
| 2 | 2 | [[#20ec5260]] | "languages" |
| 2 | 3 | [[#20ec5260]] | "plugins" |