有人可以帮我吗?我收到了以下代码所述的错误:
if (actualStep.getChanged() == null) {
notificationCombo.setItems(FXCollections.observableArrayList("There are no new changes."));
notification.setImage(notificationBLUE);
}
编译时我得到一个Nullpointer,因为布尔值没有被初始化。