CloneSet516


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.989statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18147
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java
28173
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
147
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java

box = Box.createRigidArea(new Dimension(10, 10));
authorPanel.add(box, c);
authorPanel.add(buildDateLabel, c);
c.gridx = 1;
box = Box.createRigidArea(new Dimension(5, 15));
authorPanel.add(box, c);


First
Previous
Clone Instance
2
Line Count
8
Source Line
173
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java

box = Box.createRigidArea(new Dimension(10, 10));
authorPanel.add(box, c);
authorPanel.add(authorLabel, c);
c.gridx = 1;
box = Box.createRigidArea(new Dimension(5, 15));
authorPanel.add(box, c);


Clone AbstractionParameter Count: 1Parameter Bindings

box = Box.createRigidArea(new Dimension(10, 10));
authorPanel.add(box, c);
authorPanel.add( [[#variable13008b80]], c);
c.gridx = 1;
box = Box.createRigidArea(new Dimension(5, 15));
authorPanel.add(box, c);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13008b80]]
buildDateLabel 
12[[#13008b80]]
authorLabel