Option option = new Option(); option.setDataVersion(version); setInvocationOption(cache, option);
Properties properties = new Properties(); properties.load( getConfigStream(path) ); return properties;
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/cache-jbosscache2/src/main/java/org/hibernate/cache/jbc2/util/CacheHelper.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/util/ConfigHelper.java
Method name: void setDataVersionOption(Cache, DataVersion) Method name: Properties getConfigProperties(String)
Number of AST nodes: 3 Number of AST nodes: 3
1
Option option = new Option();
2
        option.setDataVersion(version);
3
        setInvocationOption(cache, option)
1
Properties properties = new Properties();
2
			properties.load( getConfigStream(path) );
4
;
3
			return properties;
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 comparisons9
  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 3
    Mapped Statements
    ID Statement ID Statement
    1
    Option option = new Option();
                                                                
    2
    option.setDataVersion(version);
                                                                        
    3
    setInvocationOption(cache, option);
    3
    setInvocationOption(cache, option);
    3
    properties.load(getConfigStream(path));
    Differences
    Expression1Expression2Difference
    setInvocationOptionloadMETHOD_INVOCATION_NAME_MISMATCH
    setInvocationOption(cache,option)properties.load(getConfigStream(path))ARGUMENT_NUMBER_MISMATCH
    propertiesMISSING_METHOD_INVOCATION_EXPRESSION
    Preondition Violations
    Expression setInvocationOption(cache,option) is a void method call, and thus it cannot be parameterized
    Expression properties.load(getConfigStream(path)) is a void method call, and thus it cannot be parameterized
    Expression setInvocationOption(cache,option) is a void method call, and thus it cannot be parameterized
    Expression properties.load(getConfigStream(path)) is a void method call, and thus it cannot be parameterized
    3
    properties.load(getConfigStream(path));
    Precondition Violations (4)
    Row Violation
    1Expression setInvocationOption(cache,option) is a void method call, and thus it cannot be parameterized
    2Expression properties.load(getConfigStream(path)) is a void method call, and thus it cannot be parameterized
    3Expression setInvocationOption(cache,option) is a void method call, and thus it cannot be parameterized
    4Expression properties.load(getConfigStream(path)) is a void method call, and thus it cannot be parameterized