{
InputStream in = getClass().getResourceAsStream("/installer/install.props");
props.load(in);
in.close();
{
new PluginManagerProgress(window,roster);
roster.performOperationsInAWTThread(window);
pluginModel.update();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/installer/Install.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/InstallPanel.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | {↵ | | 1 | {↵
|
2 | InputStream in = getClass().getResourceAsStream("/installer/install.props");↵ | | 2 | new PluginManagerProgress(window,roster);↵
|
3 | ↵ | | 3 | ↵
|
4 | props.load(in);↵ | | 4 | roster.performOperationsInAWTThread(window);↵
|
5 | in.close();↵ | | 5 | pluginModel.update();↵
|
6 | | | 6 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |