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.979 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 41 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LookAndFeelComboBox.java |
2 | 2 | 48 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LookAndFeelComboBox.java |
| |||||
/** * <TT>LookAndFeelInfo</TT> objects keyed by the * Look and Feel name. */ private Map<String, LookAndFeelInfo> _lafsByName = new TreeMap<String, LookAndFeelInfo>(); |
| |||||
/** * <TT>LookAndFeelInfo</TT> objects keyed by the * Class name of the Look and Feel. */ private Map<String, LookAndFeelInfo> _lafsByClassName = new TreeMap<String, LookAndFeelInfo>(); |
| |||
/** * <TT>LookAndFeelInfo</TT> objects keyed by the * Class name of the Look and Feel. */ /** * <TT>LookAndFeelInfo</TT> objects keyed by the * Look and Feel name. */ private Map<String, LookAndFeelInfo> [[#variable1c959ca0]]= new TreeMap<String, LookAndFeelInfo>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c959ca0]] | _lafsByName |
1 | 2 | [[#1c959ca0]] | _lafsByClassName |