CloneSet1144


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41020.975catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141546
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
241551
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
341556
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
441561
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
541800
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
641805
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
741810
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
841815
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
94702
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
104707
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
Clone Instance
1
Line Count
4
Source Line
1546
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                   catch (IndexOutOfBoundsException e) { // work-around internal failure - 1GEMF6D (added with fix of 99629)
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                   }


Clone Instance
2
Line Count
4
Source Line
1551
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (InvalidCursorLocation e) { // may eventually report a usefull error (added to fix 99629)
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
3
Line Count
4
Source Line
1556
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (AbortCompilation e) { // ignore this exception for now since it typically means we cannot find java.lang.Object (added with fix of 99629)
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
4
Line Count
4
Source Line
1561
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (CompletionNodeFound e) { // internal failure - bugs 5618 (added with fix of 99629)
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
5
Line Count
4
Source Line
1800
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (IndexOutOfBoundsException e) { // work-around internal failure - 1GEMF6D
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
6
Line Count
4
Source Line
1805
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (InvalidCursorLocation e) { // may eventually report a usefull error
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
7
Line Count
4
Source Line
1810
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (AbortCompilation e) { // ignore this exception for now since it typically means we cannot find java.lang.Object
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
8
Line Count
4
Source Line
1815
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                  catch (CompletionNodeFound e) { // internal failure - bugs 5618
                        if (DEBUG) {
                                System.out.println("Exception caught by CompletionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
9
Line Count
4
Source Line
702
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                  catch (IndexOutOfBoundsException e) { // work-around internal failure - 1GEMF6D               
                        if (DEBUG) {
                                System.out.println("Exception caught by SelectionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone Instance
10
Line Count
4
Source Line
707
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                  catch (AbortCompilation e) { // ignore this exception for now since it typically means we cannot find java.lang.Object
                        if (DEBUG) {
                                System.out.println("Exception caught by SelectionEngine:"); //$NON-NLS-1$
                                e.printStackTrace(System.out);
                        }
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable55316c60]] e) { // ignore this exception for now since it typically means we cannot find java.lang.Object // work-around internal failure - 1GEMF6D (added with fix of 99629) // may eventually report a usefull error (added to fix 99629) // internal failure - bugs 5618 (added with fix of 99629) // work-around internal failure - 1GEMF6D                // work-around internal failure - 1GEMF6D // may eventually report a usefull error // ignore this exception for now since it typically means we cannot find java.lang.Object (added with fix of 99629) // internal failure - bugs 5618
  if (DEBUG) {
    System.out.println( [[#variable55316c40]]); //$NON-NLS-1$
    e.printStackTrace(System.out);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55316c60]]
AbortCompilation 
12[[#55316c60]]
AbortCompilation 
13[[#55316c60]]
IndexOutOfBoundsException 
14[[#55316c60]]
InvalidCursorLocation 
15[[#55316c60]]
CompletionNodeFound 
16[[#55316c60]]
IndexOutOfBoundsException 
17[[#55316c60]]
IndexOutOfBoundsException 
18[[#55316c60]]
InvalidCursorLocation 
19[[#55316c60]]
AbortCompilation 
110[[#55316c60]]
CompletionNodeFound 
21[[#55316c40]]
"Exception caught by CompletionEngine:" 
22[[#55316c40]]
"Exception caught by SelectionEngine:" 
23[[#55316c40]]
"Exception caught by CompletionEngine:" 
24[[#55316c40]]
"Exception caught by CompletionEngine:" 
25[[#55316c40]]
"Exception caught by CompletionEngine:" 
26[[#55316c40]]
"Exception caught by SelectionEngine:" 
27[[#55316c40]]
"Exception caught by CompletionEngine:" 
28[[#55316c40]]
"Exception caught by CompletionEngine:" 
29[[#55316c40]]
"Exception caught by CompletionEngine:" 
210[[#55316c40]]
"Exception caught by CompletionEngine:"