Log.log(Log.ERROR,this,name + " has an invalid" + " dependency: " + dep); ok = false; continue;
Log.log(Log.ERROR,this,name + " has an invalid dependency: " + dep + " (version is missing)"); ok = false; continue;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java
Method name: boolean checkDependencies() Method name: boolean checkDependencies()
Number of AST nodes: 3 Number of AST nodes: 3
1
Log.log(Log.ERROR,this,name 
1
Log.log(Log.ERROR,this,name 
2
+ " has an invalid"
2
						+ " has an invalid
3
					+ " dependency: " + dep
3
 dependency: "
4
);
4
						+ dep + " (version is missing)");
5
				ok = false;
5
					ok = false;
6
				continue;
6
					continue;
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 the same method
Number of node comparisons10
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements3
    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.0
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    14
    Log.log(Log.ERROR, this, name + " has an invalid" + " dependency: " + dep);
    14
    Log.log(Log.ERROR, this, name + " has an invalid" + " dependency: " + dep);
    36
    Log.log(Log.ERROR, this, name + " has an invalid dependency: " + dep + " (version is missing)");
    Differences
    Expression1Expression2Difference
    " dependency: "depTYPE_COMPATIBLE_REPLACEMENT
    dep" (version is missing)"TYPE_COMPATIBLE_REPLACEMENT
    " has an invalid"" has an invalid dependency: "LITERAL_VALUE_MISMATCH
    36
    Log.log(Log.ERROR, this, name + " has an invalid dependency: " + dep + " (version is missing)");
    15
    ok = false;
    37
    ok = false;
    16
    continue;
    16
    continue;
    38
    continue;
    Preondition Violations
    Statement continue; without innermost loop
    Statement continue; without innermost loop
    38
    continue;
    Precondition Violations (2)
    Row Violation
    1Statement continue; without innermost loop
    2Statement continue; without innermost loop