CloneSet1247


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1352
components/com_mailto/controller.php
2466
components/com_mailto/controller.php
33144
components/com_mailto/controller.php
Clone Instance
1
Line Count
3
Source Line
52
Source File
components/com_mailto/controller.php

                                                             {
                        JError::raiseNotice(500, JText:: _( 'EMAIL_NOT_SENT'));
                        return $this->mailto();
                      }


Clone Instance
2
Line Count
4
Source Line
66
Source File
components/com_mailto/controller.php

                                              {
                        //Non-local url...
                        JError::raiseNotice(500, JText:: _( 'EMAIL_NOT_SENT'));
                        return $this->mailto();
                      }


Clone Instance
3
Line Count
3
Source Line
144
Source File
components/com_mailto/controller.php

                {
                        JError::raiseNotice(500, JText:: _( 'EMAIL_NOT_SENT'));
                        return $this->mailto();
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  //Non-local url...
  JError::raiseNotice(500,JText::_('EMAIL_NOT_SENT'));
  return $this->mailto();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None