CloneSet4193


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.963statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13780
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java
2354
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java
Clone Instance
1
Line Count
3
Source Line
780
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java

        String s = (returnType != null) ? returnType.debugName():  "NULL TYPE"; //$NON-NLS-1$
        s += " "; //$NON-NLS-1$
        s += (selector != null) ? new String(selector):  "UNNAMED METHOD"; //$NON-NLS-1$


Clone Instance
2
Line Count
3
Source Line
54
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java

                String s = (type != null) ? type.debugName():  "UNDEFINED TYPE"; //$NON-NLS-1$
                s += " "; //$NON-NLS-1$
                s += (name != null) ? new String(name):  "UNNAMED FIELD"; //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

String s = ( [[#variable61ff5ae0]]!= null) ? [[#variable61ff5ae0]].debugName(): [[#variable96512fc0]]; //$NON-NLS-1$
s += " "; //$NON-NLS-1$
s += ( [[#variable61ff5a80]]!= null) ? new String( [[#variable61ff5a80]]): [[#variable61ff5a20]]; //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61ff5ae0]]
type 
12[[#61ff5ae0]]
returnType 
21[[#96512fc0]]
"UNDEFINED TYPE" 
22[[#96512fc0]]
"NULL TYPE" 
31[[#61ff5a80]]
name 
32[[#61ff5a80]]
selector 
41[[#61ff5a20]]
"UNNAMED FIELD" 
42[[#61ff5a20]]
"UNNAMED METHOD"