Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 6 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1339 | libraries/bitfolge/feedcreator.php |
2 | 8 | 1421 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= " <updated>" . htmlspecialchars($now->iso8601()) . "</updated>\n"; if ($this->editor != "") { $feed.= " <author>\n"; $feed.= " <name>" . $this->editor . "</name>\n"; if ($this->editorEmail != "") { $feed.= " <email>" . $this->editorEmail . "</email>\n"; } $feed.= " </author>\n"; } |
| ||||
$feed.= "\t<modified>" . htmlspecialchars($now->iso8601()) . "</modified>\n"; if ($this->editor != "") { $feed.= "\t<author>\n"; $feed.= "\t\t<name>" . $this->editor . "</name>\n"; if ($this->editorEmail != "") { $feed.= "\t\t<email>" . $this->editorEmail . "</email>\n"; } $feed.= "\t</author>\n"; } |
| |||
$feed.= [[#variable4852dc40]] . htmlspecialchars($now->iso8601()) . [[#variable4852dbc0]]; if ($this->editor != "") { $feed.= [[#variable4852db40]]; $feed.= [[#variable4852daa0]] . $this->editor . "</name>\n"; if ($this->editorEmail != "") { $feed.= [[#variable4852dae0]] . $this->editorEmail . "</email>\n"; } $feed.= [[#variable21d7a9c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4852dc40]] | "\t<modified>" |
1 | 2 | [[#4852dc40]] | " <updated>" |
2 | 1 | [[#4852dbc0]] | "</modified>\n" |
2 | 2 | [[#4852dbc0]] | "</updated>\n" |
3 | 1 | [[#4852db40]] | "\t<author>\n" |
3 | 2 | [[#4852db40]] | " <author>\n" |
4 | 1 | [[#4852daa0]] | "\t\t<name>" |
4 | 2 | [[#4852daa0]] | " <name>" |
5 | 1 | [[#4852dae0]] | "\t\t<email>" |
5 | 2 | [[#4852dae0]] | " <email>" |
6 | 1 | [[#21d7a9c0]] | "\t</author>\n" |
6 | 2 | [[#21d7a9c0]] | " </author>\n" |