CloneSet307


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.957executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111488
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelper2.java
29310
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
488
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelper2.java

try {
  InputSource inputSource = new InputSource(new FileInputStream(file));
  inputSource.setSystemId(FILE_UTILS.toURI(file.getAbsolutePath()));
  return inputSource;
}
catch (FileNotFoundException
       fne) {
  context.getProject().log(file.getAbsolutePath() + " could not be found", Project.MSG_WARN);
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
310
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java

try {
  InputSource inputSource = new InputSource(new FileInputStream(file));
  inputSource.setSystemId(FILE_UTILS.toURI(file.getAbsolutePath()));
  return inputSource;
}
catch (FileNotFoundException
       fne) {
  helperImpl.project.log(file.getAbsolutePath() + " could not be found", Project.MSG_WARN);
}


Clone AbstractionParameter Count: 2Parameter Bindings

try {
  InputSource inputSource = new InputSource(new FileInputStream(file));
  inputSource.setSystemId(FILE_UTILS.toURI(file.getAbsolutePath()));
  return inputSource;
}
catch (FileNotFoundException
       fne) {
   [[#variable10138940]] [[#variable101388e0]].log(file.getAbsolutePath() + " could not be found", Project.MSG_WARN);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#10138940]]
context 
12[[#10138940]]
helperImpl 
21[[#101388e0]]
.getProject() 
22[[#101388e0]]
.project