CloneSet3918


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.965executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142367
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
242509
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
4
Source Line
2367
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                       {
                        Integer level = (Integer) nodeSet.matchingNodes.removeKey(superType);
                        if (level != null && matchedClassContainer)
                                this.patternLocator.matchReportReference(superType, enclosingElement, type.binding, level.intValue(), this );
                                       }


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

               {
                Integer level = (Integer) nodeSet.matchingNodes.removeKey(superReference);
                if (level != null && matchedClassContainer)
                        this.patternLocator.matchReportReference(superReference, enclosingElement, elementBinding, level.intValue(), this );
               }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  Integer level = (Integer) nodeSet.matchingNodes.removeKey( [[#variable53565580]]);
  if (level != null && matchedClassContainer)
    this.patternLocator.matchReportReference( [[#variable53565580]], enclosingElement,  [[#variable53565420]], level.intValue(), this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53565580]]
superType 
12[[#53565580]]
superReference 
21[[#53565420]]
type.binding 
22[[#53565420]]
elementBinding