CloneSet1584


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17117
administrator/components/com_installer/models/languages.php
2584
administrator/components/com_languages/admin.languages.php
Clone Instance
1
Line Count
7
Source Line
117
Source File
administrator/components/com_installer/models/languages.php

                                // If we didn't get valid data from the xml file, move on...
                                if (!is_array($data)) {
                                        continue;
                                      }

                                // Populate the row from the xml meta file
                                foreach ($data as $key => $value) {
                                        $row->$key=  $value;
                                      }


Clone Instance
2
Line Count
5
Source Line
84
Source File
administrator/components/com_languages/admin.languages.php

                        if (!is_array($data)) {
                                continue;
                              }
                        foreach ($data as $key => $value) {
                                $row->$key=  $value;
                              }


Clone AbstractionParameter Count: 0Parameter Bindings

// If we didn't get valid data from the xml file, move on...
if (!is_array($data)) {
  continue;
}
// Populate the row from the xml meta file
foreach ($data as $key => $value) {
  $row->$key=$value;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None