Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 242 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsPanel.java |
2 | 4 | 277 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsPanel.java |
| |||||
// get the values from the "not use" list and convert to sorted set ListModel notUseColsModel = notUseColsList.getModel(); SortedSet<String> notUseColsSet = new TreeSet<String>(); |
| |||||
// get the values from the "not use" list ListModel notUseColsModel = notUseColsList.getModel(); // create an empty set for the "not use" list SortedSet<Object> notUseColsSet = new TreeSet<Object>(); |
| |||
// get the values from the "not use" list and convert to sorted set // get the values from the "not use" list ListModel notUseColsModel = notUseColsList.getModel(); // create an empty set for the "not use" list SortedSet< [[#variable1c9150e0]]> notUseColsSet = new TreeSet< [[#variable1c9150e0]]>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9150e0]] | String |
1 | 2 | [[#1c9150e0]] | Object |