CloneSet3686


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1336
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper.java
2353
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper.java
Clone Instance
1
Line Count
3
Source Line
36
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper.java

                                this.end = CharOperation.indexOf(';', this.signature, this.start);
                                if (this.bracket <= this.start) // already know it if its > start
                                        this.bracket = CharOperation.indexOf('<', this.signature, this.start);


Clone Instance
2
Line Count
3
Source Line
53
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper.java

                this.end = CharOperation.indexOf(';', this.signature, this.start);
                if (this.bracket <= this.start) // already know it if its > start
                        this.bracket = CharOperation.indexOf('<', this.signature, this.start);


Clone AbstractionParameter Count: 0Parameter Bindings

this.end = CharOperation.indexOf(';', this.signature, this.start);
if (this.bracket <= this.start) // already know it if its > start
  this.bracket = CharOperation.indexOf('<', this.signature, this.start);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None