private class CloseAction extends SquirrelAction
{
private static final long serialVersionUID = 1L;
CloseAction()
{
super(_session.getApplication(), new MyResources(PostgresPlugin.class.getName(),
PostgresPlugin.class.getClassLoader()));
}
public void actionPerformed(ActionEvent evt)
{
_parent.closeTab(ExplainTab.this)
private class RerunAction extends SquirrelAction
{
private static final long serialVersionUID = 1L;
RerunAction()
{
super(_session.getApplication(), new MyResources(PostgresPlugin.class.getName(),
PostgresPlugin.class.getClassLoader()));
}
public void actionPerformed(ActionEvent evt)
{
_parent.reRunTab(ExplainTab.this)
Clone fragments detected by clone detection tool
File path: /sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/explain/ExplainTab.java
|
|
File path: /sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/explain/ExplainTab.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | private class CloseAction extends SquirrelAction↵ | | 1 | private class RerunAction extends SquirrelAction↵
|
2 | {↵ | | 2 | {↵
|
3 | private static final long serialVersionUID = 1L;↵ | | 3 | private static final long serialVersionUID = 1L;↵
|
|
4 | CloseAction()↵ | | 4 | RerunAction()↵
|
5 | {↵ | | 5 | {↵
|
6 | super(_session.getApplication(), new MyResources(PostgresPlugin.class.getName(),↵ | | 6 | super(_session.getApplication(), new MyResources(PostgresPlugin.class.getName(),↵
|
7 | PostgresPlugin.class.getClassLoader()));↵ | | 7 | PostgresPlugin.class.getClassLoader()));↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void actionPerformed(ActionEvent evt)↵ | | 9 | public void actionPerformed(ActionEvent evt)↵
|
10 | {↵ | | 10 | {↵
|
11 | _parent.closeTab(ExplainTab.this) | | 11 | _parent.reRunTab(ExplainTab.this)
|
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 |