CloneSet307


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14230.976statement_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114199
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileChooserDialog.java
214194
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileManagerDialog.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
199
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileChooserDialog.java

addButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "add"));
addButton.setActionCommand("ADD");
addButton.addActionListener(this );
addButton.setEnabled(false);
editButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "edit"));
editButton.setActionCommand("EDIT");
editButton.addActionListener(this );
editButton.setEnabled(false);
nameLabel = new JLabel(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "label"));


First
Previous
Clone Instance
2
Line Count
14
Source Line
194
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileManagerDialog.java

addButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "add"));
addButton.setActionCommand("ADD");
addButton.addActionListener(this );
addButton.setEnabled(false);
editButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "edit"));
editButton.setActionCommand("EDIT");
editButton.addActionListener(this );
editButton.setEnabled(false);
removeButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "remove"));


Clone AbstractionParameter Count: 3Parameter Bindings

addButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "add"));
addButton.setActionCommand("ADD");
addButton.addActionListener(this );
addButton.setEnabled(false);
editButton = new ButtonWithMnemonic(GlobalResourceLoader.getString(RESOURCE_PATH, "profiles", "edit"));
editButton.setActionCommand("EDIT");
editButton.addActionListener(this );
editButton.setEnabled(false);
 [[#variable132534c0]]= new [[#variable13253460]](GlobalResourceLoader.getString(RESOURCE_PATH, "profiles",  [[#variable132534e0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#132534c0]]
nameLabel 
12[[#132534c0]]
removeButton 
21[[#13253460]]
JLabel 
22[[#13253460]]
ButtonWithMnemonic 
31[[#132534e0]]
"label" 
32[[#132534e0]]
"remove"