CloneSet1264


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2250.958toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1220
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
2222
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
Clone Instance
1
Line Count
2
Source Line
20
Source File
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

        $diskCache=  getParam("diskcache", "") == "true";
        $isJS=  getParam("js", "") == "true";


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

        $compress=  getParam("compress", "true") == "true";
        $core=  getParam("core", "true") == "true";


Clone AbstractionParameter Count: 5Parameter Bindings

 [[#variable210038a0]]=getParam( [[#variable21003820]], [[#variable210037a0]]) == "true";
 [[#variable21003740]]=getParam( [[#variable20f33180]], [[#variable210037a0]]) == "true";
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#210038a0]]
$diskCache 
12[[#210038a0]]
$compress 
21[[#21003820]]
"diskcache" 
22[[#21003820]]
"compress" 
31[[#210037a0]]
"" 
32[[#210037a0]]
"true" 
41[[#21003740]]
$isJS 
42[[#21003740]]
$core 
51[[#20f33180]]
"js" 
52[[#20f33180]]
"core"