[bisq-network/bisq] Add missing filtering on lists (PR #5963)

Christoph Atteneder notifications at github.com
Tue Jan 25 12:54:40 CET 2022


I'm in the middle of an in-depth code review and started now to test it in the client itself.
When entering send funds it fails with following exception:
```
java.lang.NullPointerException: Cannot invoke "bisq.desktop.components.list.FilterBox.initialize(javafx.collections.transformation.FilteredList, javafx.scene.control.TableView)" because "this.filterBox" is null
	at bisq.desktop.main.funds.withdrawal.WithdrawalView.initialize(WithdrawalView.java:190)
	at bisq.desktop.common.view.InitializableView.initialize(InitializableView.java:41)
	at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2655)
	at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
	at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2517)
	at bisq.desktop.common.fxml.FxmlViewLoader.loadFromFxml(FxmlViewLoader.java:107)
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5963#issuecomment-1021109870
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/5963/c1021109870 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220125/32866465/attachment.htm>


More information about the bisq-github mailing list