public void configure(TestElement el) { super.configure(el); SubscriberSampler sampler = (SubscriberSampler) el; useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean()); jndiICF.setText(sampler.getJNDIInitialContextFactory()); urlField.setText(sampler.getProviderUrl()); jndiConnFac.setText(sampler.getConnectionFactory()); jmsTopic.setText(sampler.getTopic()); jmsUser.setText(sampler.getUsername()); jmsPwd.setText(sampler.getPassword()); iterations.setText(sampler.getIterations()); reqAuth.setText(sampler.getUseAuth()); readResponse.setSelected(sampler.getReadResponseAsBoolean()); clientChoice.setText(sampler.getClientChoice());
public void configure(TestElement element) { super.configure(element); BarChart bc = (BarChart)element; xItems.setText(bc.getXAxis()); yItems.setText(bc.getYAxis()); xAxisLabel.setText(bc.getXLabel()); yAxisLabel.setText(bc.getYLabel()); caption.setText(bc.getCaption()); url.setText(bc.getURL());
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/report/gui/BarChartGui.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void configure(TestElement el) {
1
public void configure(TestElement el
2
		super.configure(el);
3
		SubscriberSampler sampler = (SubscriberSampler) el;
4
		useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean());
5
		jndiICF.setText(sampler.getJNDIInitialContextFactory());
6
		urlField.setText(sampler.getProviderUrl());
7
		jndiConnFac.setText(sampler.getConnectionFactory());
8
		jmsTopic
2
ement) {
3
        super.configure(element);
4
        BarChart bc = (BarChart)element;
5
        xItems.setText(bc.getXAxis());
9
.setText(sampler.getTopic());
6
        yItems.setText(
10
		jmsUser.setText(sampler.getUsername());
11
		jmsPwd
7
bc.getYAxis());
8
        xAxisLabel.setText(bc.getXLabel());
12
.setText(sampler.getPassword());
9
        yAxisLabel.setText(
13
		itera
10
bc.getYLabel());
14
tions.setText(sampler.getIterations());
11
        caption.setText(bc.getCaption());
15
		reqAuth.setText(sampler.getUseAuth());
16
		readResponse.setSelected(sampler.getReadResponseAsBoolean());
17
		clientChoice.setText(sampler.getClientChoice());
12
        url.setText(bc.getURL());
18
	
13
    
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