Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 5 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 339 | plugins/editors/tinymce.php |
2 | 6 | 345 | plugins/editors/tinymce.php |
3 | 5 | 360 | plugins/editors/tinymce.php |
| ||||
if ( $autosave) { $plugins[]= 'autosave'; } // context menu $contextmenu= $this->params->def( 'contextmenu', 1); |
| ||||
if ( $contextmenu) { $plugins[]= 'contextmenu'; } // inline popups $inlinepopups= $this->params->def( 'inlinepopups', 1); |
| ||||
if ( $safari) { $plugins[]= 'safari'; } $custom_plugin= $this->params->def( 'custom_plugin', ''); |
| |||
if ( [[#variable4afbb840]]) { $plugins[]= [[#variable4afbb7a0]]; } [[#variable4afbb700]]=$this->params->def( [[#variable4afbb660]], [[#variable4afbb5e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4afbb840]] | $safari |
1 | 2 | [[#4afbb840]] | $contextmenu |
1 | 3 | [[#4afbb840]] | $autosave |
2 | 1 | [[#4afbb7a0]] | 'safari' |
2 | 2 | [[#4afbb7a0]] | 'contextmenu' |
2 | 3 | [[#4afbb7a0]] | 'autosave' |
3 | 1 | [[#4afbb700]] | $custom_plugin |
3 | 2 | [[#4afbb700]] | // inline popups $inlinepopups |
3 | 3 | [[#4afbb700]] | // context menu $contextmenu |
4 | 1 | [[#4afbb660]] | 'custom_plugin' |
4 | 2 | [[#4afbb660]] | 'inlinepopups' |
4 | 3 | [[#4afbb660]] | 'contextmenu' |
5 | 1 | [[#4afbb5e0]] | '' |
5 | 2 | [[#4afbb5e0]] | 1 |
5 | 3 | [[#4afbb5e0]] | 1 |