CloneSet3539


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3520.973executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13344
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java
23358
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java
33362
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java
431702
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
531706
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
Clone Instance
1
Line Count
3
Source Line
344
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java

                                                                           {
                                                        status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_ContainerIsBinary, str));
                                                        return status;
                                                                           }


Clone Instance
2
Line Count
3
Source Line
358
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java

                               {
                                status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_NotAFolder, str));
                                return status;
                               }


Clone Instance
3
Line Count
3
Source Line
362
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java

                       {
                        status.setError(Messages.format(NewWizardMessages.NewContainerWizardPage_error_ContainerDoesNotExist, str));
                        return status;
                       }


Clone Instance
4
Line Count
3
Source Line
1702
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java

                                                  {
                                        status.setError(Messages.format(NewWizardMessages.NewTypeWizardPage_error_InvalidSuperInterfaceName, intfname));
                                        return status;
                                                  }


Clone Instance
5
Line Count
3
Source Line
1706
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java

                                                                                                                              {
                                        status.setError(Messages.format(NewWizardMessages.NewTypeWizardPage_error_SuperInterfaceNotParameterized, intfname));
                                        return status;
                                                                                                                              }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  status.setError(Messages.format(NewWizardMessages. [[#variable5f9b1e00]],  [[#variable5f9b1d60]]));
  return status;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f9b1e00]]
NewContainerWizardPage_error_ContainerDoesNotExist 
12[[#5f9b1e00]]
NewContainerWizardPage_error_NotAFolder 
13[[#5f9b1e00]]
NewContainerWizardPage_error_ContainerIsBinary 
14[[#5f9b1e00]]
NewTypeWizardPage_error_SuperInterfaceNotParameterized 
15[[#5f9b1e00]]
NewTypeWizardPage_error_InvalidSuperInterfaceName 
21[[#5f9b1d60]]
str 
22[[#5f9b1d60]]
str 
23[[#5f9b1d60]]
str 
24[[#5f9b1d60]]
intfname 
25[[#5f9b1d60]]
intfname