CloneSet9954


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12367
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIValue.java
22202
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIVariable.java
Clone Instance
1
Line Count
2
Source Line
367
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIValue.java

        /**
         * @see IJavaValue#getJavaType()
         */
        public IJavaType getJavaType() throws DebugException {
                return JDIType.createType((JDIDebugTarget) getDebugTarget(), getUnderlyingType());
        }


Clone Instance
2
Line Count
2
Source Line
202
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIVariable.java

        /**
         * @see IJavaVariable#getJavaType()
         */
        public IJavaType getJavaType() throws DebugException {
                return JDIType.createType((JDIDebugTarget) getDebugTarget(), getUnderlyingType());
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @see IJavaVariable#getJavaType()
         */
/**
         * @see IJavaValue#getJavaType()
         */
public IJavaType getJavaType() throws DebugException {
  return JDIType.createType((JDIDebugTarget) getDebugTarget(), getUnderlyingType());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None