| 1 | package com.jsql.view.swing.tree.custom; | |
| 2 | ||
| 3 | import javax.swing.*; | |
| 4 | ||
| 5 | public class JPopupMenuCustomExtract extends JPopupMenu { | |
| 6 | | |
| 7 | private ButtonGroup buttonGroupLoadRows; | |
| 8 | private JCheckBox radioCustomFromRow; | |
| 9 | private JCheckBox radioCustomToRow; | |
| 10 | private JCheckBox radioCustomFromChar; | |
| 11 | private JCheckBox radioCustomToChar; | |
| 12 | private JMenuItem menuItemDump; | |
| 13 | | |
| 14 | public ButtonGroup getButtonGroupLoadRows() { | |
| 15 |
1
1. getButtonGroupLoadRows : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getButtonGroupLoadRows → NO_COVERAGE |
return this.buttonGroupLoadRows; |
| 16 | } | |
| 17 | | |
| 18 | public void setButtonGroupLoadRows(ButtonGroup buttonGroupLoadRows) { | |
| 19 | this.buttonGroupLoadRows = buttonGroupLoadRows; | |
| 20 | } | |
| 21 | | |
| 22 | public JCheckBox getRadioCustomFromRow() { | |
| 23 |
1
1. getRadioCustomFromRow : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getRadioCustomFromRow → NO_COVERAGE |
return this.radioCustomFromRow; |
| 24 | } | |
| 25 | | |
| 26 | public void setRadioCustomFromRow(JCheckBox radioCustomFromRow) { | |
| 27 | this.radioCustomFromRow = radioCustomFromRow; | |
| 28 | } | |
| 29 | | |
| 30 | public JCheckBox getRadioCustomToRow() { | |
| 31 |
1
1. getRadioCustomToRow : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getRadioCustomToRow → NO_COVERAGE |
return this.radioCustomToRow; |
| 32 | } | |
| 33 | | |
| 34 | public void setRadioCustomToRow(JCheckBox radioCustomToRow) { | |
| 35 | this.radioCustomToRow = radioCustomToRow; | |
| 36 | } | |
| 37 | | |
| 38 | public JCheckBox getRadioCustomFromChar() { | |
| 39 |
1
1. getRadioCustomFromChar : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getRadioCustomFromChar → NO_COVERAGE |
return this.radioCustomFromChar; |
| 40 | } | |
| 41 | | |
| 42 | public void setRadioCustomFromChar(JCheckBox radioCustomFromChar) { | |
| 43 | this.radioCustomFromChar = radioCustomFromChar; | |
| 44 | } | |
| 45 | | |
| 46 | public JCheckBox getRadioCustomToChar() { | |
| 47 |
1
1. getRadioCustomToChar : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getRadioCustomToChar → NO_COVERAGE |
return this.radioCustomToChar; |
| 48 | } | |
| 49 | | |
| 50 | public void setRadioCustomToChar(JCheckBox radioCustomToChar) { | |
| 51 | this.radioCustomToChar = radioCustomToChar; | |
| 52 | } | |
| 53 | | |
| 54 | public JMenuItem getMenuItemDump() { | |
| 55 |
1
1. getMenuItemDump : replaced return value with null for com/jsql/view/swing/tree/custom/JPopupMenuCustomExtract::getMenuItemDump → NO_COVERAGE |
return this.menuItemDump; |
| 56 | } | |
| 57 | | |
| 58 | public void setMenuItemDump(JMenuItem menuItemDump) { | |
| 59 | this.menuItemDump = menuItemDump; | |
| 60 | } | |
| 61 | } | |
Mutations | ||
| 15 |
1.1 |
|
| 23 |
1.1 |
|
| 31 |
1.1 |
|
| 39 |
1.1 |
|
| 47 |
1.1 |
|
| 55 |
1.1 |