if ((p = getProject().getProperty("ant.netrexxc.binary")) != null) { this.binary = Project.toBoolean(p); } // classpath makes no sense if ((p = getProject().getProperty("ant.netrexxc.comments")) != null) { this.comments = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.compact")) != null) { this.compact = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.compile")) != null) { this.compile = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.console")) != null) { this.console = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null) { this.crossref = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null) { this.decimal = Project.toBoolean(p); // destDir } if ((p = getProject().getProperty("ant.netrexxc.diag")) != null) { this.diag = Project.toBoolean(p); }
if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null) { this.strictargs = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null) { this.strictassign = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null) { this.strictcase = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null) { this.strictimport = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null) { this.strictprops = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null) { this.strictsignal = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null) { this.symbols = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.time")) != null) { this.time = Project.toBoolean(p); }
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
Method name: void init() Method name: void init()
Number of AST nodes: 16 Number of AST nodes: 16
1
if ((p = getProject().getProperty("ant.netrexxc.binary")) != null) {
1
if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null) {
2
            this.binary = Project.toBoolean(p);
2
            this.strictargs = Project.toBoolean(p);
3
        }
3
        }
4
        // classpath makes no sense
5
        if ((p = getProject().getProperty("ant.netrexxc.comments")) != null) {
4
        if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null) {
6
            this.comments = Project.toBoolean(p);
5
            this.strictassign = Project.toBoolean(p);
7
        }
6
        }
8
        if ((p = getProject().getProperty("ant.netrexxc.compact")) != null) {
7
        if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null) {
9
            this.compact = Project.toBoolean(p);
8
            this.strictcase = Project.toBoolean(p);
10
        }
9
        }
11
        if ((p = getProject().getProperty("ant.netrexxc.compile")) != null) {
10
        if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null) {
12
            this.compile = Project.toBoolean(p);
11
            this.strictimport = Project.toBoolean(p);
13
        }
12
        }
14
        if ((p = getProject().getProperty("ant.netrexxc.console")) != null) {
13
        if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null) {
15
            this.console = Project.toBoolean(p);
14
            this.strictprops = Project.toBoolean(p);
16
        }
15
        }
17
        if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null) {
16
        if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null) {
18
            this.crossref = Project.toBoolean(p);
17
            this.strictsignal = Project.toBoolean(p);
19
        }
18
        }
20
        if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null) {
19
        if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null) {
21
            this.decimal = Project.toBoolean(p);
20
            this.symbols = Project.toBoolean(p);
22
            // destDir
23
        }
21
        }
