Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 1 | 0.971 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 42 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/DatabaseTypesDataSet.java |
2 | 1 | 50 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/DataSetListModel.java |
3 | 1 | 35 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/MyTableModel.java |
4 | 1 | 66 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/ResultSetMetaDataDataSet.java |
5 | 1 | 82 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/MetaDataDataSet.java |
| |||||
private List<Object[]> _allData = new ArrayList<Object[]>(); |
| |||||
/** * Data. Each element is an array of objects. Each object is * the data for a column. */ private List<Object[]> _data = new ArrayList<Object[]>(); |
| |||||
private List<Object[]> _data = new ArrayList<Object[]>(); |
| |||||
/** * Data. Each element is an array of String objects representing a column from * the result set metadata. */ private List<Object[]> _data = new ArrayList<Object[]>(); |
| |||||
/** * Data. Each element represents a row of the table and is made up of * an array of strings. Each string is an element in the row. */ private List<Object[]> _data = new ArrayList<Object[]>(); |
| |||
/** * Data. Each element is an array of objects. Each object is * the data for a column. */ /** * Data. Each element represents a row of the table and is made up of * an array of strings. Each string is an element in the row. */ /** * Data. Each element is an array of String objects representing a column from * the result set metadata. */ private List<Object[]> [[#variable1cd12da0]]= new ArrayList<Object[]>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd12da0]] | _allData |
1 | 2 | [[#1cd12da0]] | _data |
1 | 3 | [[#1cd12da0]] | _data |
1 | 4 | [[#1cd12da0]] | _data |
1 | 5 | [[#1cd12da0]] | _data |