CloneSet179


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.981statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14187
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java
24397
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/FontSelector.java
34147
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
187
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java

GridBagLayout layout = new GridBagLayout();
JPanel pathAndFilterPanel = new JPanel(layout);
GridBagConstraints cons = new GridBagConstraints();


Next
Previous
Clone Instance
2
Line Count
4
Source Line
397
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/FontSelector.java

GridBagLayout layout = new GridBagLayout();
JPanel panel = new JPanel(layout);
GridBagConstraints cons = new GridBagConstraints();


First
Previous
Clone Instance
3
Line Count
4
Source Line
147
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java

GridBagLayout layout = new GridBagLayout();
JPanel panel = new JPanel(layout);
GridBagConstraints cons = new GridBagConstraints();


Clone AbstractionParameter Count: 1Parameter Bindings

GridBagLayout layout = new GridBagLayout();
JPanel  [[#variableaec4f60]]= new JPanel(layout);
GridBagConstraints cons = new GridBagConstraints();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aec4f60]]
pathAndFilterPanel 
12[[#aec4f60]]
panel 
13[[#aec4f60]]
panel