CloneSet3116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.951executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13261
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java
23264
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java
33268
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java
Clone Instance
1
Line Count
3
Source Line
261
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java

                                                      {
                                        String[] args = {
                                                         JavaElementLabels.getElementLabel(root, JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED), project.getElementName()
                                                 };
                                        return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_archive_description, args);
                                                      }


Clone Instance
2
Line Count
3
Source Line
264
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java

                                       {
                                        String[] args = {
                                                         JavaElementLabels.getElementLabel(root, JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED), project.getElementName()
                                                 };
                                        return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_classfolder_description, args);
                                       }


Clone Instance
3
Line Count
3
Source Line
268
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java

                                                           {
                                        String[] args = {
                                                         JavaElementLabels.getElementLabel(root, 0), project.getElementName()
                                                 };
                                        return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_variable_description, args);
                                                           }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  String[] args = {
             JavaElementLabels.getElementLabel(root,  [[#variable4e9bd360]]),
             project.getElementName()
           };
  return Messages.format(CorrectionMessages. [[#variable4e9bd2c0]], args);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e9bd360]]
0 
12[[#4e9bd360]]
JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED 
13[[#4e9bd360]]
JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED 
21[[#4e9bd2c0]]
ReorgCorrectionsSubProcessor_addcp_variable_description 
22[[#4e9bd2c0]]
ReorgCorrectionsSubProcessor_addcp_classfolder_description 
23[[#4e9bd2c0]]
ReorgCorrectionsSubProcessor_addcp_archive_description