CloneSet178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6620.952executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16290
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
26295
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
36300
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
46305
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
56310
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
66315
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
290
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "one", "test");
  fail("setOne doesn\'t exist");
}
catch (BuildException
       be) {
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
295
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "two", "test");
  fail("setTwo returns non void");
}
catch (BuildException
       be) {
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
300
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "three", "test");
  fail("setThree takes no args");
}
catch (BuildException
       be) {
}


Next
Previous
Clone Instance
4
Line Count
6
Source Line
305
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "four", "test");
  fail("setFour takes two args");
}
catch (BuildException
       be) {
}


Next
Previous
Clone Instance
5
Line Count
6
Source Line
310
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "five", "test");
  fail("setFive takes array arg");
}
catch (BuildException
       be) {
}


First
Previous
Clone Instance
6
Line Count
6
Source Line
315
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

try {
  ih.setAttribute(p, this, "six", "test");
  fail("Project doesn\'t have a String constructor");
}
catch (BuildException
       be) {
}


Clone AbstractionParameter Count: 2Parameter Bindings

try {
  ih.setAttribute(p, this,  [[#variablefe8be60]], "test");
  fail( [[#variablefe8be00]]);
}
catch (BuildException
       be) {
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fe8be60]]
"one" 
12[[#fe8be60]]
"two" 
13[[#fe8be60]]
"three" 
14[[#fe8be60]]
"four" 
15[[#fe8be60]]
"five" 
16[[#fe8be60]]
"six" 
21[[#fe8be00]]
"setOne doesn\'t exist" 
22[[#fe8be00]]
"setTwo returns non void" 
23[[#fe8be00]]
"setThree takes no args" 
24[[#fe8be00]]
"setFour takes two args" 
25[[#fe8be00]]
"setFive takes array arg" 
26[[#fe8be00]]
"Project doesn\'t have a String constructor"