CloneSet4532


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182029
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java
282429
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java
Clone Instance
1
Line Count
8
Source Line
2029
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java

                int length = string.length;
                // need a minimum 2 char
                if (start >= length - 1) {
                        throw new IllegalArgumentException();
                }
                char c = string[start];
                if (c != Signature.C_ARRAY) {
                        throw new IllegalArgumentException();
                }


Clone Instance
2
Line Count
8
Source Line
2429
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java

                int length = string.length;
                // need a minimum 2 char
                if (start >= length - 1) {
                        throw new IllegalArgumentException();
                }
                char c = string[start];
                if (c != Signature.C_ARRAY) {
                        throw new IllegalArgumentException();
                }


Clone AbstractionParameter Count: 0Parameter Bindings

int length = string.length;
// need a minimum 2 char
if (start >= length - 1) {
  throw new IllegalArgumentException();
}
char c = string[start];
if (c != Signature.C_ARRAY) {
  throw new IllegalArgumentException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None