String msg = s_stringMgr.getString("PluginManager.error.initplugin", plugin.getInternalName()); s_log.error(msg, th); _app.showErrorDialog(msg, th);
String msg = s_stringMgr.getString("PluginManager.error.unloading", plugin.getInternalName()); s_log.error(msg, th); _app.showErrorDialog(msg, th);
Clone fragments detected by clone detection tool
File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java
Method name: void initializePlugins() Method name: void unloadPlugins()
Number of AST nodes: 3 Number of AST nodes: 3
1
String msg = s_stringMgr.getString("PluginManager.error.initplugin", plugin.getInternalName());
1
String msg = s_stringMgr.getString("PluginManager.error.unloading", plugin.getInternalName());
2
				s_log.error(msg, th);
2
				s_log.error(msg, th);
3
				_app.showErrorDialog(msg, th);
3
				_app.showErrorDialog(msg, th);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are declared in the same class
Number of node comparisons0