CloneSet2705


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.996statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1535
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/QualifiedTypeDeclarationPattern.java
26177
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern.java
Clone Instance
1
Line Count
5
Source Line
35
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/QualifiedTypeDeclarationPattern.java

        int slash = CharOperation.indexOf(SEPARATOR, key, 0);
        this.simpleName = CharOperation.subarray(key, 0, slash);

        int start = slash + 1;
        slash = CharOperation.indexOf(SEPARATOR, key, start);


Clone Instance
2
Line Count
6
Source Line
177
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern.java

        int slash = CharOperation.indexOf(SEPARATOR, key, 0);
        this.superSimpleName = CharOperation.subarray(key, 0, slash);

        // some values may not have been know when indexed so decode as null
        int start = slash + 1;
        slash = CharOperation.indexOf(SEPARATOR, key, start);


Clone AbstractionParameter Count: 1Parameter Bindings

int slash = CharOperation.indexOf(SEPARATOR, key, 0);
this. [[#variable5b558220]]= CharOperation.subarray(key, 0, slash);
// some values may not have been know when indexed so decode as null
int start = slash + 1;
slash = CharOperation.indexOf(SEPARATOR, key, start);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b558220]]
simpleName 
12[[#5b558220]]
superSimpleName