CloneSet3926


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1310.991statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11177
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java
21372
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
31375
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
Clone Instance
1
Line Count
1
Source Line
177
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java

                match = locator.newFieldReferenceMatch(element, elementBinding, accuracy, offset, reference.sourceEnd - offset + 1, reference);


Clone Instance
2
Line Count
1
Source Line
372
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

                        match = locator.newTypeReferenceMatch(element, elementBinding, accuracy, offset, reference.sourceEnd - offset + 1, reference);


Clone Instance
3
Line Count
1
Source Line
375
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

                        match = locator.newFieldReferenceMatch(element, elementBinding, accuracy, offset, reference.sourceEnd - offset + 1, reference);


Clone AbstractionParameter Count: 1Parameter Bindings

match = locator. [[#variable641b8ca0]](element, elementBinding, accuracy, offset, reference.sourceEnd - offset + 1, reference);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#641b8ca0]]
newFieldReferenceMatch 
12[[#641b8ca0]]
newTypeReferenceMatch 
13[[#641b8ca0]]
newFieldReferenceMatch