CloneSet3525


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.989catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14234
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java
24238
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java
Clone Instance
1
Line Count
4
Source Line
234
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java

                  catch (IOException e) {
                        String errorMessage = Messages.bind(Messages.CaughtException, "IOException", e.getLocalizedMessage()); //$NON-NLS-1$
                        Util.log(e, errorMessage);
                        System.err.println(Messages.bind(Messages.ExceptionSkip, errorMessage));
                  }


Clone Instance
2
Line Count
4
Source Line
238
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java

                  catch (BadLocationException e) {
                        String errorMessage = Messages.bind(Messages.CaughtException, "BadLocationException", e.getLocalizedMessage()); //$NON-NLS-1$
                        Util.log(e, errorMessage);
                        System.err.println(Messages.bind(Messages.ExceptionSkip, errorMessage));
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable9c664f80]] e) {
  String errorMessage = Messages.bind(Messages.CaughtException,  [[#variable9c665080]], e.getLocalizedMessage()); //$NON-NLS-1$
  Util.log(e, errorMessage);
  System.err.println(Messages.bind(Messages.ExceptionSkip, errorMessage));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c664f80]]
IOException 
12[[#9c664f80]]
BadLocationException 
21[[#9c665080]]
"IOException" 
22[[#9c665080]]
"BadLocationException"