Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 191 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompoundEditExitStrategy.java |
2 | 3 | 197 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompoundEditExitStrategy.java |
| ||||
ICommandService commandService = (ICommandService) PlatformUI.getWorkbench().getAdapter(ICommandService.class ); if (commandService != null) commandService.addExecutionListener(fEventListener); |
| ||||
ICommandService commandService = (ICommandService) PlatformUI.getWorkbench().getAdapter(ICommandService.class ); if (commandService != null) commandService.removeExecutionListener(fEventListener); |
| |||
ICommandService commandService = (ICommandService) PlatformUI.getWorkbench().getAdapter(ICommandService.class ); if (commandService != null) commandService. [[#variable58881700]](fEventListener); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58881700]] | addExecutionListener |
1 | 2 | [[#58881700]] | removeExecutionListener |