Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 5 | 0.958 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 20 | plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php |
2 | 2 | 22 | plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php |
| ||||
$diskCache= getParam("diskcache", "") == "true"; $isJS= getParam("js", "") == "true"; |
| ||||
$compress= getParam("compress", "true") == "true"; $core= getParam("core", "true") == "true"; |
| |||
[[#variable210038a0]]=getParam( [[#variable21003820]], [[#variable210037a0]]) == "true"; [[#variable21003740]]=getParam( [[#variable20f33180]], [[#variable210037a0]]) == "true"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#210038a0]] | $diskCache |
1 | 2 | [[#210038a0]] | $compress |
2 | 1 | [[#21003820]] | "diskcache" |
2 | 2 | [[#21003820]] | "compress" |
3 | 1 | [[#210037a0]] | "" |
3 | 2 | [[#210037a0]] | "true" |
4 | 1 | [[#21003740]] | $isJS |
4 | 2 | [[#21003740]] | $core |
5 | 1 | [[#20f33180]] | "js" |
5 | 2 | [[#20f33180]] | "core" |