CloneSet22


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
71230.950executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17321
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
27328
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
37335
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
47349
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
57356
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
67363
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
77376
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
87383
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
97390
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
107397
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
117404
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
127411
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
7
Source Line
321
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, "seven", "3");
  fail("2 shouldn\'t be equals to three");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
328
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, "eight", "3");
  fail("2 shouldn\'t be equals to three - as int");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
335
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, "nine", "3");
  fail("2 shouldn\'t be equals to three - as Integer");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
4
Line Count
7
Source Line
349
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, "eleven", "on");
  fail("on shouldn\'t be false");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
5
Line Count
7
Source Line
356
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, "twelve", "on");
  fail("on shouldn\'t be false");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
6
Line Count
7
Source Line
363
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, "thirteen", "org.apache.tools.ant.ProjectHelper");
  fail("org.apache.tools.ant.Project shouldn\'t be equal to org.apache.tools.ant.ProjectHelper");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
7
Line Count
7
Source Line
376
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, "fourteen", "on");
  fail("2 shouldn\'t be equals to three - as StringBuffer");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
8
Line Count
7
Source Line
383
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, "fifteen", "on");
  fail("o shouldn\'t be equal to a");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
9
Line Count
7
Source Line
390
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, "sixteen", "on");
  fail("o shouldn\'t be equal to a");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
10
Line Count
7
Source Line
397
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, "seventeen", "3");
  fail("17 shouldn\'t be equals to three");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
11
Line Count
7
Source Line
404
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, "eightteen", "3");
  fail("18 shouldn\'t be equals to three");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


First
Previous
Clone Instance
12
Line Count
7
Source Line
411
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, "nineteen", "3");
  fail("19 shouldn\'t be equals to three");
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Clone AbstractionParameter Count: 3Parameter Bindings

try {
  ih.setAttribute(p, this,  [[#variable1118d7a0]],  [[#variablefa16320]]);
  fail( [[#variablefa16300]]);
}
catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1118d7a0]]
"seven" 
12[[#1118d7a0]]
"eight" 
13[[#1118d7a0]]
"nine" 
14[[#1118d7a0]]
"eleven" 
15[[#1118d7a0]]
"twelve" 
16[[#1118d7a0]]
"thirteen" 
17[[#1118d7a0]]
"fourteen" 
18[[#1118d7a0]]
"fifteen" 
19[[#1118d7a0]]
"sixteen" 
110[[#1118d7a0]]
"seventeen" 
111[[#1118d7a0]]
"eightteen" 
112[[#1118d7a0]]
"nineteen" 
21[[#fa16320]]
"3" 
22[[#fa16320]]
"3" 
23[[#fa16320]]
"3" 
24[[#fa16320]]
"on" 
25[[#fa16320]]
"on" 
26[[#fa16320]]
"org.apache.tools.ant.ProjectHelper" 
27[[#fa16320]]
"on" 
28[[#fa16320]]
"on" 
29[[#fa16320]]
"on" 
210[[#fa16320]]
"3" 
211[[#fa16320]]
"3" 
212[[#fa16320]]
"3" 
31[[#fa16300]]
"2 shouldn\'t be equals to three" 
32[[#fa16300]]
"2 shouldn\'t be equals to three - as int" 
33[[#fa16300]]
"2 shouldn\'t be equals to three - as Integer" 
34[[#fa16300]]
"on shouldn\'t be false" 
35[[#fa16300]]
"on shouldn\'t be false" 
36[[#fa16300]]
"org.apache.tools.ant.Project shouldn\'t be equal to org.apache.tools.ant.ProjectHelper" 
37[[#fa16300]]
"2 shouldn\'t be equals to three - as StringBuffer" 
38[[#fa16300]]
"o shouldn\'t be equal to a" 
39[[#fa16300]]
"o shouldn\'t be equal to a" 
310[[#fa16300]]
"17 shouldn\'t be equals to three" 
311[[#fa16300]]
"18 shouldn\'t be equals to three" 
312[[#fa16300]]
"19 shouldn\'t be equals to three"