24
        if ((p = getProject().getProperty("ant.netrexxc.diag")) != null) {
22
        if ((p = getProject().getProperty("ant.netrexxc.time")) != null) {
25
            this.diag = Project.toBoolean(p);
23
            this.time = Project.toBoolean(p);
26
        }
24
        }
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)14.5
Clones locationClones are in the same method
Number of node comparisons172
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements16
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)5.6
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    2
    if ((p = getProject().getProperty("ant.netrexxc.binary")) != null)
    2
    if ((p = getProject().getProperty("ant.netrexxc.binary")) != null)
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.binary""ant.netrexxc.strictargs"LITERAL_VALUE_MISMATCH
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    3
    this.binary = Project.toBoolean(p);
    3
    this.binary = Project.toBoolean(p);
    33
    this.strictargs = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    binarystrictargsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.binary is a field being modified, and thus it cannot be parameterized
    Expression this.strictargs is a field being modified, and thus it cannot be parameterized
    33
    this.strictargs = Project.toBoolean(p);
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.comments""ant.netrexxc.strictassign"LITERAL_VALUE_MISMATCH
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    5
    this.comments = Project.toBoolean(p);
    5
    this.comments = Project.toBoolean(p);
    35
    this.strictassign = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    commentsstrictassignVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.comments is a field being modified, and thus it cannot be parameterized
    Expression this.strictassign is a field being modified, and thus it cannot be parameterized
    35
    this.strictassign = Project.toBoolean(p);
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.compact""ant.netrexxc.strictcase"LITERAL_VALUE_MISMATCH
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    7
    this.compact = Project.toBoolean(p);
    7
    this.compact = Project.toBoolean(p);
    37
    this.strictcase = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    compactstrictcaseVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.compact is a field being modified, and thus it cannot be parameterized
    Expression this.strictcase is a field being modified, and thus it cannot be parameterized
    37
    this.strictcase = Project.toBoolean(p);
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.compile""ant.netrexxc.strictimport"LITERAL_VALUE_MISMATCH
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    9
    this.compile = Project.toBoolean(p);
    9
    this.compile = Project.toBoolean(p);
    39
    this.strictimport = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    compilestrictimportVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.compile is a field being modified, and thus it cannot be parameterized
    Expression this.strictimport is a field being modified, and thus it cannot be parameterized
    39
    this.strictimport = Project.toBoolean(p);
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.console""ant.netrexxc.strictprops"LITERAL_VALUE_MISMATCH
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    11
    this.console = Project.toBoolean(p);
    11
    this.console = Project.toBoolean(p);
    41
    this.strictprops = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    consolestrictpropsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.console is a field being modified, and thus it cannot be parameterized
    Expression this.strictprops is a field being modified, and thus it cannot be parameterized
    41
    this.strictprops = Project.toBoolean(p);
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.crossref""ant.netrexxc.strictsignal"LITERAL_VALUE_MISMATCH
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    13
    this.crossref = Project.toBoolean(p);
    13
    this.crossref = Project.toBoolean(p);
    43
    this.strictsignal = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    crossrefstrictsignalVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.crossref is a field being modified, and thus it cannot be parameterized
    Expression this.strictsignal is a field being modified, and thus it cannot be parameterized
    43
    this.strictsignal = Project.toBoolean(p);
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.decimal""ant.netrexxc.symbols"LITERAL_VALUE_MISMATCH
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    15
    this.decimal = Project.toBoolean(p);
    15
    this.decimal = Project.toBoolean(p);
    45
    this.symbols = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    decimalsymbolsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.decimal is a field being modified, and thus it cannot be parameterized
    Expression this.symbols is a field being modified, and thus it cannot be parameterized
    45
    this.symbols = Project.toBoolean(p);
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    46
    if ((p = getProject().getProperty("ant.netrexxc.time")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.diag""ant.netrexxc.time"LITERAL_VALUE_MISMATCH
    46
    if ((p = getProject().getProperty("ant.netrexxc.time")) != null)
    17
    this.diag = Project.toBoolean(p);
    17
    this.diag = Project.toBoolean(p);
    47
    this.time = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    diagtimeVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.diag is a field being modified, and thus it cannot be parameterized
    Expression this.time is a field being modified, and thus it cannot be parameterized
    47
    this.time = Project.toBoolean(p);
    Precondition Violations (16)
    Row Violation
    1Expression this.binary is a field being modified, and thus it cannot be parameterized
    2Expression this.strictargs is a field being modified, and thus it cannot be parameterized
    3Expression this.comments is a field being modified, and thus it cannot be parameterized
    4Expression this.strictassign is a field being modified, and thus it cannot be parameterized
    5Expression this.compact is a field being modified, and thus it cannot be parameterized
    6Expression this.strictcase is a field being modified, and thus it cannot be parameterized
    7Expression this.compile is a field being modified, and thus it cannot be parameterized
    8Expression this.strictimport is a field being modified, and thus it cannot be parameterized
    9Expression this.console is a field being modified, and thus it cannot be parameterized
    10Expression this.strictprops is a field being modified, and thus it cannot be parameterized
    11Expression this.crossref is a field being modified, and thus it cannot be parameterized
    12Expression this.strictsignal is a field being modified, and thus it cannot be parameterized
    13Expression this.decimal is a field being modified, and thus it cannot be parameterized
    14Expression this.symbols is a field being modified, and thus it cannot be parameterized
    15Expression this.diag is a field being modified, and thus it cannot be parameterized
    16Expression this.time is a field being modified, and thus it cannot be parameterized