CloneSet9434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.973catch_statements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13113
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java
23135
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java
Clone Instance
1
Line Count
3
Source Line
113
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java

                  catch (InvocationTargetException e) {
                        ExceptionHandler.handle(e, getDialogTitle(), ActionMessages.SelectionConverter_codeResolve_failed);
                  }
                  catch (InterruptedException e) {
                        // cancelled
                  }


Clone Instance
2
Line Count
3
Source Line
135
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java

                  catch (InvocationTargetException e) {
                        ExceptionHandler.handle(e, getDialogTitle(), RefactoringMessages.SurroundWithTryCatchAction_exception);
                  }
                  catch (InterruptedException e) {
                        // not cancelable
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (InvocationTargetException e) {
  ExceptionHandler.handle(e, getDialogTitle(),  [[#variablea11f5c40]]. [[#variable55753c40]]);
}
catch (InterruptedException e) {
// cancelled
// not cancelable
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a11f5c40]]
ActionMessages 
12[[#a11f5c40]]
RefactoringMessages 
21[[#55753c40]]
SelectionConverter_codeResolve_failed 
22[[#55753c40]]
SurroundWithTryCatchAction_exception