对于参数类型bool,运算符==未定义

时间:2018-04-06 10:24:25

标签: java nullpointerexception boolean

有人可以帮我吗?我收到了以下代码所述的错误:

  if (actualStep.getChanged() == null) {
        notificationCombo.setItems(FXCollections.observableArrayList("There are no new changes."));
        notification.setImage(notificationBLUE);
    }

编译时我得到一个Nullpointer,因为布尔值没有被初始化。

0 个答案:

没有答案