CloneSet1994


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5520.966conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151506
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
251512
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
351518
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
451532
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
551537
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
Clone Instance
1
Line Count
5
Source Line
1506
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                                       new TypeReferencePattern(
                                        CharOperation.concatWith(packageName, enclosingTypeNames, '.'), 
                                        simpleName, 
                                        type, 
                                        matchRule              )


Clone Instance
2
Line Count
5
Source Line
1512
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                               new TypeReferencePattern(
                                CharOperation.concatWith(packageName, enclosingTypeNames, '.'), 
                                simpleName, 
                                typeSignature, 
                                matchRule              )


Clone Instance
3
Line Count
5
Source Line
1518
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                               new SuperTypeReferencePattern(
                                CharOperation.concatWith(packageName, enclosingTypeNames, '.'), 
                                simpleName, 
                                SuperTypeReferencePattern.ONLY_SUPER_INTERFACES, 
                                matchRule                   )


Clone Instance
4
Line Count
5
Source Line
1532
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                                          new TypeReferencePattern(
                                                CharOperation.concatWith(packageName, enclosingTypeNames, '.'), 
                                                simpleName, 
                                                type, 
                                                matchRule         )


Clone Instance
5
Line Count
5
Source Line
1537
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                                          new TypeReferencePattern(
                                                CharOperation.concatWith(packageName, enclosingTypeNames, '.'), 
                                                simpleName, 
                                                typeSignature, 
                                                matchRule         )


Clone AbstractionParameter Count: 2Parameter Bindings

new [[#variablea0ed6e20]](CharOperation.concatWith(packageName, enclosingTypeNames, '.'), simpleName,  [[#variablea0ed6dc0]], matchRule)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0ed6e20]]
TypeReferencePattern 
12[[#a0ed6e20]]
TypeReferencePattern 
13[[#a0ed6e20]]
SuperTypeReferencePattern 
14[[#a0ed6e20]]
TypeReferencePattern 
15[[#a0ed6e20]]
TypeReferencePattern 
21[[#a0ed6dc0]]
typeSignature 
22[[#a0ed6dc0]]
type 
23[[#a0ed6dc0]]
SuperTypeReferencePattern.ONLY_SUPER_INTERFACES 
24[[#a0ed6dc0]]
typeSignature 
25[[#a0ed6dc0]]
type