CloneSet6673


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.982catch_statements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14227
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java
24231
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java
Clone Instance
1
Line Count
4
Source Line
227
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java

                  catch (MalformedTreeException e) {
                        handleException(viewer, e, fRegion);
                  }
                  catch (IllegalArgumentException e) {
                        handleException(viewer, e, fRegion);
                  }


Clone Instance
2
Line Count
4
Source Line
231
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java

                  catch (BadLocationException e) {
                        handleException(viewer, e, fRegion);
                  }
                  catch (CoreException e) {
                        handleException(viewer, e, fRegion);
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable639777c0]] e) {
  handleException(viewer, e, fRegion);
}
catch ( [[#variable639777e0]] e) {
  handleException(viewer, e, fRegion);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#639777c0]]
MalformedTreeException 
12[[#639777c0]]
BadLocationException 
21[[#639777e0]]
IllegalArgumentException 
22[[#639777e0]]
CoreException