Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 5 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 70 | plugins/editors/tinymce.php |
2 | 2 | 94 | plugins/editors/tinymce.php |
| ||||
$compressed= $this->params->def( 'compressed', 0); $cleanup_startup= $this->params->def( 'cleanup_startup', 0); |
| ||||
$langMode= $this->params->def( 'lang_mode', 0); $langPrefix= $this->params->def( 'lang_code', 'en'); |
| |||
[[#variable4b653a00]]=$this->params->def( [[#variable4b653960]],0); [[#variable4b653920]]=$this->params->def( [[#variable4b6538a0]], [[#variable4b6538c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b653a00]] | $compressed |
1 | 2 | [[#4b653a00]] | $langMode |
2 | 1 | [[#4b653960]] | 'compressed' |
2 | 2 | [[#4b653960]] | 'lang_mode' |
3 | 1 | [[#4b653920]] | $cleanup_startup |
3 | 2 | [[#4b653920]] | $langPrefix |
4 | 1 | [[#4b6538a0]] | 'cleanup_startup' |
4 | 2 | [[#4b6538a0]] | 'lang_code' |
5 | 1 | [[#4b6538c0]] | 0 |
5 | 2 | [[#4b6538c0]] | 'en' |