CloneSet2849


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14227
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java
23154
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java
33171
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java
Clone Instance
1
Line Count
4
Source Line
227
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java

                if ( !ElementValidator.check(type, getShell(), ActionMessages.GenerateHashCodeEqualsAction_error_caption, false) ||
                                    !ActionUtil.isProcessable(getShell(), type)) {
                        notifyResult(false);
                        return;
                }


Clone Instance
2
Line Count
3
Source Line
154
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java

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


Clone Instance
3
Line Count
3
Source Line
171
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95eea780]]
getDialogTitle() 
12[[#95eea780]]
ActionMessages.GenerateHashCodeEqualsAction_error_caption 
13[[#95eea780]]
getDialogTitle()