CloneSet486


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.989statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15110
E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/frame/AddressbookFrameController.java
25577
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/frame/ThreePaneMailFrameController.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
110
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/frame/AddressbookFrameController.java

p.setLayout(new BorderLayout());
JScrollPane tableScrollPane = new JScrollPane(table.getView());
tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
p.add(tableScrollPane, BorderLayout.CENTER);
p.add(filterToolbar, BorderLayout.NORTH);


First
Previous
Clone Instance
2
Line Count
5
Source Line
577
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/frame/ThreePaneMailFrameController.java

p.setLayout(new BorderLayout());
JScrollPane tableScrollPane = new JScrollPane(tableController.getView());
tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
p.add(tableScrollPane, BorderLayout.CENTER);
p.add(filterToolbar, BorderLayout.NORTH);


Clone AbstractionParameter Count: 1Parameter Bindings

p.setLayout(new BorderLayout());
JScrollPane tableScrollPane = new JScrollPane( [[#variable13076280]].getView());
tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
p.add(tableScrollPane, BorderLayout.CENTER);
p.add(filterToolbar, BorderLayout.NORTH);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13076280]]
table 
12[[#13076280]]
tableController