CloneSet5894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1339
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeParameterLocator.java
2354
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeParameterLocator.java
Clone Instance
1
Line Count
3
Source Line
39
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeParameterLocator.java

                                                                                                        {
                                        int level = ((InternalSearchPattern) this.pattern).mustResolve ? POSSIBLE_MATCH: ACCURATE_MATCH;
                                        return nodeSet.addMatch(node, level);
                                                                                                        }


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

                                                                       {
                                int level = ((InternalSearchPattern) this.pattern).mustResolve ? POSSIBLE_MATCH: ACCURATE_MATCH;
                                return nodeSet.addMatch(node, level);
                                                                       }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  int level = ((InternalSearchPattern) this.pattern).mustResolve ? POSSIBLE_MATCH: ACCURATE_MATCH;
  return nodeSet.addMatch(node, level);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None