CloneSet9808


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.958class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131142
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
231224
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
Clone Instance
1
Line Count
3
Source Line
1142
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java

        /**
         * Sets the type name input field's text to the given value. Method doesn't update
         * the model.
         * 
         * @param name the new type name
         * @param canBeModified if <code>true</code> the type name field is
         * editable; otherwise it is read-only.
         */
        public void setTypeName(String name, boolean canBeModified) {
                fTypeNameDialogField.setText(name);
                fTypeNameDialogField.setEnabled(canBeModified);
        }


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

        /**
         * Sets the super class name.
         * 
         * @param name the new superclass name
         * @param canBeModified  if <code>true</code> the superclass name field is
         * editable; otherwise it is read-only.
         */
        public void setSuperClass(String name, boolean canBeModified) {
                fSuperClassDialogField.setText(name);
                fSuperClassDialogField.setEnabled(canBeModified);
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Sets the type name input field's text to the given value. Method doesn't update
         * the model.
         * 
         * @param name the new type name
         * @param canBeModified if <code>true</code> the type name field is
         * editable; otherwise it is read-only.
         */
/**
         * Sets the super class name.
         * 
         * @param name the new superclass name
         * @param canBeModified  if <code>true</code> the superclass name field is
         * editable; otherwise it is read-only.
         */
public void [[#variablebc5d80a0]](String name, boolean canBeModified) {
   [[#variablebc5d8040]].setText(name);
   [[#variablebc5d8040]].setEnabled(canBeModified);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc5d80a0]]
setTypeName 
12[[#bc5d80a0]]
setSuperClass 
21[[#bc5d8040]]
fTypeNameDialogField 
22[[#bc5d8040]]
fSuperClassDialogField