CloneSet4942


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.965class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12236
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java
2246
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMRunner.java
Clone Instance
1
Line Count
2
Source Line
236
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java

        /* (non-Javadoc)
         * @see org.eclipse.jdt.internal.junit.launcher.ITestFindingAbortHandler#abort(java.lang.String, java.lang.Throwable, int)
         */
        protected void abort(String message, Throwable exception, int code) throws CoreException {
                throw new CoreException(new Status(IStatus.ERROR, JUnitPlugin.PLUGIN_ID, code, message, exception));
        }


Clone Instance
2
Line Count
2
Source Line
46
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMRunner.java

        /**
         * Throws a core exception with an error status object built from
         * the given message, lower level exception, and error code.
         * 
         * @param message the status message
         * @param exception lower level exception associated with the
         *  error, or <code>null</code> if none
         * @param code error code
         * @throws CoreException The exception encapsulating the reason for the abort
         */
        protected void abort(String message, Throwable exception, int code) throws CoreException {
                throw new CoreException(new Status(IStatus.ERROR, getPluginIdentifier(), code, message, exception));
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/* (non-Javadoc)
         * @see org.eclipse.jdt.internal.junit.launcher.ITestFindingAbortHandler#abort(java.lang.String, java.lang.Throwable, int)
         */
/**
         * Throws a core exception with an error status object built from
         * the given message, lower level exception, and error code.
         * 
         * @param message the status message
         * @param exception lower level exception associated with the
         *  error, or <code>null</code> if none
         * @param code error code
         * @throws CoreException The exception encapsulating the reason for the abort
         */
protected void abort(String message, Throwable exception, int code) throws CoreException {
  throw new CoreException(new Status(IStatus.ERROR,  [[#variable508984c0]], code, message, exception));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#508984c0]]
JUnitPlugin.PLUGIN_ID 
12[[#508984c0]]
getPluginIdentifier()