CloneSet1251


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.979toplevel_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1117
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
2118
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
3119
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
Clone Instance
1
Line Count
1
Source Line
17
Source File
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

        // Get input
        $plugins=  explode(',', getParam("plugins", ""));


Clone Instance
2
Line Count
1
Source Line
18
Source File
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

        $languages=  explode(',', getParam("languages", ""));


Clone Instance
3
Line Count
1
Source Line
19
Source File
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

        $themes=  explode(',', getParam("themes", ""));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable20ec52e0]]=explode(',',getParam( [[#variable20ec5260]],""));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20ec52e0]]
$themes 
12[[#20ec52e0]]
$languages 
13[[#20ec52e0]]
// Get input
$plugins 
21[[#20ec5260]]
"themes" 
22[[#20ec5260]]
"languages" 
23[[#20ec5260]]
"plugins"