Skip to content

[Nodes] ChildrenMap._put() cannot update a key #7

@AxelVoitier

Description

@AxelVoitier

This seems similar to #6, but the reasons are different.

If a key is already present and _put() is used to update it with a different value, the node for the key does not get updated in the EntrySupportDefault.

This seems to be because as EntrySupportDefault._refresh_entry() gets the new node from the entry (the one stored in the Info it knows about, not the entry passed as a parameter, which in this case contains a None node), the old entry did not get updated with the new node.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbug-in-netbeansThe bug seems to come from Netbeans implementation originally. Label used for documenting/tracing.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions