try { task.run(); } catch (Throwable th) { _callback.showMessage(th); }
if (stmt != null) { try { stmt.close(); } catch (SQLException e) { log.error(i18n.ERROR_GLOBAL_CLOSE_STATEMENT + CR + e.getLocalizedMessage()); } }
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/TaskExecuter.java File path: /sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerRoleFrame.java
Method name: void run() Method name: void readRoles()
Number of AST nodes: 2 Number of AST nodes: 3
1
try
1
if (stmt != null) {
2
				{
2
				try {
3
					task.run();
3
					stmt.close();
4
				}
4
				}
5
				catch (Throwable th)
5
 catch (
6
				{
7
					_callback.show
6
SQLException e) {
8
Message(th);
7
					log.error(i18n.ERROR_GLOBAL_CLOSE_STATEMENT + CR + e.getLocalizedMessage());
9
				}
8
				}
9
			}
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 in different classes
Number of node comparisons0