You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "thurka (via GitHub)" <gi...@apache.org> on 2023/03/10 07:58:12 UTC

[GitHub] [netbeans] thurka commented on pull request #5629: LSP: Fix Delete action in context menu

thurka commented on PR #5629:
URL: https://github.com/apache/netbeans/pull/5629#issuecomment-1463413401

   I was looking at the case of Maven project and it seems to me that the behaviour is sane. Dependency node for particular jar returns true from `canDestroy()` for jars, which are not transitive dependency and implementation of `destroy()` method correctly removes such jar dependency from a project. If above behaviour is not wanted, this seems to be different issue and should be fixed as a separate bug/enhancement.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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