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.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 147 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/RuntimeClasspathViewer.java |
2 | 3 | 163 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathViewer.java |
| ||||
/** * Sets the launch configuration context for this viewer, if any */ public void setLaunchConfiguration(ILaunchConfiguration configuration) { if (getLabelProvider() != null) { ((ClasspathLabelProvider) getLabelProvider()).setLaunchConfiguration(configuration); } } |
| ||||
/** * Sets the launch configuration context for this viewer, if any */ public void setLaunchConfiguration(ILaunchConfiguration configuration) { if (getLabelProvider() != null) { ((RuntimeClasspathEntryLabelProvider) getLabelProvider()).setLaunchConfiguration(configuration); } } |
| |||
/** * Sets the launch configuration context for this viewer, if any */ public void setLaunchConfiguration(ILaunchConfiguration configuration) { if (getLabelProvider() != null) { (( [[#variableb9b0b6e0]]) getLabelProvider()).setLaunchConfiguration(configuration); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9b0b6e0]] | RuntimeClasspathEntryLabelProvider |
1 | 2 | [[#b9b0b6e0]] | ClasspathLabelProvider |