CloneSet4029


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17269
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java
27492
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java
Clone Instance
1
Line Count
7
Source Line
269
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java

                if ( !ElementValidator.check(type, getShell(), DIALOG_TITLE, editor)) {
                        notifyResult(false);
                        return;
                }
                if ( !ActionUtil.isProcessable(getShell(), type)) {
                        notifyResult(false);
                        return;
                }


Clone Instance
2
Line Count
7
Source Line
492
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java

                if ( !ElementValidator.check(type, getShell(), getDialogTitle(), activatedFromEditor)) {
                        notifyResult(false);
                        return;
                }
                if ( !ActionUtil.isProcessable(getShell(), type)) {
                        notifyResult(false);
                        return;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( !ElementValidator.check(type, getShell(),  [[#variable59806680]],  [[#variable774e6c80]])) {
  notifyResult(false);
  return;
}
if ( !ActionUtil.isProcessable(getShell(), type)) {
  notifyResult(false);
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59806680]]
getDialogTitle() 
12[[#59806680]]
DIALOG_TITLE 
21[[#774e6c80]]
activatedFromEditor 
22[[#774e6c80]]
editor