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.explicit")) != null) { this.explicit = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.format")) != null) { this.format = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.keep")) != null) { this.keep = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.logo")) != null) { this.logo = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.replace")) != null) { this.replace = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null) { this.savelog = Project.toBoolean(p); // srcDir } if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null) { this.sourcedir = 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.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.explicit")) != null) { this.explicit = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.format")) != null) { this.format = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.keep")) != null) { this.keep = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.logo")) != null) { this.logo = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.replace")) != null) { this.replace = Project.toBoolean(p); } if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null) { this.savelog = Project.toBoolean(p); // srcDir } if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null) { this.sourcedir = 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: 44 Number of AST nodes: 44
1
if ((p = getProject().getProperty("ant.netrexxc.binary")) != null) {
2
            this.binary = Project.toBoolean(p);
3
        }
4
        // classpath makes no sense
5
        if ((p = getProject().getProperty("ant.netrexxc.comments")) != null) {
1
if ((p = getProject().getProperty("ant.netrexxc.comments")) != null) {
6
            this.comments = Project.toBoolean(p);
2
            this.comments = Project.toBoolean(p);
7
        }
3
        }
8
        if ((p = getProject().getProperty("ant.netrexxc.compact")) != null) {
4
        if ((p = getProject().getProperty("ant.netrexxc.compact")) != null) {
9
            this.compact = Project.toBoolean(p);
5
            this.compact = Project.toBoolean(p);
10
        }
6
        }
11
        if ((p = getProject().getProperty("ant.netrexxc.compile")) != null) {
7
        if ((p = getProject().getProperty("ant.netrexxc.compile")) != null) {
12
            this.compile = Project.toBoolean(p);
8
            this.compile = Project.toBoolean(p);
13
        }
9
        }
14
        if ((p = getProject().getProperty("ant.netrexxc.console")) != null) {
10
        if ((p = getProject().getProperty("ant.netrexxc.console")) != null) {
15
            this.console = Project.toBoolean(p);
11
            this.console = Project.toBoolean(p);
16
        }
12
        }
17
        if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null) {
13
        if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null) {
18
            this.crossref = Project.toBoolean(p);
14
            this.crossref = Project.toBoolean(p);
19
        }
15
        }
20
        if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null) {
16
        if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null) {
21
            this.decimal = Project.toBoolean(p);
17
            this.decimal = Project.toBoolean(p);
22
            // destDir
18
            // destDir
23
        }
19
        }
24
        if ((p = getProject().getProperty("ant.netrexxc.diag")) != null) {
20
        if ((p = getProject().getProperty("ant.netrexxc.diag")) != null) {
25
            this.diag = Project.toBoolean(p);
21
            this.diag = Project.toBoolean(p);
26
        }
22
        }
27
        if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null) {
23
        if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null) {
28
            this.explicit = Project.toBoolean(p);
24
            this.explicit = Project.toBoolean(p);
29
        }
25
        }
30
        if ((p = getProject().getProperty("ant.netrexxc.format")) != null) {
26
        if ((p = getProject().getProperty("ant.netrexxc.format")) != null) {
31
            this.format = Project.toBoolean(p);
27
            this.format = Project.toBoolean(p);
32
        }
28
        }
33
        if ((p = getProject().getProperty("ant.netrexxc.keep")) != null) {
29
        if ((p = getProject().getProperty("ant.netrexxc.keep")) != null) {
34
            this.keep = Project.toBoolean(p);
30
            this.keep = Project.toBoolean(p);
35
        }
31
        }
36
        if ((p = getProject().getProperty("ant.netrexxc.logo")) != null) {
32
        if ((p = getProject().getProperty("ant.netrexxc.logo")) != null) {
37
            this.logo = Project.toBoolean(p);
33
            this.logo = Project.toBoolean(p);
38
        }
34
        }
39
        if ((p = getProject().getProperty("ant.netrexxc.replace")) != null) {
35
        if ((p = getProject().getProperty("ant.netrexxc.replace")) != null) {
40
            this.replace = Project.toBoolean(p);
36
            this.replace = Project.toBoolean(p);
41
        }
37
        }
