CloneSet8685


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16514
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java
26595
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java
Clone Instance
1
Line Count
6
Source Line
514
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java

                          catch (DebugException d) {
                                evaluationAborted();
                                throw d;
                          }
                          catch (CoreException e) {
                                evaluationAborted();
                                throw new DebugException(e.getStatus());
                          }


Clone Instance
2
Line Count
6
Source Line
595
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java

                          catch (DebugException d) {
                                evaluationAborted();
                                throw d;
                          }
                          catch (CoreException e) {
                                evaluationAborted();
                                throw new DebugException(e.getStatus());
                          }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (DebugException d) {
  evaluationAborted();
  throw d;
}
catch (CoreException e) {
  evaluationAborted();
  throw new DebugException(e.getStatus());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None