Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1018 | libraries/bitfolge/feedcreator.php |
2 | 2 | 1127 | libraries/bitfolge/feedcreator.php |
| ||||
$now= new FeedDate(); $feed.= "\t <dc:date>" . htmlspecialchars($now->iso8601()) . "</dc:date>\n"; |
| ||||
$now= new FeedDate(); $feed.= "\t\t<lastBuildDate>" . htmlspecialchars($now->rfc822()) . "</lastBuildDate>\n"; |
| |||
$now=new FeedDate(); $feed.= [[#variable4a2ab980]] . htmlspecialchars($now-> [[#variable4a2ab920]]()) . [[#variable4a2ab940]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4a2ab980]] | "\t <dc:date>" |
1 | 2 | [[#4a2ab980]] | "\t\t<lastBuildDate>" |
2 | 1 | [[#4a2ab920]] | iso8601 |
2 | 2 | [[#4a2ab920]] | rfc822 |
3 | 1 | [[#4a2ab940]] | "</dc:date>\n" |
3 | 2 | [[#4a2ab940]] | "</lastBuildDate>\n" |