void testConditionConditionTask() {
expectBuildExceptionContaining(
"condition.condition.task", "task masking condition",
"doesn't support the nested");
}
public void testAddConfigured() {
expectLogContaining(
"myaddconfigured", "value is Value Setexecute: value is Value Set");
}
public void testAddConfiguredValue() {
expectLogContaining(
"myaddconfiguredvalue",
"value is Value Setexecute: value is Value Set");
void testExcluded() {
expectBuildExceptionContaining(
"excluded", "excluded uri",
"Attempt to use a reserved URI ant:notallowed");
}
public void testOther() {
expectLog("other", "a message");
}
public void testNsAttributes() {
expectLog("ns.attributes", "hello world");
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AddTypeTest.java
|
|
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/XmlnsTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void testConditionConditionTask() {↵ | | 1 | void testExcluded() {↵
|
2 | expectBuildExceptionContaining(↵ | | 2 | expectBuildExceptionContaining(↵
|
3 | "condition.condition.task", "task masking condition",↵ | | 3 | "↵
|
4 | "doesn't support the nest↵ | | 4 | excluded", "excluded uri",↵
|
5 | ed");↵ | | 5 | "Attempt to use a reserved URI ant:notallowed");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testAddConfigured() {↵ | | 7 | public void testOther() {↵
|
8 | expectLogContaining(↵ | | 8 | expectLog↵
|
9 | "myaddconfigured", "value is Value Setexecute: value is Value Set");↵ | | 9 | ("other", "a message");↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public void testAddConfiguredValue() {↵ | | 11 | public void testNsAttributes() {↵
|
12 | expectLogContaining(↵ | | 12 | expectLog↵
|
13 | "myaddconfiguredvalue",↵ | | |
|
14 | "value is Value Setexecute: value is Value Set");↵ | | 13 | ("ns.attributes", "hello world");↵
|
15 | | | 14 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |