CloneSet7891


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

        if (possiblelMatchingNode instanceof FieldDeclaration)
                return matchField(((FieldDeclaration) possiblelMatchingNode).binding, true);
        return IMPOSSIBLE_MATCH;


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

        if (possiblelMatchingNode instanceof LocalDeclaration)
                return matchLocalVariable(((LocalDeclaration) possiblelMatchingNode).binding, true);
        return IMPOSSIBLE_MATCH;


Clone AbstractionParameter Count: 2Parameter Bindings

if (possiblelMatchingNode instanceof [[#variable4e668ee0]])
  return [[#variable4e6e60e0]]((( [[#variable4e668ee0]]) possiblelMatchingNode).binding, true);
return IMPOSSIBLE_MATCH;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e668ee0]]
LocalDeclaration 
12[[#4e668ee0]]
FieldDeclaration 
21[[#4e6e60e0]]
matchLocalVariable 
22[[#4e6e60e0]]
matchField