CloneSet9234


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.961executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1591
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsContentProvider.java
25789
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java
Clone Instance
1
Line Count
5
Source Line
91
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsContentProvider.java

                                                                                     {
                        if ( !selected.contains(fFields.get(index))) {
                                return true;
                        }
                        nSelected--;
                                                                                     }


Clone Instance
2
Line Count
5
Source Line
789
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java

                                                                            {
                                if ( !selectedElements.contains(fElements.get(i))) {
                                        return true;
                                }
                                nSelected--;
                                                                            }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  if ( ! [[#variableb9e7fe60]].contains( [[#variableb9e7fdc0]].get( [[#variableb9e7fe20]]))) {
    return true;
  }
  nSelected--;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9e7fe60]]
selectedElements 
12[[#b9e7fe60]]
selected 
21[[#b9e7fdc0]]
fElements 
22[[#b9e7fdc0]]
fFields 
31[[#b9e7fe20]]
i 
32[[#b9e7fe20]]
index