JPopupMenuCustomExtract.java

1
package com.jsql.view.swing.tree.model;
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/model/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/model/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/model/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/model/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/model/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/model/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
Location : getButtonGroupLoadRows
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getButtonGroupLoadRows → NO_COVERAGE

23

1.1
Location : getRadioCustomFromRow
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getRadioCustomFromRow → NO_COVERAGE

31

1.1
Location : getRadioCustomToRow
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getRadioCustomToRow → NO_COVERAGE

39

1.1
Location : getRadioCustomFromChar
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getRadioCustomFromChar → NO_COVERAGE

47

1.1
Location : getRadioCustomToChar
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getRadioCustomToChar → NO_COVERAGE

55

1.1
Location : getMenuItemDump
Killed by : none
replaced return value with null for com/jsql/view/swing/tree/model/JPopupMenuCustomExtract::getMenuItemDump → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.16.1