CloneSet606


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19808
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
29947
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
808
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java

log("Matching catalog entry found for publicId: \'" + matchingEntry.getPublicId() + "\' location: \'" + matchingEntry.getLocation() + "\'", Project.MSG_DEBUG);
result = filesystemLookup(matchingEntry);
if (result == null) {
  result = classpathLookup(matchingEntry);
}


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

log("Matching catalog entry found for publicId: \'" + matchingEntry.getPublicId() + "\' location: \'" + matchingEntry.getLocation() + "\'", Project.MSG_DEBUG);
result = filesystemLookup(matchingEntry);
if (result == null) {
  result = classpathLookup(matchingEntry);
}


Clone AbstractionParameter Count: 0Parameter Bindings

log("Matching catalog entry found for publicId: \'" + matchingEntry.getPublicId() + "\' location: \'" + matchingEntry.getLocation() + "\'", Project.MSG_DEBUG);
result = filesystemLookup(matchingEntry);
if (result == null) {
  result = classpathLookup(matchingEntry);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None