if (!t.getBaseType().equals(BASETYPE.FLOAT)) { throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Float"); }
if (!t.getBaseType().equals(BASETYPE.INTEGER)) { throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Integer"); }
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java File path: /columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
Method name: void setFloat(String, String, float) Method name: int getInteger(String, String)
Number of AST nodes: 2 Number of AST nodes: 2
1
if (!t.getBaseType().equals(BASETYPE.FLOAT)) {
1
if (!t.getBaseType().equals(BASETYPE.INTEGER)) {
2
			throw new IllegalArgumentException("attribute <" + theName + ","
2
			throw new IllegalArgumentException("attribute <" + theName + ","
3
					+ theNamespace + "> is not of type Float");
3
					+ theNamespace + "> is not of type Integer");
4
		}
4
		}
Summary
Number of common nesting structure subtrees1
Number of refactorable cases1
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.9
Clones locationClones are declared in the same class
Number of node comparisons4
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements2
    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.8
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    2
    if (!t.getBaseType().equals(BASETYPE.FLOAT))
    2
    if (!t.getBaseType().equals(BASETYPE.FLOAT))
    2
    if (!t.getBaseType().equals(BASETYPE.INTEGER))
    Differences
    Expression1Expression2Difference
    FLOATINTEGERVARIABLE_NAME_MISMATCH
    2
    if (!t.getBaseType().equals(BASETYPE.INTEGER))
    3
    throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Float");
    3
    throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Float");
    3
    throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Integer");
    Differences
    Expression1Expression2Difference
    "> is not of type Float""> is not of type Integer"LITERAL_VALUE_MISMATCH
    3
    throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Integer");
    Precondition Violations (0)
    Row Violation