CloneSet996


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17107
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/AbstractFileSet.java
2790
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Files.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
107
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/AbstractFileSet.java

if ( !additionalPatterns.isEmpty()) {
  throw noChildrenAllowed();
}
if ( !selectors.isEmpty()) {
  throw noChildrenAllowed();
}
super.setRefid(r);


First
Previous
Clone Instance
2
Line Count
7
Source Line
90
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Files.java

if ( !additionalPatterns.isEmpty()) {
  throw noChildrenAllowed();
}
if ( !selectors.isEmpty()) {
  throw noChildrenAllowed();
}
super.setRefid(r);


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !additionalPatterns.isEmpty()) {
  throw noChildrenAllowed();
}
if ( !selectors.isEmpty()) {
  throw noChildrenAllowed();
}
super.setRefid(r);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None