CloneSet1703


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.979field_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1241
E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LookAndFeelComboBox.java
2248
E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LookAndFeelComboBox.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
41
Source File
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>();


First
Previous
Clone Instance
2
Line Count
2
Source Line
48
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LookAndFeelComboBox.java

/**
 * <TT>LookAndFeelInfo</TT> objects keyed by the
 * Class name of the Look and Feel.
 */
private Map<String, LookAndFeelInfo> _lafsByClassName = new TreeMap<String, LookAndFeelInfo>();


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * <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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c959ca0]]
_lafsByName 
12[[#1c959ca0]]
_lafsByClassName