CloneSet8870


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

        /**
         * Throws a new debug exception with a status code of <code>TARGET_REQUEST_FAILED</code>.
         * 
         * @param message Failure message
         * @param e Throwable that has occurred
         * @throws DebugException The exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         */
        public void targetRequestFailed(String message, Throwable e) throws DebugException {
                throwDebugException(message, DebugException.TARGET_REQUEST_FAILED, e);
        }


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

        /**
         * Throws a new debug exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         * with the given underlying exception. The underlying exception is an exception thrown
         * by a JDI request.
         * 
         * @param message Failure message
         * @param e throwable exception that has occurred
         * @throws DebugException the exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         */
        public void jdiRequestFailed(String message, Throwable e) throws DebugException {
                throwDebugException(message, DebugException.TARGET_REQUEST_FAILED, e);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Throws a new debug exception with a status code of <code>TARGET_REQUEST_FAILED</code>.
         * 
         * @param message Failure message
         * @param e Throwable that has occurred
         * @throws DebugException The exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         */
/**
         * Throws a new debug exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         * with the given underlying exception. The underlying exception is an exception thrown
         * by a JDI request.
         * 
         * @param message Failure message
         * @param e throwable exception that has occurred
         * @throws DebugException the exception with a status code of <code>TARGET_REQUEST_FAILED</code>
         */
public void [[#variablebd0a0500]](String message, Throwable e) throws DebugException {
  throwDebugException(message, DebugException.TARGET_REQUEST_FAILED, e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd0a0500]]
targetRequestFailed 
12[[#bd0a0500]]
jdiRequestFailed