ConsoleProgress progress = new ConsoleProgress(); InstallThread thread = new InstallThread( installer,progress,installDir,osTasks, 0 /* XXX */,components); thread.start();
ConsoleProgress progress = new ConsoleProgress(); InstallThread thread = new InstallThread( installer,progress,installDir,osTasks, 0 /* XXX */,components); thread.start();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/installer/ConsoleInstall.java File path: /jEdit-4.2/src/installer/NonInteractiveInstall.java
Method name: void ConsoleInstall() Method name: void NonInteractiveInstall(String[])
Number of AST nodes: 3 Number of AST nodes: 3
1
ConsoleProgress progress = new ConsoleProgress();
1
ConsoleProgress progress = new ConsoleProgress();
2
		InstallThread thread = new InstallThread(
2
		InstallThread thread = new InstallThread(
3
			installer,progress,installDir,osTasks,
3
			installer,progress,installDir,osTasks,
4
			0 /* XXX */,components);
4
			0 /* XXX */,components);
5
		thread.start();
5
		thread.start();
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.0
Clones locationClones are in different classes
Number of node comparisons7
  1. {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 1
    Mapped Statements
    ID Statement ID Statement
    41
    ConsoleProgress progress = new ConsoleProgress();
    30
    ConsoleProgress progress = new ConsoleProgress();
    42
    InstallThread thread = new InstallThread(installer, progress, installDir, osTasks, 0, components);
    31
    InstallThread thread = new InstallThread(installer, progress, installDir, osTasks, 0, components);
    43
    thread.start();
    32
    thread.start();
    Precondition Violations (0)
    Row Violation