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/06/29 06:28:10 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #1339: [NETBEANS-2762]: Ensure that if any Java code template parameters nee…

jlahoda opened a new pull request #1339: [NETBEANS-2762]: Ensure that if any Java code template parameters nee…
URL: https://github.com/apache/netbeans/pull/1339
 
 
   …ds local vars, the locals are computed.
   
   Without this patch, it may happen that a code template parameter which needs parsing but not local variables is found first, parsing is inited without the locals, and the locals are then missing for the future parameters which need them. See:
   https://issues.apache.org/jira/browse/NETBEANS-2762
   
   e.g. the "fore" code template.

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