Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2200 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java |
2 | 3 | 179 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultColorBarEditor.java |
| |||||
int result = JOptionPane.showConfirmDialog(this, editor, localizationResources.getString("Chart_Properties"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE); |
| |||||
int result = JOptionPane.showConfirmDialog(this, panel, localizationResources.getString("Palette_Selection"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE); |
| |||
int result = JOptionPane.showConfirmDialog(this, [[#variable1a07b5a0]], localizationResources.getString( [[#variable1a07b500]]), JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a07b5a0]] | editor |
1 | 2 | [[#1a07b5a0]] | panel |
2 | 1 | [[#1a07b500]] | "Chart_Properties" |
2 | 2 | [[#1a07b500]] | "Palette_Selection" |