CloneSet6010


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.967statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12169
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java
22248
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java
Clone Instance
1
Line Count
2
Source Line
169
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java

                        match = locator.newPackageReferenceMatch(element, accuracy, start, end - start + 1, importRef);
                        locator.report(match);


Clone Instance
2
Line Count
2
Source Line
248
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java

        match = locator.newPackageReferenceMatch(element, accuracy, sourceStart, sourceEnd - sourceStart + 1, reference);
        locator.report(match);


Clone AbstractionParameter Count: 3Parameter Bindings

match = locator.newPackageReferenceMatch(element, accuracy,  [[#variable76ceca60]],  [[#variable76cecaa0]] -  [[#variable76ceca60]] + 1,  [[#variable76ceca40]]);
locator.report(match);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76ceca60]]
start 
12[[#76ceca60]]
sourceStart 
21[[#76cecaa0]]
end 
22[[#76cecaa0]]
sourceEnd 
31[[#76ceca40]]
importRef 
32[[#76ceca40]]
reference