CloneSet7432


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.980catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14381
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.java
24270
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java
Clone Instance
1
Line Count
4
Source Line
381
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.java

          catch (IOException e) {
                throw new JavaModelException(e, IJavaModelStatusConstants.IO_EXCEPTION);
          }
          catch (CoreException e) {
                throw new JavaModelException(e);
          }


Clone Instance
2
Line Count
4
Source Line
270
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java

          catch (IllegalArgumentException e) {
                throw new JavaModelException(e, IJavaModelStatusConstants.ELEMENT_DOES_NOT_EXIST); // could be thrown by ElementTree when path is not found
          }
          catch (CoreException e) {
                throw new JavaModelException(e);
          }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable58890b40]] e) {
  throw new JavaModelException(e, IJavaModelStatusConstants. [[#variable58890ba0]]); // could be thrown by ElementTree when path is not found
}
catch (CoreException e) {
  throw new JavaModelException(e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58890b40]]
IOException 
12[[#58890b40]]
IllegalArgumentException 
21[[#58890ba0]]
IO_EXCEPTION 
22[[#58890ba0]]
ELEMENT_DOES_NOT_EXIST