CloneSet221


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.964statement_sequence[15]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117117
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/dialog/FontSelectionDialog.java
217136
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/dialog/FontSelectionDialog.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
117
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/dialog/FontSelectionDialog.java

c.weightx = w1;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = 1;
gridbag.setConstraints(fontLabel, c);
getContentPane().add(fontLabel);
c.weightx = w2;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.RELATIVE;
gridbag.setConstraints(styleLabel, c);
getContentPane().add(styleLabel);
c.weightx = w3;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.REMAINDER;
gridbag.setConstraints(sizeLabel, c);
getContentPane().add(sizeLabel);


First
Previous
Clone Instance
2
Line Count
17
Source Line
136
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/dialog/FontSelectionDialog.java

// Second Line with Names
c.weightx = w1;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = 1;
gridbag.setConstraints(fontName, c);
getContentPane().add(fontName);
c.weightx = w2;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.RELATIVE;
gridbag.setConstraints(styleName, c);
getContentPane().add(styleName);
c.weightx = w3;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.REMAINDER;
gridbag.setConstraints(sizeName, c);
getContentPane().add(sizeName);


Clone AbstractionParameter Count: 3Parameter Bindings

// Second Line with Names
c.weightx = w1;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = 1;
gridbag.setConstraints( [[#variable113e34c0]], c);
getContentPane().add( [[#variable113e34c0]]);
c.weightx = w2;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.RELATIVE;
gridbag.setConstraints( [[#variable113fbda0]], c);
getContentPane().add( [[#variable113fbda0]]);
c.weightx = w3;
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = GridBagConstraints.REMAINDER;
gridbag.setConstraints( [[#variable113e2f40]], c);
getContentPane().add( [[#variable113e2f40]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#113e34c0]]
fontLabel 
12[[#113e34c0]]
fontName 
21[[#113fbda0]]
styleLabel 
22[[#113fbda0]]
styleName 
31[[#113e2f40]]
sizeLabel 
32[[#113e2f40]]
sizeName