CloneSet5970


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

        /**
         * Logs an internal error with the specified throwable
         * 
         * @param e the exception to be logged
         */
        public static void log(Throwable e) {
                log(new Status(IStatus.ERROR, getUniqueIdentifier(), IJavaDebugUIConstants.INTERNAL_ERROR, DebugUIMessages.JDIDebugUIPlugin_Internal_Error_1, e));
        }


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

        public static void log(Throwable e) {
                log(new Status(IStatus.ERROR, getUniqueIdentifier(), IStatus.ERROR, e.getMessage(), e));
        }


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Logs an internal error with the specified throwable
         * 
         * @param e the exception to be logged
         */
public static void log(Throwable e) {
  log(new Status(IStatus.ERROR, getUniqueIdentifier(),  [[#variable753fa8a0]]. [[#variable753fa820]],  [[#variable753fa7c0]] [[#variable753fa740]], e));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#753fa8a0]]
IJavaDebugUIConstants 
12[[#753fa8a0]]
IStatus 
21[[#753fa820]]
INTERNAL_ERROR 
22[[#753fa820]]
ERROR 
31[[#753fa7c0]]
DebugUIMessages 
32[[#753fa7c0]]
e 
41[[#753fa740]]
.JDIDebugUIPlugin_Internal_Error_1 
42[[#753fa740]]
.getMessage()