Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.951 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 114 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java |
2 | 5 | 135 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java |
| ||||
{ IWorkbenchWindow workBenchWindow = getActiveWorkbenchWindow(); if (workBenchWindow == null) return null; return workBenchWindow.getShell(); } |
| ||||
{ IWorkbenchWindow activeWorkbenchWindow = getActiveWorkbenchWindow(); if (activeWorkbenchWindow == null) return null; return activeWorkbenchWindow.getActivePage(); } |
| |||
{ IWorkbenchWindow [[#variable9754b000]]= getActiveWorkbenchWindow(); if ( [[#variable9754b000]]== null) return null; return [[#variable9754b000]]. [[#variable9754a460]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9754b000]] | activeWorkbenchWindow |
1 | 2 | [[#9754b000]] | workBenchWindow |
2 | 1 | [[#9754a460]] | getActivePage |
2 | 2 | [[#9754a460]] | getShell |