Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.993 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1326 | libraries/bitfolge/feedcreator.php |
2 | 4 | 1408 | libraries/bitfolge/feedcreator.php |
3 | 4 | 1564 | libraries/bitfolge/feedcreator.php |
| ||||
$feed= "<?xml version=\"1.0\" encoding=\"" . $this->encoding . "\"?>\n"; $feed.= $this->_createGeneratorComment(); $feed.= $this->_createStylesheetReferences(); $feed.= "<feed xmlns=\"http://www.w3.org/2005/Atom\""; |
| ||||
$feed= "<?xml version=\"1.0\" encoding=\"" . $this->encoding . "\"?>\n"; $feed.= $this->_createGeneratorComment(); $feed.= $this->_createStylesheetReferences(); $feed.= "<feed version=\"0.3\" xmlns=\"http://purl.org/atom/ns#\""; |
| ||||
$feed= "<?xml version=\"1.0\" encoding=\"" . $this->encoding . "\"?>\n"; $feed.= $this->_createGeneratorComment(); $feed.= $this->_createStylesheetReferences(); $feed.= "<opml xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n"; |
| |||
$feed="<?xml version=\"1.0\" encoding=\"" . $this->encoding . "\"?>\n"; $feed.=$this->_createGeneratorComment(); $feed.=$this->_createStylesheetReferences(); $feed.= [[#variable4851d600]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4851d600]] | "<opml xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n" |
1 | 2 | [[#4851d600]] | "<feed version=\"0.3\" xmlns=\"http://purl.org/atom/ns#\"" |
1 | 3 | [[#4851d600]] | "<feed xmlns=\"http://www.w3.org/2005/Atom\"" |