CloneSet132


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10520.966executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110138
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java
210147
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java
310156
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java
410165
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java
510174
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
138
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java

try {
  f.createInclude();
  fail("Can add nested include in " + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}


Next
Previous
Clone Instance
2
Line Count
10
Source Line
147
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java

try {
  f.createExclude();
  fail("Can add nested exclude in " + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}


Next
Previous
Clone Instance
3
Line Count
10
Source Line
156
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java

try {
  f.createIncludesFile();
  fail("Can add nested includesfile in " + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}


Next
Previous
Clone Instance
4
Line Count
10
Source Line
165
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java

try {
  f.createExcludesFile();
  fail("Can add nested excludesfile in " + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}


First
Previous
Clone Instance
5
Line Count
10
Source Line
174
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AbstractFileSetTest.java

try {
  f.createPatternSet();
  fail("Can add nested patternset in " + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}


Clone AbstractionParameter Count: 2Parameter Bindings

try {
  f. [[#variablefe45220]]();
  fail( [[#variablefe45120]] + f.getDataTypeName() + " that is a reference.");
}
catch (BuildException
       be) {
  assertEquals("You must not specify nested elements when using " + "refid", be.getMessage());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fe45220]]
createInclude 
12[[#fe45220]]
createExclude 
13[[#fe45220]]
createIncludesFile 
14[[#fe45220]]
createExcludesFile 
15[[#fe45220]]
createPatternSet 
21[[#fe45120]]
"Can add nested include in " 
22[[#fe45120]]
"Can add nested exclude in " 
23[[#fe45120]]
"Can add nested includesfile in " 
24[[#fe45120]]
"Can add nested excludesfile in " 
25[[#fe45120]]
"Can add nested patternset in "