tableLabel = new JLabel(label); standalone = false; init();
super(); isDynamic = true; hasFunction = false;
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/config/gui/ArgumentsPanel.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/engine/util/CompoundVariable.java
Method name: void ArgumentsPanel(String) Method name: void CompoundVariable()
Number of AST nodes: 3 Number of AST nodes: 3
1
tableLabel = new JLabel(label);
2
		standal
1
super();
2
		isDynamic = true;
3
one = false;
3
		hasFunction = false;
4
		init();
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
Number of node comparisons7
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements1
    Number of unmapped statements in the first code fragment2
    Number of unmapped statements in the second code fragment2
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
                          
    1
    super();
    1
    tableLabel = new JLabel(label);
                                                                    
                                        
    2
    isDynamic = true;
    2
    standalone = false;
    2
    standalone = false;
    3
    hasFunction = false;
    Differences
    Expression1Expression2Difference
    standalonehasFunctionVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression standalone is a field being modified, and thus it cannot be parameterized
    Expression hasFunction is a field being modified, and thus it cannot be parameterized
    3
    hasFunction = false;
    3
    init();
                        
    Precondition Violations (2)
    Row Violation
    1Expression standalone is a field being modified, and thus it cannot be parameterized
    2Expression hasFunction is a field being modified, and thus it cannot be parameterized