CloneSet9824


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17287
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
27334
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
Clone Instance
1
Line Count
7
Source Line
287
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java

                                                  catch (JavaModelException x) {
                                                        // https://bugs.eclipse.org/bugs/show_bug.cgi?id=38341
                                                        // don't log NotExist exceptions as this is a valid case
                                                        // since we might have been posted and the element
                                                        // removed in the meantime.
                                                        if (JavaPlugin.isDebug() || !x.isDoesNotExist())
                                                                JavaPlugin.log(x);
                                                  }


Clone Instance
2
Line Count
7
Source Line
334
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java

                                                  catch (JavaModelException x) {
                                                        // https://bugs.eclipse.org/bugs/show_bug.cgi?id=38341
                                                        // don't log NotExist exceptions as this is a valid case
                                                        // since we might have been posted and the element
                                                        // removed in the meantime.
                                                        if (JavaPlugin.isDebug() || !x.isDoesNotExist())
                                                                JavaPlugin.log(x);
                                                  }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (JavaModelException x) {
  // https://bugs.eclipse.org/bugs/show_bug.cgi?id=38341
  // don't log NotExist exceptions as this is a valid case
  // since we might have been posted and the element
  // removed in the meantime.
  if (JavaPlugin.isDebug() || !x.isDoesNotExist())
    JavaPlugin.log(x);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None