42
        if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null) {
38
        if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null) {
43
            this.savelog = Project.toBoolean(p);
39
            this.savelog = Project.toBoolean(p);
44
            // srcDir
40
            // srcDir
45
        }
41
        }
46
        if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null) {
42
        if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null) {
47
            this.sourcedir = Project.toBoolean(p);
43
            this.sourcedir = Project.toBoolean(p);
48
        }
44
        }
49
        if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null) {
45
        if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null) {
50
            this.strictargs = Project.toBoolean(p);
46
            this.strictargs = Project.toBoolean(p);
51
        }
47
        }
52
        if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null) {
48
        if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null) {
53
            this.strictassign = Project.toBoolean(p);
49
            this.strictassign = Project.toBoolean(p);
54
        }
50
        }
55
        if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null) {
51
        if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null) {
56
            this.strictcase = Project.toBoolean(p);
52
            this.strictcase = Project.toBoolean(p);
57
        }
53
        }
58
        if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null) {
54
        if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null) {
59
            this.strictimport = Project.toBoolean(p);
55
            this.strictimport = Project.toBoolean(p);
60
        }
56
        }
61
        if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null) {
57
        if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null) {
62
            this.strictprops = Project.toBoolean(p);
58
            this.strictprops = Project.toBoolean(p);
63
        }
59
        }
64
        if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null) {
60
        if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null) {
65
            this.strictsignal = Project.toBoolean(p);
61
            this.strictsignal = Project.toBoolean(p);
66
        }
62
        }
67
        if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null) {
63
        if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null) {
68
            this.symbols = Project.toBoolean(p);
64
            this.symbols = Project.toBoolean(p);
69
        }
65
        }
