Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 59 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaDebugElementLabelAdapterFactory.java |
2 | 2 | 54 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/ColumnPresentationAdapterFactory.java |
3 | 2 | 56 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelAdapterFactory.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.core.runtime.IAdapterFactory#getAdapterList() */ public Class[] getAdapterList() { return new Class[] { IAsynchronousLabelAdapter.class ,IAsynchronousContentAdapter.class ,IModelProxyFactoryAdapter.class }; } |
| ||||
/* (non-Javadoc) * @see org.eclipse.core.runtime.IAdapterFactory#getAdapterList() */ public Class[] getAdapterList() { return new Class[] { IAsynchronousLabelAdapter.class ,IColumnEditorFactoryAdapter.class ,IColumnPresentationFactoryAdapter.class }; } |
| ||||
/** * {@inheritDoc} */ public Class[] getAdapterList() { return new Class[] { ResourceMapping.class ,ISynchronizationCompareAdapter.class ,IResource.class }; } |
| |||
/** * {@inheritDoc} */ /* (non-Javadoc) * @see org.eclipse.core.runtime.IAdapterFactory#getAdapterList() */ public Class[] getAdapterList() { return new Class[] { [[#variable9ae21e40]].class , [[#variable9ae21de0]].class , [[#variable9ae21d80]].class }; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ae21e40]] | ResourceMapping |
1 | 2 | [[#9ae21e40]] | IAsynchronousLabelAdapter |
1 | 3 | [[#9ae21e40]] | IAsynchronousLabelAdapter |
2 | 1 | [[#9ae21de0]] | ISynchronizationCompareAdapter |
2 | 2 | [[#9ae21de0]] | IColumnEditorFactoryAdapter |
2 | 3 | [[#9ae21de0]] | IAsynchronousContentAdapter |
3 | 1 | [[#9ae21d80]] | IResource |
3 | 2 | [[#9ae21d80]] | IColumnPresentationFactoryAdapter |
3 | 3 | [[#9ae21d80]] | IModelProxyFactoryAdapter |