CloneSet9678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1144
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java
2145
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java
Clone Instance
1
Line Count
1
Source Line
44
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java

        int referencesLevel = this.pattern.findReferences ? matchLevelForReferences(node):  IMPOSSIBLE_MATCH;


Clone Instance
2
Line Count
1
Source Line
45
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java

        int declarationsLevel = this.pattern.findDeclarations ? matchLevelForDeclarations(node):  IMPOSSIBLE_MATCH;


Clone AbstractionParameter Count: 3Parameter Bindings

int  [[#variablebcd1ea60]]= this.pattern. [[#variablebcd1e9a0]]? [[#variablebcd1e940]](node): IMPOSSIBLE_MATCH;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bcd1ea60]]
referencesLevel 
12[[#bcd1ea60]]
declarationsLevel 
21[[#bcd1e9a0]]
findReferences 
22[[#bcd1e9a0]]
findDeclarations 
31[[#bcd1e940]]
matchLevelForReferences 
32[[#bcd1e940]]
matchLevelForDeclarations