You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/30 18:26:01 UTC

[GitHub] [netbeans] timboudreau commented on pull request #4868: Fix maven classpath listening

timboudreau commented on PR #4868:
URL: https://github.com/apache/netbeans/pull/4868#issuecomment-1296321061

   > would you be interested in becoming a NetBeans committer?
   
   I spent nearly 20 years of my life being **Mr. NetBeans**, so I pretty intentionally did *not* sign up to be one when things moved to Apache.
   
   But yeah, I supposed I could be talked into it.
   
   Re the patch, it would sure be nice for it to be integrated into the next release.  It makes a difference in the IDE actually picking up changes from depended-on projects (the telltale that it works is that, with the patch installed, when you edit a parent POM file and change, say, the version of a library, you'll see the *Background scanning of projects* progress bar pop up briefly.
   
   It wouldn't be too hard to detect use of a lambda with WeakListeners (or Lookup.Result, which would also have this problem) from inside Javac.  I don't know if we currently have an easy way to write hints that use javac's api directly rather than via Jackpot, but the test is simply "is this a lambda" == "is this one of [list of things that add to a weak set]".  Solving it for specific, common cases is probably more important than solving the general case of "added to anything that might get wrapped in a weak reference".


-- 
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