Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ufk-dev] ObservableTreeNode NPE

Hello,

There is a minor bug in ObservableTreeNode from the
org.eclipse.ufacekit.ui.swing.databinding project.

Please find a patch attached which fixes an NPE in the
ObservableTreeNode.list change listener (namely in the methods
ListDiffVisitor .handleRemove()/handleAdd()).
The reference to the treeModel field is not initialized in the
children tree nodes.
Thanks.

Max

Attachment: OTN-NPE.patch
Description: Binary data


Back to the top