Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 5 | 0.970 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 164 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestMethodSelectionDialog.java |
2 | 6 | 118 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/MainMethodSearchEngine.java |
| ||||
IRunnableWithProgress runnable = new IRunnableWithProgress() { public void run(IProgressMonitor pm) throws InvocationTargetException { try { col[0] = doSearchTestMethods(element, testType, pm); } catch (CoreException e) { throw new InvocationTargetException(e); } } }; |
| ||||
IRunnableWithProgress runnable = new IRunnableWithProgress() { public void run(IProgressMonitor pm) throws InvocationTargetException { try { res[0] = searchMainMethods(pm, scope, style); } catch (CoreException e) { throw new InvocationTargetException(e); } } }; |
| |||
IRunnableWithProgress runnable = new IRunnableWithProgress() { public void run(IProgressMonitor pm) throws InvocationTargetException { try { [[#variable57d904e0]][0] = [[#variable57d90440]]( [[#variable57d903c0]], [[#variable57d90340]], [[#variable57d902e0]]); } catch (CoreException e) { throw new InvocationTargetException(e); } } }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57d904e0]] | col |
1 | 2 | [[#57d904e0]] | res |
2 | 1 | [[#57d90440]] | doSearchTestMethods |
2 | 2 | [[#57d90440]] | searchMainMethods |
3 | 1 | [[#57d903c0]] | element |
3 | 2 | [[#57d903c0]] | pm |
4 | 1 | [[#57d90340]] | testType |
4 | 2 | [[#57d90340]] | scope |
5 | 1 | [[#57d902e0]] | pm |
5 | 2 | [[#57d902e0]] | style |