This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch release125
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 0067d3c Merge pull request #3121 from apache/delivery
add 1999981 Always call notifyAll() when changing value of the LOCK[0]
add 9227546 Don't hold lock when notifying changes
add f9ca932 Moving the LazyLookupProviders proxy lookup into own class
add 5a44f56 Deliver events only after initialization is finished
add 6da842b Merge pull request #3136 from
JaroslavTulach/jtulach/WaitWithoutNotify
add df94310 Add missing --add-opens to fix warnings on recent JDKs
add 8202430 Merge pull request #3137 from
matthiasblaesing/gtk_laf_fix_jdk15
add b40953b Get elements resolved before working with types.
add 8886ee9 Merge pull request #3139 from sdedic/bugfix/javacompiler-phase
new fd523dd Merge pull request #3144 from apache/delivery
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:
.../groovy/editor/compiler/CompilationUnit.java | 1 +
.../groovy/editor/completion/MethodCompletion.java | 4 +-
.../groovy/editor/completion/TypesCompletion.java | 4 +-
.../completion/provider/JavaElementHandler.java | 4 +-
.../groovy/editor/java/JavaElementHandle.java | 1 +
.../netbeans/modules/projectapi/LazyLookup.java | 121 +++++++++++++++++++
.../modules/projectapi/LazyLookupProviders.java | 115 +++++-------------
.../spi/project/support/DelegatingLookupImpl.java | 35 ++++--
.../modules/projectapi/LazyLookupTest.java | 66 +++++++++++
.../support/DelegatingLookupDeadlock5914Test.java | 129 +++++++++++++++++++++
nb/ide.launcher/netbeans.conf | 2 +-
11 files changed, 379 insertions(+), 103 deletions(-)
create mode 100644
ide/projectapi/src/org/netbeans/modules/projectapi/LazyLookup.java
create mode 100644
ide/projectapi/test/unit/src/org/netbeans/modules/projectapi/LazyLookupTest.java
create mode 100644
ide/projectapi/test/unit/src/org/netbeans/spi/project/support/DelegatingLookupDeadlock5914Test.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists