CloneSet1860


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000catch_statements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16429
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java
26669
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java
36798
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
46896
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
Clone Instance
1
Line Count
6
Source Line
429
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java

                  catch (Error e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }
                  catch (RuntimeException e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }


Clone Instance
2
Line Count
6
Source Line
669
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java

                  catch (Error e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }
                  catch (RuntimeException e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }


Clone Instance
3
Line Count
6
Source Line
798
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                  catch (Error e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }
                  catch (RuntimeException e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }


Clone Instance
4
Line Count
6
Source Line
896
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                  catch (Error e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }
                  catch (RuntimeException e) {
                        this.handleInternalException(e, unit, null);
                        throw e; // rethrow
                  }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (Error e) {
  this.handleInternalException(e, unit, null);
  throw e; // rethrow
}
catch (RuntimeException e) {
  this.handleInternalException(e, unit, null);
  throw e; // rethrow
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None