You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/02/19 07:27:09 UTC

[incubator-netbeans] branch master updated (738fa78 -> ccb2288)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 738fa78  Merge pull request #416 from jlahoda/NETBEANS-364
     add 31fe268  Wrapping version increment in synchronized(this) block is causing deadlocks
     new ccb2288  Merge pull request #423 from JaroslavTulach/AvoidDeadlockInLexing

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../netbeans/modules/javadoc/highlighting/Highlighting.java  | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/01: Merge pull request #423 from JaroslavTulach/AvoidDeadlockInLexing

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit ccb22885310b70f2f318d5fee113847c8ca631ec
Merge: 738fa78 31fe268
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Mon Feb 19 08:27:06 2018 +0100

    Merge pull request #423 from JaroslavTulach/AvoidDeadlockInLexing
    
    Eliminating deadlock in lexing by less synchronization and use of AtomicLong

 .../netbeans/modules/javadoc/highlighting/Highlighting.java  | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists