CloneSet8307


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13195
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIFieldVariable.java
23106
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDILocalVariable.java
Clone Instance
1
Line Count
3
Source Line
195
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIFieldVariable.java

                Type underlyingType = getUnderlyingType();
                if (underlyingType instanceof ReferenceType) {
                        return JDIReferenceType.getGenericName((ReferenceType) underlyingType);
                }


Clone Instance
2
Line Count
3
Source Line
106
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDILocalVariable.java

                                Type underlyingType = getUnderlyingType();
                                if (underlyingType instanceof ReferenceType) {
                                        return JDIReferenceType.getGenericName((ReferenceType) underlyingType);
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

Type underlyingType = getUnderlyingType();
if (underlyingType instanceof ReferenceType) {
  return JDIReferenceType.getGenericName((ReferenceType) underlyingType);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None