Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 3 | 0.954 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 229 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
2 | 8 | 241 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
3 | 8 | 256 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
| |||||
try { textPane.setPage(DiskIO.getResourceURL("org/columba/core/aboutbox/CONTRIBUTORS")); } catch (IOException ioe) { textPane.setText(ioe.getLocalizedMessage()); } contributorPanel.add(new JScrollPane(textPane)); tabbedPane.addTab(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", "contributorPane"), contributorPanel); |
| |||||
try { textPane.setPage(DiskIO.getResourceURL("org/columba/core/aboutbox/LICENSE")); } catch (IOException ioe) { textPane.setText(ioe.getLocalizedMessage()); } licensePanel.add(new JScrollPane(textPane)); tabbedPane.addTab(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", "license"), licensePanel); |
| |||||
try { textPane.setPage(DiskIO.getResourceURL("org/columba/core/aboutbox/ACKNOWLEDGEMENT")); } catch (IOException ioe) { textPane.setText(ioe.getLocalizedMessage()); } ackPanel.add(new JScrollPane(textPane)); tabbedPane.addTab(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", "ackPane"), ackPanel); |
| |||
try { textPane.setPage(DiskIO.getResourceURL( [[#variable132aa520]])); } catch (IOException ioe) { textPane.setText(ioe.getLocalizedMessage()); } [[#variable132aa580]].add(new JScrollPane(textPane)); tabbedPane.addTab(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", [[#variable132a5a00]]), [[#variable132aa580]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132aa520]] | "org/columba/core/aboutbox/CONTRIBUTORS" |
1 | 2 | [[#132aa520]] | "org/columba/core/aboutbox/LICENSE" |
1 | 3 | [[#132aa520]] | "org/columba/core/aboutbox/ACKNOWLEDGEMENT" |
2 | 1 | [[#132aa580]] | contributorPanel |
2 | 2 | [[#132aa580]] | licensePanel |
2 | 3 | [[#132aa580]] | ackPanel |
3 | 1 | [[#132a5a00]] | "contributorPane" |
3 | 2 | [[#132a5a00]] | "license" |
3 | 3 | [[#132a5a00]] | "ackPane" |