Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.976 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 739 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
2 | 4 | 745 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
3 | 4 | 808 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
4 | 4 | 812 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
| ||||
catch (InvalidTypeException e) { invokeFailed(e, timeout); } catch (ClassNotLoadedException e) { invokeFailed(e, timeout); } |
| ||||
catch (InvocationException e) { invokeFailed(e, timeout); } catch (RuntimeException e) { invokeFailed(e, timeout); } |
| ||||
catch (InvalidTypeException e) { invokeFailed(e, timeout); } catch (ClassNotLoadedException e) { invokeFailed(e, timeout); } |
| ||||
catch (IncompatibleThreadStateException e) { invokeFailed(e, timeout); } catch (InvocationException e) { invokeFailed(e, timeout); } |
| |||
catch ( [[#variableb07f77e0]] e) { invokeFailed(e, timeout); } catch ( [[#variablea52b17c0]] e) { invokeFailed(e, timeout); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b07f77e0]] | InvalidTypeException |
1 | 2 | [[#b07f77e0]] | InvocationException |
1 | 3 | [[#b07f77e0]] | IncompatibleThreadStateException |
1 | 4 | [[#b07f77e0]] | InvalidTypeException |
2 | 1 | [[#a52b17c0]] | ClassNotLoadedException |
2 | 2 | [[#a52b17c0]] | RuntimeException |
2 | 3 | [[#a52b17c0]] | InvocationException |
2 | 4 | [[#a52b17c0]] | ClassNotLoadedException |