ButtonClose.java

1
package com.jsql.view.swing.table;
2
3
import com.jsql.view.swing.util.UiUtil;
4
5
import javax.swing.*;
6
7
public class ButtonClose extends JButton {
8
    
9
    public ButtonClose() {
10
        super(UiUtil.CROSS_RED.getIcon());
11 1 1. <init> : removed call to com/jsql/view/swing/table/ButtonClose::setContentAreaFilled → NO_COVERAGE
        this.setContentAreaFilled(false);  // required
12 1 1. <init> : removed call to com/jsql/view/swing/table/ButtonClose::setBorderPainted → NO_COVERAGE
        this.setBorderPainted(false);  // required
13
    }
14
}

Mutations

11

1.1
Location : <init>
Killed by : none
removed call to com/jsql/view/swing/table/ButtonClose::setContentAreaFilled → NO_COVERAGE

12

1.1
Location : <init>
Killed by : none
removed call to com/jsql/view/swing/table/ButtonClose::setBorderPainted → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.19.1