Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 35 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugElementLabelAdapterFactory.java |
2 | 3 | 48 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugElementLabelAdapterFactory.java |
| ||||
if (adapterType.equals(IAsynchronousLabelAdapter.class )) { if (adaptableObject instanceof IJavaThreadGroup) { return fgThreadGroupLabelAdapter; } } |
| ||||
if (adapterType.equals(IModelProxyFactoryAdapter.class )) { if (adaptableObject instanceof IJavaDebugTarget) { return fgJavaModelProxyFactory; } } |
| |||
if (adapterType.equals( [[#variable94241d60]].class )) { if (adaptableObject instanceof [[#variable94241ce0]]) { return [[#variable94241c60]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94241d60]] | IAsynchronousLabelAdapter |
1 | 2 | [[#94241d60]] | IModelProxyFactoryAdapter |
2 | 1 | [[#94241ce0]] | IJavaThreadGroup |
2 | 2 | [[#94241ce0]] | IJavaDebugTarget |
3 | 1 | [[#94241c60]] | fgThreadGroupLabelAdapter |
3 | 2 | [[#94241c60]] | fgJavaModelProxyFactory |