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 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes |
Number of node comparisons | 7 |
Number of mapped statements | 3 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 1 |
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(); |
Row | Violation |
---|