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/12/20 16:43:35 UTC

[GitHub] [netbeans] lkishalmi commented on issue #5120: "Navigate > GoToDeclaration" fails if target is in gradle project

lkishalmi commented on issue #5120:
URL: https://github.com/apache/netbeans/issues/5120#issuecomment-1359702098

   Well, it kind of works like it should. Once the Gradle artifacts are published to the Local Maven Repository, it is no longer associated with its source Gradle project, so the source files are read from the published source jar.
   That could save a few hours of troubleshooting, when someone simply forgets to publish a new version from the Gradle project into MavenLocal, then would see the current source instead of the published one.
   
   Theoretically it wouldn't be hard to add a `SourceForBinaryQueryImplementation2` to associate MavenLocal artifacts with open Gradle projects, though the results might be confusing.
   
   @sdedic @mbien @neilcsmith-net @matthiasblaesing  opinions?


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