Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 97 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineTempAction.java |
2 | 3 | 161 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.java |
3 | 3 | 98 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java |
| ||||
ICompilationUnit input = SelectionConverter.getInputAsCompilationUnit(fEditor); if ( !ActionUtil.isProcessable(getShell(), input)) return; |
| ||||
IJavaElement input = SelectionConverter.getInput(fEditor); if ( !ActionUtil.isProcessable(getShell(), input)) return; |
| ||||
IJavaElement input = SelectionConverter.getInput(fEditor); if ( !ActionUtil.isProcessable(getShell(), input)) return; |
| |||
[[#variableb729b1c0]] input = SelectionConverter. [[#variableb729ab80]](fEditor); if ( !ActionUtil.isProcessable(getShell(), input)) return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b729b1c0]] | IJavaElement |
1 | 2 | [[#b729b1c0]] | ICompilationUnit |
1 | 3 | [[#b729b1c0]] | IJavaElement |
2 | 1 | [[#b729ab80]] | getInput |
2 | 2 | [[#b729ab80]] | getInputAsCompilationUnit |
2 | 3 | [[#b729ab80]] | getInput |