CloneSet3320


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16314
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java
26359
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java
36203
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java
Clone Instance
1
Line Count
6
Source Line
314
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java

                  catch (InvalidRegistryObjectException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (CoreException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (RuntimeException x) {
                        status = createExceptionStatus(x);
                  }


Clone Instance
2
Line Count
6
Source Line
359
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java

                  catch (InvalidRegistryObjectException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (CoreException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (RuntimeException x) {
                        status = createExceptionStatus(x);
                  }


Clone Instance
3
Line Count
6
Source Line
203
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java

                  catch (InvalidRegistryObjectException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (CoreException x) {
                        status = createExceptionStatus(x);
                  }
                  catch (RuntimeException x) {
                        status = createExceptionStatus(x);
                  }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (InvalidRegistryObjectException x) {
  status = createExceptionStatus(x);
}
catch (CoreException x) {
  status = createExceptionStatus(x);
}
catch (RuntimeException x) {
  status = createExceptionStatus(x);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None