Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.956 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 121 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultChartEditor.java |
2 | 4 | 141 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultColorBarEditor.java |
3 | 4 | 246 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultPlotEditor.java |
| |||||
JButton button = new JButton(localizationResources.getString("Select...")); button.setActionCommand("BackgroundPaint"); button.addActionListener(this ); |
| |||||
JButton button = new JButton(localizationResources.getString("Set_palette...")); button.setActionCommand("PaletteChoice"); button.addActionListener(this ); |
| |||||
JButton button = new JButton(localizationResources.getString("Select...")); button.setActionCommand("OutlineStroke"); button.addActionListener(this ); |
| |||
JButton button = new JButton(localizationResources.getString( [[#variable18f06a60]])); button.setActionCommand( [[#variable18efece0]]); button.addActionListener(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f06a60]] | "Select..." |
1 | 2 | [[#18f06a60]] | "Set_palette..." |
1 | 3 | [[#18f06a60]] | "Select..." |
2 | 1 | [[#18efece0]] | "BackgroundPaint" |
2 | 2 | [[#18efece0]] | "PaletteChoice" |
2 | 3 | [[#18efece0]] | "OutlineStroke" |