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 2019/03/07 07:06:12 UTC

[GitHub] [incubator-netbeans] jlahoda commented on issue #1125: When multiple sources are needed to create a model of a single file, …

jlahoda commented on issue #1125: When multiple sources are needed to create a model of a single file, …
URL: https://github.com/apache/incubator-netbeans/pull/1125#issuecomment-470411410
 
 
   @lkishalmi, thanks for the comment. This is (only) for Java, in case the classfiles for the dependencies are missing in the caches (for whatever reason, but more typically due to a bug somewhere), the Java parser will use the source files to create the model. But it currently processes the dependencies too deep, it should be enough to simply "enter" them (which finds which classes and methods are in the source files), not "attribute" them (which also analyses the method bodies and is much slower). Not sure how important is to backport this, I'd be fine with not backporting this and letting it settle in master for some time.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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