CloneSet2700


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.978class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19162
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java
29189
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java
Clone Instance
1
Line Count
9
Source Line
162
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java

        /* (non-Javadoc)
         * @see org.eclipse.jdt.debug.core.IJavaReferenceType#getSourcePaths(java.lang.String)
         */
        public String[] getSourcePaths(String stratum) throws DebugException {
                try {
                        List sourcePaths = getReferenceType().sourcePaths(stratum);
                        return (String[]) sourcePaths.toArray(new String[sourcePaths.size()]);
                } catch (AbsentInformationException e) {
                  }
                  catch (RuntimeException e) {
                        requestFailed(JDIDebugModelMessages.JDIReferenceType_4, e, DebugException.TARGET_REQUEST_FAILED);
                  }
                return null;
        }


Clone Instance
2
Line Count
9
Source Line
189
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java

        /* (non-Javadoc)
         * @see org.eclipse.jdt.debug.core.IJavaReferenceType#getSourceNames(java.lang.String)
         */
        public String[] getSourceNames(String stratum) throws DebugException {
                try {
                        List sourceNames = getReferenceType().sourceNames(stratum);
                        return (String[]) sourceNames.toArray(new String[sourceNames.size()]);
                } catch (AbsentInformationException e) {
                  }
                  catch (RuntimeException e) {
                        requestFailed(JDIDebugModelMessages.JDIReferenceType_4, e, DebugException.TARGET_REQUEST_FAILED);
                  }
                return null;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/* (non-Javadoc)
         * @see org.eclipse.jdt.debug.core.IJavaReferenceType#getSourcePaths(java.lang.String)
         */
/* (non-Javadoc)
         * @see org.eclipse.jdt.debug.core.IJavaReferenceType#getSourceNames(java.lang.String)
         */
public String[]  [[#variable9a4d8700]](String stratum) throws DebugException {
  try {
    List  [[#variable9a4d8680]]= getReferenceType(). [[#variable9a4d8680]](stratum);
    return (String[])  [[#variable9a4d8680]].toArray(new String[ [[#variable9a4d8680]].size()]);
  }
  catch (AbsentInformationException e) {
  }
  catch (RuntimeException e) {
    requestFailed(JDIDebugModelMessages.JDIReferenceType_4, e, DebugException.TARGET_REQUEST_FAILED);
  }
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a4d8700]]
getSourcePaths 
12[[#9a4d8700]]
getSourceNames 
21[[#9a4d8680]]
sourcePaths 
22[[#9a4d8680]]
sourceNames