CloneSet2691


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1985
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureContainerAction.java
29141
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java
Clone Instance
1
Line Count
9
Source Line
85
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureContainerAction.java

                        if (context == null) {
                                context = PlatformUI.getWorkbench().getProgressService();
                        }
                        context.run(true, true, new IRunnableWithProgress() {
                                public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
                                        try {
                                                project.setRawClasspath(newEntries, project.getOutputLocation(), monitor);
                                        } catch (CoreException e) {
                                                throw new InvocationTargetException(e);
                                          }
                                }
                                                } );


Clone Instance
2
Line Count
9
Source Line
141
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java

                        if (context == null) {
                                context = PlatformUI.getWorkbench().getProgressService();
                        }
                        context.run(true, true, new IRunnableWithProgress() {
                                public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
                                        try {
                                                project.setRawClasspath(newEntries, project.getOutputLocation(), monitor);
                                        } catch (CoreException e) {
                                                throw new InvocationTargetException(e);
                                          }
                                }
                                                } );


Clone AbstractionParameter Count: 0Parameter Bindings

if (context == null) {
  context = PlatformUI.getWorkbench().getProgressService();
}
context.run(true, true, new IRunnableWithProgress() {
                          public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
                            try {
                              project.setRawClasspath(newEntries, project.getOutputLocation(), monitor);
                            }
                            catch (CoreException e) {
                              throw new InvocationTargetException(e);
                            }
                          }
                        } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None