void testSummaryReport() throws Exception{
assertTrue("SummaryReport Functor",SummaryReport.testFunctors());
}
public void testTableVisualizer() throws Exception{
assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors());
}
public void testStatGraphVisualizer() throws Exception{
assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());
}
void testArgumentsPanel() throws Exception{
assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());
}
public void testHTTPArgumentsPanel() throws Exception{
assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());
}
public void testLDAPArgumentsPanel() throws Exception{
assertTrue("LDAPArgumentsPanel Functor",LDAPArgumentsPanel.testFunctors());
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/test/src/org/apache/jorphan/TestFunctorUsers.java
|
|
File path: /jakarta-jmeter-2.3.2/test/src/org/apache/jorphan/TestFunctorUsers.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void testSummaryReport() throws Exception{↵ | | 1 | void testArgumentsPanel() throws Exception{↵
|
2 | assertTrue("SummaryReport Functor",SummaryReport.testFunctors());↵ | | 2 | assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());↵
|
3 | }↵ | | 3 | }↵
|
4 | ↵ | | 4 | ↵
|
5 | public void testTableVisualizer() throws Exception{↵ | | 5 | public void testHTTPArgumentsPanel() throws Exception{↵
|
6 | assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors());↵ | | 6 | assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());↵
|
7 | }↵ | | 7 | }↵
|
8 | ↵ | | 8 | ↵
|
9 | public void testStatGraphVisualizer() throws Exception{↵ | | 9 | public void testLDAPArgumentsPanel() throws Exception{↵
|
10 | assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());↵ | | 10 | assertTrue("LDAPArgumentsPanel Functor",LDAPArgumentsPanel.testFunctors());↵
|
11 | } | | 11 | }
|
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 |