CloneSet7544


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.979statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141498
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java
241518
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java
Clone Instance
1
Line Count
4
Source Line
1498
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java

        int p = CharOperation.indexOf(C_COLON, formalTypeParameterSignature);
        if (p < 0) {
                // no ":" means can't be a formal type parameter signature
                throw new IllegalArgumentException();
        }


Clone Instance
2
Line Count
4
Source Line
1518
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java

        int p1 = CharOperation.indexOf(C_COLON, formalTypeParameterSignature);
        if (p1 < 0) {
                // no ":" means can't be a formal type parameter signature
                throw new IllegalArgumentException();
        }


Clone AbstractionParameter Count: 1Parameter Bindings

int  [[#variable59866b20]]= CharOperation.indexOf(C_COLON, formalTypeParameterSignature);
if ( [[#variable59866b20]] < 0) {
  // no ":" means can't be a formal type parameter signature
  throw new IllegalArgumentException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59866b20]]
p1 
12[[#59866b20]]
p