Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 62 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ShowSystemThreadsAction.java |
2 | 2 | 419 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java |
| ||||
if (element instanceof IAdaptable) thread = (IJavaThread) ((IAdaptable) element).getAdapter(IJavaThread.class ); |
| ||||
if (element instanceof IAdaptable) je = (IJavaElement) ((IAdaptable) element).getAdapter(IJavaElement.class ); |
| |||
if (element instanceof IAdaptable) [[#variableb2a97b00]]= ( [[#variableb2a97a80]]) ((IAdaptable) element).getAdapter( [[#variableb2a97a80]].class ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2a97b00]] | thread |
1 | 2 | [[#b2a97b00]] | je |
2 | 1 | [[#b2a97a80]] | IJavaThread |
2 | 2 | [[#b2a97a80]] | IJavaElement |