Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.957 | import_statements[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 24 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/JavabeanArrayDataSet.java |
2 | 4 | 23 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/JavabeanDataSet.java |
3 | 4 | 23 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/BeanPropertyTableModel.java |
| |||||
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Iterator; |
| |||||
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; |
| |||||
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.Collections; import java.util.Comparator; |
| |||
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util. [[#variable1cdf4900]]; import java.util. [[#variable1cdf4800]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdf4900]] | ArrayList |
1 | 2 | [[#1cdf4900]] | ArrayList |
1 | 3 | [[#1cdf4900]] | Collections |
2 | 1 | [[#1cdf4800]] | Iterator |
2 | 2 | [[#1cdf4800]] | List |
2 | 3 | [[#1cdf4800]] | Comparator |