Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.978 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/FormatSQLAction.java |
2 | 3 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveNewLlinesAction.java |
| |||||
FormatSQLAction(IApplication app, EditExtrasPlugin plugin) { super(app, plugin.getResources()); _plugin = plugin; } |
| |||||
RemoveNewLinesAction(IApplication app, EditExtrasPlugin plugin) { super(app, plugin.getResources()); _plugin = plugin; } |
| |||
[[#variable1c97e7e0]](IApplication app, EditExtrasPlugin plugin) { super(app, plugin.getResources()); _plugin = plugin; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c97e7e0]] | FormatSQLAction |
1 | 2 | [[#1c97e7e0]] | RemoveNewLinesAction |