Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.981 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 187 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java |
2 | 4 | 397 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/FontSelector.java |
3 | 4 | 147 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java |
| |||||
GridBagLayout layout = new GridBagLayout(); JPanel pathAndFilterPanel = new JPanel(layout); GridBagConstraints cons = new GridBagConstraints(); |
| |||||
GridBagLayout layout = new GridBagLayout(); JPanel panel = new JPanel(layout); GridBagConstraints cons = new GridBagConstraints(); |
| |||||
GridBagLayout layout = new GridBagLayout(); JPanel panel = new JPanel(layout); GridBagConstraints cons = new GridBagConstraints(); |
| |||
GridBagLayout layout = new GridBagLayout(); JPanel [[#variableaec4f60]]= new JPanel(layout); GridBagConstraints cons = new GridBagConstraints(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aec4f60]] | pathAndFilterPanel |
1 | 2 | [[#aec4f60]] | panel |
1 | 3 | [[#aec4f60]] | panel |