CloneSet7772


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.978catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142378
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java
242395
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java
Clone Instance
1
Line Count
4
Source Line
2378
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java

                  catch (IncompatibleThreadStateException e) {
                        targetRequestFailed(JDIDebugModelMessages.JDIThread_43, e);
                  }
                  catch (RuntimeException e) {
                        targetRequestFailed(JDIDebugModelMessages.JDIThread_44, e);
                  }


Clone Instance
2
Line Count
4
Source Line
2395
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java

                  catch (IncompatibleThreadStateException e) {
                        targetRequestFailed(JDIDebugModelMessages.JDIThread_45, e);
                  }
                  catch (RuntimeException e) {
                        targetRequestFailed(JDIDebugModelMessages.JDIThread_46, e);
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (IncompatibleThreadStateException e) {
  targetRequestFailed(JDIDebugModelMessages. [[#variable5b725c60]], e);
}
catch (RuntimeException e) {
  targetRequestFailed(JDIDebugModelMessages. [[#variable5b725c00]], e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b725c60]]
JDIThread_45 
12[[#5b725c60]]
JDIThread_43 
21[[#5b725c00]]
JDIThread_46 
22[[#5b725c00]]
JDIThread_44