Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 83 | libraries/joomla/cache/handler/view.php |
2 | 5 | 116 | libraries/joomla/cache/handler/view.php |
| ||||
// Get the modules buffer before component execution. $buffer1= $document->getBuffer(); // Make sure the module buffer is an array. if (! isset ($buffer1['module']) || !is_array($buffer1['module'])) { $buffer1['module']= array(); } |
| ||||
// Get the module buffer after component execution. $buffer2= $document->getBuffer(); // Make sure the module buffer is an array. if (! isset ($buffer2['module']) || !is_array($buffer2['module'])) { $buffer2['module']= array(); } |
| |||
[[#variable21af0dc0]]=$document->getBuffer(); // Make sure the module buffer is an array. if (! isset ( [[#variable21af0dc0]]['module']) || !is_array( [[#variable21af0dc0]]['module'])) { [[#variable21af0dc0]]['module']=array(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21af0dc0]] | // Get the modules buffer before component execution. $buffer1 |
1 | 2 | [[#21af0dc0]] | // Get the module buffer after component execution. $buffer2 |