JMSSampler sampler = (JMSSampler) element; this.configureTestElement(sampler); transfer(sampler);
super.configure(el); ParamModifier model = (ParamModifier) el; updateGui(model);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/jms/control/gui/JMSConfigGui.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/modifier/gui/ParamModifierGui.java
Method name: void modifyTestElement(TestElement) Method name: void configure(TestElement)
Number of AST nodes: 3 Number of AST nodes: 3
1
JMSSampler sampler = (JMSSampler) element;
2
		this.configureTestElement(sampler);
3
		transfer(sampler
1
super.configure(el);
2
		ParamModifier model = (ParamModifier) el;
4
);
3
		updateGui(model);
Summary
Number of common nesting structure subtrees1
Number of refactorable cases0
Number of non-refactorable cases1
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes having the same super class
Number of node comparisons9
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements3
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    1
    JMSSampler sampler = (JMSSampler)element;
    1
    JMSSampler sampler = (JMSSampler)element;
    2
    ParamModifier model = (ParamModifier)el;
    Differences
    Expression1Expression2Difference
    org.apache.jmeter.protocol.jms.sampler.JMSSamplerorg.apache.jmeter.protocol.http.modifier.ParamModifierSUBCLASS_TYPE_MISMATCH
    samplermodelVARIABLE_NAME_MISMATCH
    org.apache.jmeter.protocol.jms.sampler.JMSSamplerorg.apache.jmeter.protocol.http.modifier.ParamModifierSUBCLASS_TYPE_MISMATCH
    org.apache.jmeter.protocol.jms.sampler.JMSSamplerorg.apache.jmeter.protocol.http.modifier.ParamModifierSUBCLASS_TYPE_MISMATCH
    elementelVARIABLE_NAME_MISMATCH
    2
    ParamModifier model = (ParamModifier)el;
    2
    this.configureTestElement(sampler);
    2
    this.configureTestElement(sampler);
    1
    super.configure(el);
    Differences
    Expression1Expression2Difference
    this.configureTestElement(sampler)super.configure(el)TYPE_COMPATIBLE_REPLACEMENT
    Preondition Violations
    Expression this.configureTestElement(sampler) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    Expression this.configureTestElement(sampler) is a void method call, and thus it cannot be parameterized
    Expression super.configure(el) is a void method call, and thus it cannot be parameterized
    1
    super.configure(el);
    3
    transfer(sampler);
    3
    transfer(sampler);
    3
    updateGui(model);
    Differences
    Expression1Expression2Difference
    transferupdateGuiMETHOD_INVOCATION_NAME_MISMATCH
    samplermodelVARIABLE_NAME_MISMATCH
    org.apache.jmeter.protocol.jms.sampler.JMSSamplerorg.apache.jmeter.protocol.http.modifier.ParamModifierSUBCLASS_TYPE_MISMATCH
    Preondition Violations
    Expression transfer(sampler) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    • Inline private method transfer
    Expression updateGui(model) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    • Inline private method updateGui
    Expression transfer(sampler) is a void method call, and thus it cannot be parameterized
    Expression updateGui(model) is a void method call, and thus it cannot be parameterized
    3
    updateGui(model);
    Precondition Violations (7)
    Row Violation
    1Expression this.configureTestElement(sampler) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    2Expression this.configureTestElement(sampler) is a void method call, and thus it cannot be parameterized
    3Expression super.configure(el) is a void method call, and thus it cannot be parameterized
    4Expression transfer(sampler) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    5Expression updateGui(model) cannot be parameterized, because it has dependencies to/from statements that will be extracted
    6Expression transfer(sampler) is a void method call, and thus it cannot be parameterized
    7Expression updateGui(model) is a void method call, and thus it cannot be parameterized