Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 3 | 0.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 132 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/scripting/ScriptManager.java |
2 | 9 | 205 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/scripting/ScriptManager.java |
| |||||
private JPanel createLogPanel() { JPanel panel = new JPanel(new BorderLayout(10, 0)); panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); panel.add(createLogList(), BorderLayout.CENTER); panel.add(createLogListActionsPanel(), BorderLayout.EAST); return panel; } |
| |||||
private JPanel createScriptsPanel() { JPanel panel = new JPanel(new BorderLayout(10, 0)); panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); panel.add(createScriptList(), BorderLayout.CENTER); panel.add(createScriptActionsPanel(), BorderLayout.EAST); return panel; } |
| |||
private JPanel [[#variable132d5280]]() { JPanel panel = new JPanel(new BorderLayout(10, 0)); panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); panel.add( [[#variable132d5220]](), BorderLayout.CENTER); panel.add( [[#variable132d5840]](), BorderLayout.EAST); return panel; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132d5280]] | createLogPanel |
1 | 2 | [[#132d5280]] | createScriptsPanel |
2 | 1 | [[#132d5220]] | createLogList |
2 | 2 | [[#132d5220]] | createScriptList |
3 | 1 | [[#132d5840]] | createLogListActionsPanel |
3 | 2 | [[#132d5840]] | createScriptActionsPanel |