CloneSet1759


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9320.990statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19208
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java
29221
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java
39240
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java
Clone Instance
1
Line Count
9
Source Line
208
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java

                            // step thru synthetic methods
                            r = new Runnable() {
                                public void run() {
                                    try {
                                        setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_INTO);
                                        frame.stepInto();
                                    } catch (DebugException e) {
                                        JDIDebugUIPlugin.log(e);
                                        cleanup();
                                        DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
                                                                                                     new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
                                                                                                    } );
                                      }
                                }
                                };


Clone Instance
2
Line Count
9
Source Line
221
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java

                                                r = new Runnable() {
                                                        public void run() {
                                                                try {
                                                                        setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_RETURN);
                                                                        frame.stepReturn();
                                                                } catch (DebugException e) {
                                                                        JDIDebugUIPlugin.log(e);
                                                                        cleanup();
                                                                        DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
                                                                                                                                     new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
                                                                                                                                    } );
                                                                  }
                                                        }
                                                    };


Clone Instance
3
Line Count
9
Source Line
240
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java

                                                r = new Runnable() {
                                                        public void run() {
                                                                try {
                                                                        setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_INTO);
                                                                        frame.stepInto();
                                                                } catch (DebugException e) {
                                                                        JDIDebugUIPlugin.log(e);
                                                                        cleanup();
                                                                        DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
                                                                                                                                     new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
                                                                                                                                    } );
                                                                  }
                                                        }
                                                    };


Clone AbstractionParameter Count: 2Parameter Bindings

// step thru synthetic methods
r = new Runnable() {
      public void run() {
        try {
          setExpectedEvent(DebugEvent.RESUME, DebugEvent. [[#variable5694eba0]]);
          frame. [[#variable5694f400]]();
        }
        catch (DebugException e) {
          JDIDebugUIPlugin.log(e);
          cleanup();
          DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
                                                                        new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
                                                                      } );
        }
      }
    };
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5694eba0]]
STEP_INTO 
12[[#5694eba0]]
STEP_RETURN 
13[[#5694eba0]]
STEP_INTO 
21[[#5694f400]]
stepInto 
22[[#5694f400]]
stepReturn 
23[[#5694f400]]
stepInto