CloneSet3817


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

                                match = new FieldDeclarationMatch(((JavaElement) field).resolved(fieldBinding), SearchMatch.A_ACCURATE, offset, fieldDecl.sourceEnd - offset + 1, locator.getParticipant(), resource);
                                locator.report(match);


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

                                        match = new TypeDeclarationMatch(((JavaElement) type).resolved(typeBinding), SearchMatch.A_ACCURATE, offset, typeDecl.sourceEnd - offset + 1, locator.getParticipant(), resource);
                                        locator.report(match);


Clone AbstractionParameter Count: 4Parameter Bindings

match = new [[#variable968b84c0]](((JavaElement)  [[#variable92afe800]]).resolved( [[#variablea0f1e380]]), SearchMatch.A_ACCURATE, offset,  [[#variable57d61060]].sourceEnd - offset + 1, locator.getParticipant(), resource);
locator.report(match);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#968b84c0]]
TypeDeclarationMatch 
12[[#968b84c0]]
FieldDeclarationMatch 
21[[#92afe800]]
type 
22[[#92afe800]]
field 
31[[#a0f1e380]]
typeBinding 
32[[#a0f1e380]]
fieldBinding 
41[[#57d61060]]
typeDecl 
42[[#57d61060]]
fieldDecl