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.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 105 | plugins/editors/tinymce.php |
2 | 2 | 207 | plugins/editors/tinymce.php |
| ||||
$content_css= $this->params->def( 'content_css', 1); $content_css_custom= $this->params->def( 'content_css_custom', ''); |
| ||||
$inserttime= $this->params->def( 'inserttime', 1); $format_time= $this->params->def( 'format_time', '%H:%M:%S'); |
| |||
[[#variable53d7df20]]=$this->params->def( [[#variable53d7dea0]],1); [[#variable53d7de20]]=$this->params->def( [[#variable53d7c440]], [[#variable53d7dd60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d7df20]] | $content_css |
1 | 2 | [[#53d7df20]] | $inserttime |
2 | 1 | [[#53d7dea0]] | 'content_css' |
2 | 2 | [[#53d7dea0]] | 'inserttime' |
3 | 1 | [[#53d7de20]] | $content_css_custom |
3 | 2 | [[#53d7de20]] | $format_time |
4 | 1 | [[#53d7c440]] | 'content_css_custom' |
4 | 2 | [[#53d7c440]] | 'format_time' |
5 | 1 | [[#53d7dd60]] | '' |
5 | 2 | [[#53d7dd60]] | '%H:%M:%S' |