CloneSet9500


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
1351
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferencePattern.java
2389
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferencePattern.java
Clone Instance
1
Line Count
3
Source Line
51
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferencePattern.java

        // Package reference keys are encoded as 'name' (where 'name' is the last segment of the package name)
        if (this.currentSegment >= 0)
                return this.segments[this.currentSegment];
        return null;


Clone Instance
2
Line Count
3
Source Line
89
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferencePattern.java

                // Optimization, eg. type reference is 'org.eclipse.jdt.core.*'
                if (this.currentSegment >= 0)
                        return this.segments[this.currentSegment];
                return null;


Clone AbstractionParameter Count: 0Parameter Bindings

// Optimization, eg. type reference is 'org.eclipse.jdt.core.*'
// Package reference keys are encoded as 'name' (where 'name' is the last segment of the package name)
if (this.currentSegment >= 0)
  return this.segments[this.currentSegment];
return null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None