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 2018/03/07 06:01:29 UTC

[GitHub] jlahoda opened a new pull request #442: If compilation during indexing fails on exception, try to fallback to?

jlahoda opened a new pull request #442: If compilation during indexing fails on exception, try to fallback to?
URL: https://github.com/apache/incubator-netbeans/pull/442
 
 
   ? project's output.
   
   Running using vanilla javac (as opposed to nb-javac) is sometimes troublesome, as the indexing may crash, which may lead to additional errors in dependent source roots (where the indexing may crash as well), and missing sig/class files in the caches may have an impact on performance.
   
   This patch is an attempt to mitigate that, by copying project  build output into the caches. This is not perfect and may have observable effects (e.g. Go to Type is unlikely to find classes in a source root where indexing crashed currently), but when the indexing crashes, having something in the caches is typically much better than having nothing.
   
   We may need more tweaks, based on experience, but so far seems like a step in the right direction.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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