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/02/16 10:09:54 UTC

[GitHub] JaroslavTulach commented on issue #423: Deadlock in lexing

JaroslavTulach commented on issue #423: Deadlock in lexing
URL: https://github.com/apache/incubator-netbeans/pull/423#issuecomment-366194294
 
 
   Right, `++` isn't atomic. I just thought it doesn't matter. That it is not important to get warnings all the time.
   
   `AtomicInteger` was my original attempt too. Then I realized the above, plus the fact it should be `AtomicLong` - I can make it `AtomicLong` or `AtomicInteger` if desirable.

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