CloneSet1656


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4520.984statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14295
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
24301
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
34307
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
44313
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
54407
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
Clone Instance
1
Line Count
4
Source Line
295
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                        if (thread.isSystemThread()) {
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread____0____Terminated__7, thread.getName());
                        }
                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread____0____Terminated__8, thread.getName());


Clone Instance
2
Line Count
4
Source Line
301
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                        if (thread.isSystemThread()) {
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Stepping__9, thread.getName());
                        }
                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Stepping__10, thread.getName());


Clone Instance
3
Line Count
4
Source Line
307
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                        if (thread.isSystemThread()) {
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Evaluating__9, thread.getName());
                        }
                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Evaluating__10, thread.getName());


Clone Instance
4
Line Count
4
Source Line
313
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                        if (thread.isSystemThread()) {
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Running__11, thread.getName());
                        }
                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Running__12, thread.getName());


Clone Instance
5
Line Count
4
Source Line
407
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                // Otherwise, it's just suspended
                if (thread.isSystemThread()) {
                        return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Suspended__27, thread.getName());
                }
                return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__28, thread.getName());


Clone AbstractionParameter Count: 2Parameter Bindings

// Otherwise, it's just suspended
if (thread.isSystemThread()) {
  return getFormattedString(DebugUIMessages. [[#variable97bccbe0]], thread.getName());
}
return getFormattedString(DebugUIMessages. [[#variable97bccbc0]], thread.getName());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97bccbe0]]
JDIModelPresentation_System_Thread____0____Terminated__7 
12[[#97bccbe0]]
JDIModelPresentation_System_Thread___0____Stepping__9 
13[[#97bccbe0]]
JDIModelPresentation_System_Thread___0____Evaluating__9 
14[[#97bccbe0]]
JDIModelPresentation_System_Thread___0____Running__11 
15[[#97bccbe0]]
JDIModelPresentation_System_Thread___0____Suspended__27 
21[[#97bccbc0]]
JDIModelPresentation_Thread____0____Terminated__8 
22[[#97bccbc0]]
JDIModelPresentation_Thread___0____Stepping__10 
23[[#97bccbc0]]
JDIModelPresentation_Thread___0____Evaluating__10 
24[[#97bccbc0]]
JDIModelPresentation_Thread___0____Running__12 
25[[#97bccbc0]]
JDIModelPresentation_Thread___0____Suspended__28