66
        if ((p = getProject().getProperty("ant.netrexxc.time")) != null) {
67
            this.time = Project.toBoolean(p);
68
        }
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)53.5
Clones locationClones are in the same method
Number of node comparisons1243
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements44
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)34.1
    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)
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.binary""ant.netrexxc.comments"LITERAL_VALUE_MISMATCH
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    3
    this.binary = Project.toBoolean(p);
    3
    this.binary = Project.toBoolean(p);
    5
    this.comments = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    binarycommentsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.binary is a field being modified, and thus it cannot be parameterized
    Expression this.comments is a field being modified, and thus it cannot be parameterized
    5
    this.comments = Project.toBoolean(p);
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    4
    if ((p = getProject().getProperty("ant.netrexxc.comments")) != null)
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.comments""ant.netrexxc.compact"LITERAL_VALUE_MISMATCH
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    5
    this.comments = Project.toBoolean(p);
    5
    this.comments = Project.toBoolean(p);
    7
    this.compact = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    commentscompactVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.comments is a field being modified, and thus it cannot be parameterized
    Expression this.compact is a field being modified, and thus it cannot be parameterized
    7
    this.compact = Project.toBoolean(p);
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    6
    if ((p = getProject().getProperty("ant.netrexxc.compact")) != null)
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.compact""ant.netrexxc.compile"LITERAL_VALUE_MISMATCH
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    7
    this.compact = Project.toBoolean(p);
    7
    this.compact = Project.toBoolean(p);
    9
    this.compile = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    compactcompileVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.compact is a field being modified, and thus it cannot be parameterized
    Expression this.compile is a field being modified, and thus it cannot be parameterized
    9
    this.compile = Project.toBoolean(p);
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    8
    if ((p = getProject().getProperty("ant.netrexxc.compile")) != null)
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.compile""ant.netrexxc.console"LITERAL_VALUE_MISMATCH
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    9
    this.compile = Project.toBoolean(p);
    9
    this.compile = Project.toBoolean(p);
    11
    this.console = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    compileconsoleVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.compile is a field being modified, and thus it cannot be parameterized
    Expression this.console is a field being modified, and thus it cannot be parameterized
    11
    this.console = Project.toBoolean(p);
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    10
    if ((p = getProject().getProperty("ant.netrexxc.console")) != null)
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.console""ant.netrexxc.crossref"LITERAL_VALUE_MISMATCH
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    11
    this.console = Project.toBoolean(p);
    11
    this.console = Project.toBoolean(p);
    13
    this.crossref = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    consolecrossrefVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.console is a field being modified, and thus it cannot be parameterized
    Expression this.crossref is a field being modified, and thus it cannot be parameterized
    13
    this.crossref = Project.toBoolean(p);
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    12
    if ((p = getProject().getProperty("ant.netrexxc.crossref")) != null)
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.crossref""ant.netrexxc.decimal"LITERAL_VALUE_MISMATCH
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    13
    this.crossref = Project.toBoolean(p);
    13
    this.crossref = Project.toBoolean(p);
    15
    this.decimal = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    crossrefdecimalVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.crossref is a field being modified, and thus it cannot be parameterized
    Expression this.decimal is a field being modified, and thus it cannot be parameterized
    15
    this.decimal = Project.toBoolean(p);
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    14
    if ((p = getProject().getProperty("ant.netrexxc.decimal")) != null)
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.decimal""ant.netrexxc.diag"LITERAL_VALUE_MISMATCH
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    15
    this.decimal = Project.toBoolean(p);
    15
    this.decimal = Project.toBoolean(p);
    17
    this.diag = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    decimaldiagVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.decimal is a field being modified, and thus it cannot be parameterized
    Expression this.diag is a field being modified, and thus it cannot be parameterized
    17
    this.diag = Project.toBoolean(p);
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    16
    if ((p = getProject().getProperty("ant.netrexxc.diag")) != null)
    18
    if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.diag""ant.netrexxc.explicit"LITERAL_VALUE_MISMATCH
    18
    if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null)
    17
    this.diag = Project.toBoolean(p);
    17
    this.diag = Project.toBoolean(p);
    19
    this.explicit = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    diagexplicitVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.diag is a field being modified, and thus it cannot be parameterized
    Expression this.explicit is a field being modified, and thus it cannot be parameterized
    19
    this.explicit = Project.toBoolean(p);
    18
    if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null)
    18
    if ((p = getProject().getProperty("ant.netrexxc.explicit")) != null)
    20
    if ((p = getProject().getProperty("ant.netrexxc.format")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.explicit""ant.netrexxc.format"LITERAL_VALUE_MISMATCH
    20
    if ((p = getProject().getProperty("ant.netrexxc.format")) != null)
    19
    this.explicit = Project.toBoolean(p);
    19
    this.explicit = Project.toBoolean(p);
    21
    this.format = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    explicitformatVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.explicit is a field being modified, and thus it cannot be parameterized
    Expression this.format is a field being modified, and thus it cannot be parameterized
    21
    this.format = Project.toBoolean(p);
    20
    if ((p = getProject().getProperty("ant.netrexxc.format")) != null)
    20
    if ((p = getProject().getProperty("ant.netrexxc.format")) != null)
    22
    if ((p = getProject().getProperty("ant.netrexxc.keep")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.format""ant.netrexxc.keep"LITERAL_VALUE_MISMATCH
    22
    if ((p = getProject().getProperty("ant.netrexxc.keep")) != null)
    21
    this.format = Project.toBoolean(p);
    21
    this.format = Project.toBoolean(p);
    23
    this.keep = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    formatkeepVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.format is a field being modified, and thus it cannot be parameterized
    Expression this.keep is a field being modified, and thus it cannot be parameterized
    23
    this.keep = Project.toBoolean(p);
    22
    if ((p = getProject().getProperty("ant.netrexxc.keep")) != null)
    22
    if ((p = getProject().getProperty("ant.netrexxc.keep")) != null)
    24
    if ((p = getProject().getProperty("ant.netrexxc.logo")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.keep""ant.netrexxc.logo"LITERAL_VALUE_MISMATCH
    24
    if ((p = getProject().getProperty("ant.netrexxc.logo")) != null)
    23
    this.keep = Project.toBoolean(p);
    23
    this.keep = Project.toBoolean(p);
    25
    this.logo = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    keeplogoVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.keep is a field being modified, and thus it cannot be parameterized
    Expression this.logo is a field being modified, and thus it cannot be parameterized
    25
    this.logo = Project.toBoolean(p);
    24
    if ((p = getProject().getProperty("ant.netrexxc.logo")) != null)
    24
    if ((p = getProject().getProperty("ant.netrexxc.logo")) != null)
    26
    if ((p = getProject().getProperty("ant.netrexxc.replace")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.logo""ant.netrexxc.replace"LITERAL_VALUE_MISMATCH
    26
    if ((p = getProject().getProperty("ant.netrexxc.replace")) != null)
    25
    this.logo = Project.toBoolean(p);
    25
    this.logo = Project.toBoolean(p);
    27
    this.replace = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    logoreplaceVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.logo is a field being modified, and thus it cannot be parameterized
    Expression this.replace is a field being modified, and thus it cannot be parameterized
    27
    this.replace = Project.toBoolean(p);
    26
    if ((p = getProject().getProperty("ant.netrexxc.replace")) != null)
    26
    if ((p = getProject().getProperty("ant.netrexxc.replace")) != null)
    28
    if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.replace""ant.netrexxc.savelog"LITERAL_VALUE_MISMATCH
    28
    if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null)
    27
    this.replace = Project.toBoolean(p);
    27
    this.replace = Project.toBoolean(p);
    29
    this.savelog = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    replacesavelogVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.replace is a field being modified, and thus it cannot be parameterized
    Expression this.savelog is a field being modified, and thus it cannot be parameterized
    29
    this.savelog = Project.toBoolean(p);
    28
    if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null)
    28
    if ((p = getProject().getProperty("ant.netrexxc.savelog")) != null)
    30
    if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.savelog""ant.netrexxc.sourcedir"LITERAL_VALUE_MISMATCH
    30
    if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null)
    29
    this.savelog = Project.toBoolean(p);
    29
    this.savelog = Project.toBoolean(p);
    31
    this.sourcedir = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    savelogsourcedirVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.savelog is a field being modified, and thus it cannot be parameterized
    Expression this.sourcedir is a field being modified, and thus it cannot be parameterized
    31
    this.sourcedir = Project.toBoolean(p);
    30
    if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null)
    30
    if ((p = getProject().getProperty("ant.netrexxc.sourcedir")) != null)
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.sourcedir""ant.netrexxc.strictargs"LITERAL_VALUE_MISMATCH
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    31
    this.sourcedir = Project.toBoolean(p);
    31
    this.sourcedir = Project.toBoolean(p);
    33
    this.strictargs = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    sourcedirstrictargsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.sourcedir 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);
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    32
    if ((p = getProject().getProperty("ant.netrexxc.strictargs")) != null)
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictargs""ant.netrexxc.strictassign"LITERAL_VALUE_MISMATCH
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    33
    this.strictargs = Project.toBoolean(p);
    33
    this.strictargs = Project.toBoolean(p);
    35
    this.strictassign = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictargsstrictassignVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictargs 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);
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    34
    if ((p = getProject().getProperty("ant.netrexxc.strictassign")) != null)
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictassign""ant.netrexxc.strictcase"LITERAL_VALUE_MISMATCH
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    35
    this.strictassign = Project.toBoolean(p);
    35
    this.strictassign = Project.toBoolean(p);
    37
    this.strictcase = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictassignstrictcaseVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictassign 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);
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    36
    if ((p = getProject().getProperty("ant.netrexxc.strictcase")) != null)
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictcase""ant.netrexxc.strictimport"LITERAL_VALUE_MISMATCH
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    37
    this.strictcase = Project.toBoolean(p);
    37
    this.strictcase = Project.toBoolean(p);
    39
    this.strictimport = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictcasestrictimportVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictcase 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);
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    38
    if ((p = getProject().getProperty("ant.netrexxc.strictimport")) != null)
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictimport""ant.netrexxc.strictprops"LITERAL_VALUE_MISMATCH
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    39
    this.strictimport = Project.toBoolean(p);
    39
    this.strictimport = Project.toBoolean(p);
    41
    this.strictprops = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictimportstrictpropsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictimport 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);
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    40
    if ((p = getProject().getProperty("ant.netrexxc.strictprops")) != null)
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictprops""ant.netrexxc.strictsignal"LITERAL_VALUE_MISMATCH
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    41
    this.strictprops = Project.toBoolean(p);
    41
    this.strictprops = Project.toBoolean(p);
    43
    this.strictsignal = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictpropsstrictsignalVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictprops 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);
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    42
    if ((p = getProject().getProperty("ant.netrexxc.strictsignal")) != null)
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.strictsignal""ant.netrexxc.symbols"LITERAL_VALUE_MISMATCH
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    43
    this.strictsignal = Project.toBoolean(p);
    43
    this.strictsignal = Project.toBoolean(p);
    45
    this.symbols = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    strictsignalsymbolsVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.strictsignal 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);
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    44
    if ((p = getProject().getProperty("ant.netrexxc.symbols")) != null)
    46
    if ((p = getProject().getProperty("ant.netrexxc.time")) != null)
    Differences
    Expression1Expression2Difference
    "ant.netrexxc.symbols""ant.netrexxc.time"LITERAL_VALUE_MISMATCH
    46
    if ((p = getProject().getProperty("ant.netrexxc.time")) != null)
    45
    this.symbols = Project.toBoolean(p);
    45
    this.symbols = Project.toBoolean(p);
    47
    this.time = Project.toBoolean(p);
    Differences
    Expression1Expression2Difference
    symbolstimeVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.symbols 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 (44)
    Row Violation
    1Expression this.binary is a field being modified, and thus it cannot be parameterized
    2Expression this.comments 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.compact 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.compile 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.console 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.crossref 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.decimal 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.diag 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.explicit is a field being modified, and thus it cannot be parameterized
    17Expression this.explicit is a field being modified, and thus it cannot be parameterized
    18Expression this.format is a field being modified, and thus it cannot be parameterized
    19Expression this.format is a field being modified, and thus it cannot be parameterized
    20Expression this.keep is a field being modified, and thus it cannot be parameterized
    21Expression this.keep is a field being modified, and thus it cannot be parameterized
    22Expression this.logo is a field being modified, and thus it cannot be parameterized
    23Expression this.logo is a field being modified, and thus it cannot be parameterized
    24Expression this.replace is a field being modified, and thus it cannot be parameterized
    25Expression this.replace is a field being modified, and thus it cannot be parameterized
    26Expression this.savelog is a field being modified, and thus it cannot be parameterized
    27Expression this.savelog is a field being modified, and thus it cannot be parameterized
    28Expression this.sourcedir is a field being modified, and thus it cannot be parameterized
    29Expression this.sourcedir is a field being modified, and thus it cannot be parameterized
    30Expression this.strictargs is a field being modified, and thus it cannot be parameterized
    31Expression this.strictargs is a field being modified, and thus it cannot be parameterized
    32Expression this.strictassign is a field being modified, and thus it cannot be parameterized
    33Expression this.strictassign is a field being modified, and thus it cannot be parameterized
    34Expression this.strictcase is a field being modified, and thus it cannot be parameterized
    35Expression this.strictcase is a field being modified, and thus it cannot be parameterized
    36Expression this.strictimport is a field being modified, and thus it cannot be parameterized
    37Expression this.strictimport is a field being modified, and thus it cannot be parameterized
    38Expression this.strictprops is a field being modified, and thus it cannot be parameterized
    39Expression this.strictprops is a field being modified, and thus it cannot be parameterized
    40Expression this.strictsignal is a field being modified, and thus it cannot be parameterized
    41Expression this.strictsignal is a field being modified, and thus it cannot be parameterized
    42Expression this.symbols is a field being modified, and thus it cannot be parameterized
    43Expression this.symbols is a field being modified, and thus it cannot be parameterized
    44Expression this.time is a field being modified, and thus it cannot be parameterized