Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 208 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultAxisEditor.java |
2 | 4 | 264 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultAxisEditor.java |
| |||||
b = new JButton(localizationResources.getString("Select...")); b.setActionCommand("SelectLabelPaint"); b.addActionListener(this ); interior.add(b); |
| |||||
b = new JButton(localizationResources.getString("Select...")); b.setActionCommand("SelectTickLabelFont"); b.addActionListener(this ); ticks.add(b); |
| |||
b = new JButton(localizationResources.getString("Select...")); b.setActionCommand( [[#variable1a07c3e0]]); b.addActionListener(this ); [[#variable1a07c780]].add(b); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a07c3e0]] | "SelectLabelPaint" |
1 | 2 | [[#1a07c3e0]] | "SelectTickLabelFont" |
2 | 1 | [[#1a07c780]] | interior |
2 | 2 | [[#1a07c780]] | ticks |