CloneSet3771


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.966block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17123
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/AccessibleImpl.java
26721
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java
Clone Instance
1
Line Count
7
Source Line
123
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/AccessibleImpl.java

                            {
                                int value = field.getInt(null);

                                for (int j = 0; j < 32; j++) {
                                        if ((1 << j&  value) != 0) {
                                                fgModifiers[j] = name;
                                                break;
                                        }
                                }
                            }


Clone Instance
2
Line Count
6
Source Line
721
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java

                                                                { //$NON-NLS-1$
                                        int value = field.getInt(null);
                                        for (int j = 0; j < fgInvokeOptions.length; j++) {
                                                if ((1 << j&  value) != 0) {
                                                        fgInvokeOptions[j] = name;
                                                        break;
                                                }
                                        }
                                                                }


Clone AbstractionParameter Count: 2Parameter Bindings

{ //$NON-NLS-1$
  int value = field.getInt(null);
  for (int j = 0; j <  [[#variable9d1755c0]]; j++) {
    if ((1 << j&value) != 0) {
       [[#variable9d175560]][j] = name;
      break;
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d1755c0]]
32 
12[[#9d1755c0]]
fgInvokeOptions.length 
21[[#9d175560]]
fgModifiers 
22[[#9d175560]]
fgInvokeOptions