This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from dfaa3a2d54 Merge pull request #4106 from mbien/nb-javac-1801
     new 9ac4cdeb3f IdentityMap used to attach node IDs. Diagnostics added.
     new d20b42c238 Avoid new node instance creation on refresh.
     new 27b4f06fa2 Merge pull request #4097 from sdedic/lsp/nodeid-exists

The 7013 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../server/explorer/LspTreeViewServiceImpl.java    |   9 +
 .../modules/java/lsp/server/explorer/TreeItem.java |   7 +
 .../java/lsp/server/explorer/TreeViewProvider.java |  23 +-
 .../java/lsp/server/explorer/WeakIdentityMap.java  | 253 +++++++++++++++++++++
 .../src/org/openide/nodes/AsynchChildren.java      |  14 +-
 .../src/org/openide/nodes/Children.java            |   3 +-
 .../src/org/openide/nodes/ChildFactoryTest.java    |  55 +++++
 7 files changed, 355 insertions(+), 9 deletions(-)
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/WeakIdentityMap.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to