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.955 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 322 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/ReceiveOptionsPanel.java |
2 | 4 | 327 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/ReceiveOptionsPanel.java |
| |||||
boolean playSound = playsoundCheckBox.isSelected(); defaultRadioButton.setEnabled(playSound); chooseRadioButton.setEnabled(playSound); chooseButton.setEnabled(playSound); |
| |||||
boolean playSound = playsoundCheckBox.isSelected(); defaultRadioButton.setEnabled(playSound); chooseButton.setEnabled(playSound); chooseRadioButton.setEnabled(playSound); |
| |||
boolean playSound = playsoundCheckBox.isSelected(); defaultRadioButton.setEnabled(playSound); [[#variable131cbf60]].setEnabled(playSound); [[#variable131cbf00]].setEnabled(playSound); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131cbf60]] | chooseRadioButton |
1 | 2 | [[#131cbf60]] | chooseButton |
2 | 1 | [[#131cbf00]] | chooseButton |
2 | 2 | [[#131cbf00]] | chooseRadioButton |