super(source);
_cache = source;
_obj = obj;
super(app);
_app = app;
app.getResources().setupAction(
this,
_app.getSquirrelPreferences().getShowColoriconsInToolbar());
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/ObjectCacheChangeEvent.java
|
|
File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/TileVerticalAction.java
|
Method name: void ObjectCacheChangeEvent(ObjectCache, IHasIdentifier)
|
|
Method name: void TileVerticalAction(IApplication)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | super(source);↵ | | 1 | super(↵
|
2 | _cache = source;↵ | | |
|
3 | _obj = obj↵ | | 2 | app);↵
|
| | | 3 | _app = app;↵
|
| | | 4 | app.getResources().setupAction(↵
|
| | | 5 | this,↵
|
4 | ; | | 6 | _app.getSquirrelPreferences().getShowColoriconsInToolbar());
|
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 | Clones are in different classes |
Number of node comparisons | 9 |