CloneSet4133


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.982class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111173
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPlugin.java
26389
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java
Clone Instance
1
Line Count
11
Source Line
173
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPlugin.java

        /**
         * Logs the specified status with this plug-in's log.
         * 
         * @param status status to log
         */
        public static void log(IStatus status) {
                getDefault().getLog().log(status);
        }

        /**
         * Logs an internal error with the specified message.
         * 
         * @param message the error message to log
         */
        public static void logErrorMessage(String message) {
                log(new Status(IStatus.ERROR, getUniqueIdentifier(), IJavaDebugUIConstants.INTERNAL_ERROR, message, null));
        }


Clone Instance
2
Line Count
6
Source Line
389
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java

        public static void log(IStatus status) {
                getDefault().getLog().log(status);
        }

        public static void log(String message) {
                log(new Status(IStatus.ERROR, getUniqueIdentifier(), IStatus.ERROR, message, null));
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Logs the specified status with this plug-in's log.
         * 
         * @param status status to log
         */
public static void log(IStatus status) {
  getDefault().getLog().log(status);
}

/**
         * Logs an internal error with the specified message.
         * 
         * @param message the error message to log
         */
public static void [[#variable96896800]](String message) {
  log(new Status(IStatus.ERROR, getUniqueIdentifier(),  [[#variable968967e0]]. [[#variable96896740]], message, null));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#96896800]]
logErrorMessage 
12[[#96896800]]
log 
21[[#968967e0]]
IJavaDebugUIConstants 
22[[#968967e0]]
IStatus 
31[[#96896740]]
INTERNAL_ERROR 
32[[#96896740]]
ERROR