CloneSet436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3820.978if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13182
libraries/joomla/filesystem/stream.php
23221
libraries/joomla/filesystem/stream.php
33253
libraries/joomla/filesystem/stream.php
43290
libraries/joomla/filesystem/stream.php
53337
libraries/joomla/filesystem/stream.php
63392
libraries/joomla/filesystem/stream.php
73425
libraries/joomla/filesystem/stream.php
83470
libraries/joomla/filesystem/stream.php
Clone Instance
1
Line Count
3
Source Line
182
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return TRUE;
                      }


Clone Instance
2
Line Count
3
Source Line
221
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
253
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->filename) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
4
Line Count
3
Source Line
290
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
5
Line Count
3
Source Line
337
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
6
Line Count
3
Source Line
392
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
7
Line Count
3
Source Line
425
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone Instance
8
Line Count
3
Source Line
470
Source File
libraries/joomla/filesystem/stream.php

                if (!$this->_fh) {
                        $this->setError(JText::_('File not open'));
                        return FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

if (!$this-> [[#variable4468db20]]) {
  $this->setError(JText::_('File not open'));
  return [[#variable4468da80]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4468db20]]
_fh 
12[[#4468db20]]
_fh 
13[[#4468db20]]
filename 
14[[#4468db20]]
_fh 
15[[#4468db20]]
_fh 
16[[#4468db20]]
_fh 
17[[#4468db20]]
_fh 
18[[#4468db20]]
_fh 
21[[#4468da80]]
FALSE 
22[[#4468da80]]
TRUE 
23[[#4468da80]]
FALSE 
24[[#4468da80]]
FALSE 
25[[#4468da80]]
FALSE 
26[[#4468da80]]
FALSE 
27[[#4468da80]]
FALSE 
28[[#4468da80]]
FALSE