CloneSet1054


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.977statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1583
libraries/joomla/cache/handler/view.php
25116
libraries/joomla/cache/handler/view.php
Clone Instance
1
Line Count
5
Source Line
83
Source File
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();
                              }


Clone Instance
2
Line Count
5
Source Line
116
Source File
libraries/joomla/cache/handler/view.php

                        // 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();
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable21af0dc0]]=$document->getBuffer();
// Make sure the module buffer is an array.
if (! isset ( [[#variable21af0dc0]]['module'])
    || !is_array( [[#variable21af0dc0]]['module'])) {
   [[#variable21af0dc0]]['module']=array();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21af0dc0]]
// Get the modules buffer before component execution.
$buffer1 
12[[#21af0dc0]]
// Get the module buffer after component execution.
$buffer2