CloneSet2117


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.989switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121342
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
221344
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
321346
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
1342
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                case IJavaElement.TYPE:
                        return new TypeDeclarationMatch(binding == null ? element:  ((JavaElement) element).resolved(binding), accuracy, offset, length, participant, resource);


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

                case IJavaElement.FIELD:
                        return new FieldDeclarationMatch(binding == null ? element:  ((JavaElement) element).resolved(binding), accuracy, offset, length, participant, resource);


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

                case IJavaElement.METHOD:
                        return new MethodDeclarationMatch(binding == null ? element:  ((JavaElement) element).resolved(binding), accuracy, offset, length, participant, resource);


Clone AbstractionParameter Count: 2Parameter Bindings

case IJavaElement. [[#variablec15e7da0]]:
  return new [[#variablec15e7d40]](binding == null ? element: ((JavaElement) element).resolved(binding), accuracy, offset, length, participant, resource);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c15e7da0]]
METHOD 
12[[#c15e7da0]]
FIELD 
13[[#c15e7da0]]
TYPE 
21[[#c15e7d40]]
MethodDeclarationMatch 
22[[#c15e7d40]]
FieldDeclarationMatch 
23[[#c15e7d40]]
TypeDeclarationMatch