CloneSet965


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4430.982statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14360
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
24366
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
34375
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
44380
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
Clone Instance
1
Line Count
4
Source Line
360
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____Suspended__access_of_field__1__in__2____16, new String[] {
                                                                                                                                                                                              thread.getName(), fieldName, typeName
                                                                                                                                                                                             } );
                                        }
                                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__access_of_field__1__in__2____17, new String[] {
                                                                                                                                                                               thread.getName(), fieldName, typeName
                                                                                                                                                                              } );


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

                                // modification
                                if (thread.isSystemThread()) {
                                        return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Suspended__modification_of_field__1__in__2____18, new String[] {
                                                                                                                                                                                            thread.getName(), fieldName, typeName
                                                                                                                                                                                           } );
                                }
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__modification_of_field__1__in__2____19, new String[] {
                                                                                                                                                                             thread.getName(), fieldName, typeName
                                                                                                                                                                            } );


Clone Instance
3
Line Count
4
Source Line
375
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____Suspended__entry_into_method__1__in__2____21, new String[] {
                                                                                                                                                                                                thread.getName(), methodName, typeName
                                                                                                                                                                                               } );
                                        }
                                        return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__entry_into_method__1__in__2____22, new String[] {
                                                                                                                                                                                 thread.getName(), methodName, typeName
                                                                                                                                                                                } );


Clone Instance
4
Line Count
4
Source Line
380
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____Suspended__exit_of_method__1__in__2____21, new String[] {
                                                                                                                                                                                     thread.getName(), methodName, typeName
                                                                                                                                                                                    } );
                                }
                                return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__exit_of_method__1__in__2____22, new String[] {
                                                                                                                                                                      thread.getName(), methodName, typeName
                                                                                                                                                                     } );                                       //                                      


Clone AbstractionParameter Count: 3Parameter Bindings

// modification
if (thread.isSystemThread()) {
  return getFormattedString(DebugUIMessages. [[#variablebac4cd00]], new String[] {
                                                                                   thread.getName(),
                                                                                    [[#variablebb851400]],
                                                                                   typeName
                                                                                 } );
}
return getFormattedString(DebugUIMessages. [[#variablebac4cd20]], new String[] {
                                                                                 thread.getName(),
                                                                                  [[#variablebb851400]],
                                                                                 typeName
                                                                               } ); //                                      
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bac4cd00]]
JDIModelPresentation_System_Thread___0____Suspended__access_of_field__1__in__2____16 
12[[#bac4cd00]]
JDIModelPresentation_System_Thread___0____Suspended__modification_of_field__1__in__2____18 
13[[#bac4cd00]]
JDIModelPresentation_System_Thread___0____Suspended__entry_into_method__1__in__2____21 
14[[#bac4cd00]]
JDIModelPresentation_System_Thread___0____Suspended__exit_of_method__1__in__2____21 
21[[#bb851400]]
fieldName 
22[[#bb851400]]
fieldName 
23[[#bb851400]]
methodName 
24[[#bb851400]]
methodName 
31[[#bac4cd20]]
JDIModelPresentation_Thread___0____Suspended__access_of_field__1__in__2____17 
32[[#bac4cd20]]
JDIModelPresentation_Thread___0____Suspended__modification_of_field__1__in__2____19 
33[[#bac4cd20]]
JDIModelPresentation_Thread___0____Suspended__entry_into_method__1__in__2____22 
34[[#bac4cd20]]
JDIModelPresentation_Thread___0____Suspended__exit_of_method__1__in__2____22