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()); } public void testStatVisualizer() throws Exception{ assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors()); } public void testArgumentsPanel() throws Exception{ assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors()); } public void testHTTPArgumentsPanel() throws Exception{ assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());
void testTableVisualizer() throws Exception{ assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors()); } public void testStatGraphVisualizer() throws Exception{ assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors()); } public void testStatVisualizer() throws Exception{ assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors()); } public 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{
2
		assertTrue("SummaryReport Functor",SummaryReport.testFunctors());
3
	}
4
    
5
	public void testTableVisualizer() throws Exception{
1
void testTableVisualizer() throws Exception{
6
		assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors());
2
		assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors());
7
	}
3
	}
8
    
4
    
9
	public void testStatGraphVisualizer() throws Exception{
5
	public void testStatGraphVisualizer() throws Exception{
10
		assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());
6
		assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());
11
	}
7
	}
12
    
8
    
13
	public void testStatVisualizer() throws Exception{
9
	public void testStatVisualizer() throws Exception{
14
		assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());
10
		assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());
15
	}
11
	}
16
    
12
    
17
	public void testArgumentsPanel() throws Exception{
13
	public void testArgumentsPanel() throws Exception{
18
		assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());
14
		assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());
19
	}
15
	}
20
    
16
    
21
	public void testHTTPArgumentsPanel() throws Exception{
17
	public void testHTTPArgumentsPanel() throws Exception{
22
		assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());
18
		assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());
23
	
19
	}
20
    
21
	public void testLDAPArgumentsPanel() throws Exception{
22
		assertTrue("LDAPArgumentsPanel Functor",LDAPArgumentsPanel.testFunctors());
23
	
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0