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.963 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 251 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultPlotEditor.java |
2 | 9 | 260 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultPlotEditor.java |
| |||||
interior.add(button); interior.add(new JLabel(localizationResources.getString("Outline_Paint"))); button = new JButton(localizationResources.getString("Select...")); button.setActionCommand("OutlinePaint"); button.addActionListener(this ); interior.add(this.outlinePaintSample); |
| |||||
interior.add(button); interior.add(new JLabel(localizationResources.getString("Background_paint"))); button = new JButton(localizationResources.getString("Select...")); button.setActionCommand("BackgroundPaint"); button.addActionListener(this ); interior.add(this.backgroundPaintSample); |
| |||
interior.add(button); interior.add(new JLabel(localizationResources.getString( [[#variable18e629c0]]))); button = new JButton(localizationResources.getString("Select...")); button.setActionCommand( [[#variable18e62480]]); button.addActionListener(this ); interior.add(this. [[#variable18e62940]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e629c0]] | "Outline_Paint" |
1 | 2 | [[#18e629c0]] | "Background_paint" |
2 | 1 | [[#18e62480]] | "OutlinePaint" |
2 | 2 | [[#18e62480]] | "BackgroundPaint" |
3 | 1 | [[#18e62940]] | outlinePaintSample |
3 | 2 | [[#18e62940]] | backgroundPaintSample |