CloneSet8461


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.988class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13147
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/RuntimeClasspathViewer.java
23163
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathViewer.java
Clone Instance
1
Line Count
3
Source Line
147
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/RuntimeClasspathViewer.java

        /**
         * Sets the launch configuration context for this viewer, if any
         */
        public void setLaunchConfiguration(ILaunchConfiguration configuration) {
                if (getLabelProvider() != null) {
                        ((ClasspathLabelProvider) getLabelProvider()).setLaunchConfiguration(configuration);
                }
        }


Clone Instance
2
Line Count
3
Source Line
163
Source File
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) {
                        ((RuntimeClasspathEntryLabelProvider) getLabelProvider()).setLaunchConfiguration(configuration);
                }
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Sets the launch configuration context for this viewer, if any
         */
public void setLaunchConfiguration(ILaunchConfiguration configuration) {
  if (getLabelProvider() != null) {
    (( [[#variableb9b0b6e0]]) getLabelProvider()).setLaunchConfiguration(configuration);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9b0b6e0]]
RuntimeClasspathEntryLabelProvider 
12[[#b9b0b6e0]]
ClasspathLabelProvider