Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 2 | 0.985 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 53 | administrator/components/com_installer/models/warnings.php |
2 | 2 | 56 | administrator/components/com_installer/models/warnings.php |
3 | 2 | 63 | administrator/components/com_installer/models/warnings.php |
4 | 2 | 66 | administrator/components/com_installer/models/warnings.php |
5 | 2 | 72 | administrator/components/com_installer/models/warnings.php |
6 | 2 | 74 | administrator/components/com_installer/models/warnings.php |
| ||||
{ $messages[]= array( 'message' => JText::_('PHPUPLOADNOTSET'), 'description' => JText::_('PHPUPLOADNOTSETDESC') ); } |
| ||||
{ $messages[]= array( 'message' => JText::_('PHPUPLOADNOTWRITEABLE'), 'description' => JText::_('PHPUPLOADNOTWRITEABLEDESC') ); } |
| ||||
{ $messages[]= array( 'message' => JText::_('JOOMLATMPNOTSET'), 'description' => JText::_('JOOMLATMPNOTSETDESC') ); } |
| ||||
{ $messages[]= array( 'message' => JText::_('JOOMLATMPNOTWRITEABLE'), 'description' => JText::_('JOOMLATMPNOTWRITEABLEDESC') ); } |
| ||||
{ $messages[]= array( 'message' => JText::_('LOWMEMORYWARN'), 'description' => JText::_('LOWMEMORYDESC') ); } |
| ||||
{ $messages[]= array( 'message' => JText::_('MEDMEMORYWARN'), 'description' => JText::_('MEDMEMORYDESC') ); } |
| |||
{ $messages[]=array( 'message' => JText::_( [[#variable4f208460]]), 'description' => JText::_( [[#variable4f2083c0]]) ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f208460]] | 'MEDMEMORYWARN' |
1 | 2 | [[#4f208460]] | 'LOWMEMORYWARN' |
1 | 3 | [[#4f208460]] | 'JOOMLATMPNOTWRITEABLE' |
1 | 4 | [[#4f208460]] | 'JOOMLATMPNOTSET' |
1 | 5 | [[#4f208460]] | 'PHPUPLOADNOTWRITEABLE' |
1 | 6 | [[#4f208460]] | 'PHPUPLOADNOTSET' |
2 | 1 | [[#4f2083c0]] | 'MEDMEMORYDESC' |
2 | 2 | [[#4f2083c0]] | 'LOWMEMORYDESC' |
2 | 3 | [[#4f2083c0]] | 'JOOMLATMPNOTWRITEABLEDESC' |
2 | 4 | [[#4f2083c0]] | 'JOOMLATMPNOTSETDESC' |
2 | 5 | [[#4f2083c0]] | 'PHPUPLOADNOTWRITEABLEDESC' |
2 | 6 | [[#4f2083c0]] | 'PHPUPLOADNOTSETDESC' |