Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 1 | 0.974 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 30 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/ConvertToStringBufferCommand.java |
2 | 6 | 32 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/InQuotesCommand.java |
3 | 5 | 29 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveNewLinesCommand.java |
4 | 6 | 32 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveQuotesCommand.java |
| |||||
private final ISQLPanelAPI _api; ConvertToStringBufferCommand(ISQLPanelAPI api) { super(); _api = api; } |
| |||||
private final ISQLPanelAPI _api; InQuotesCommand(ISQLPanelAPI api) { super(); _api = api; } |
| |||||
private final ISQLPanelAPI _api; RemoveNewLinesCommand(ISQLPanelAPI api) { super(); _api = api; } |
| |||||
private final ISQLPanelAPI _api; RemoveQuotesCommand(ISQLPanelAPI api) { super(); _api = api; } |
| |||
private final ISQLPanelAPI _api; [[#variable1cd91220]](ISQLPanelAPI api) { super(); _api = api; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd91220]] | ConvertToStringBufferCommand |
1 | 2 | [[#1cd91220]] | InQuotesCommand |
1 | 3 | [[#1cd91220]] | RemoveNewLinesCommand |
1 | 4 | [[#1cd91220]] | RemoveQuotesCommand |