Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.962 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 128 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
2 | 13 | 157 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
| |||||
c.gridx = 2; c.gridwidth = GridBagConstraints.REMAINDER; authorPanel.add(version, c); JLabel buildDateLabel = new JLabel(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", "build_date")); if (font != null) { font = font.deriveFont(Font.BOLD); buildDateLabel.setFont(font); } c.gridx = 0; |
| |||||
c.gridx = 2; c.gridwidth = GridBagConstraints.REMAINDER; authorPanel.add(buildDate, c); JLabel authorLabel = new JLabel(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", "authors")); if (font != null) { font = font.deriveFont(Font.BOLD); authorLabel.setFont(font); } c.gridx = 0; |
| |||
c.gridx = 2; c.gridwidth = GridBagConstraints.REMAINDER; authorPanel.add( [[#variable132ce760]], c); JLabel [[#variable132cae60]]= new JLabel(GlobalResourceLoader.getString(RESOURCE_BUNDLE_PATH, "about", [[#variable132cf820]])); if (font != null) { font = font.deriveFont(Font.BOLD); [[#variable132cae60]].setFont(font); } c.gridx = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132ce760]] | version |
1 | 2 | [[#132ce760]] | buildDate |
2 | 1 | [[#132cae60]] | buildDateLabel |
2 | 2 | [[#132cae60]] | authorLabel |
3 | 1 | [[#132cf820]] | "build_date" |
3 | 2 | [[#132cf820]] | "authors" |