Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.974 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 78 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/config/ProxyConfigurationDialog.java |
2 | 3 | 86 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/config/ProxyConfigurationDialog.java |
| |||||
/** * Creates a new dialog. */ public ProxyConfigurationDialog(JFrame parent) { super(parent, GlobalResourceLoader.getString(RESOURCE_PATH, "proxy", "title"), true); } |
| |||||
/** * Creates a new dialog. */ public ProxyConfigurationDialog(JDialog parent) { super(parent, GlobalResourceLoader.getString(RESOURCE_PATH, "proxy", "title"), true); } |
| |||
/** * Creates a new dialog. */ public ProxyConfigurationDialog( [[#variable131ff4c0]] parent) { super(parent, GlobalResourceLoader.getString(RESOURCE_PATH, "proxy", "title"), true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131ff4c0]] | JFrame |
1 | 2 | [[#131ff4c0]] | JDialog |