CloneSet7731


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17141
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/EnvUtil.java
27353
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
Clone Instance
1
Line Count
7
Source Line
141
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/EnvUtil.java

                if (offsets == null)
                        throw new IllegalArgumentException("argument cannot be null."); //$NON-NLS-1$
                // sort the array first
                Arrays.sort(offsets);

                // look for duplicates.         
                int count = 0;


Clone Instance
2
Line Count
7
Source Line
353
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Visitors.java

                if (offsets == null)
                        throw new IllegalArgumentException("argument cannot be null."); //$NON-NLS-1$
                // sort the array first
                Arrays.sort(offsets);

                // look for duplicates.         
                int count = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

if (offsets == null)
  throw new IllegalArgumentException("argument cannot be null."); //$NON-NLS-1$
// sort the array first
Arrays.sort(offsets);
// look for duplicates.         
int count = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None