Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1433 | libraries/simplepie/simplepie.php |
2 | 3 | 1437 | libraries/simplepie/simplepie.php |
| ||||
if ( isset ($this->data['headers']['last-modified'])) { $headers['if-modified-since']= $this->data['headers']['last-modified']; } |
| ||||
if ( isset ($this->data['headers']['etag'])) { $headers['if-none-match']= $this->data['headers']['etag']; } |
| |||
if ( isset ($this->data['headers'][ [[#variable47bdc3e0]]])) { $headers[ [[#variable47bdc340]]]=$this->data['headers'][ [[#variable47bdc3e0]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47bdc3e0]] | 'etag' |
1 | 2 | [[#47bdc3e0]] | 'last-modified' |
2 | 1 | [[#47bdc340]] | 'if-none-match' |
2 | 2 | [[#47bdc340]] | 'if-modified-since' |