You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/07/24 11:48:52 UTC

[incubator-netbeans] branch master updated (1082a23 -> 80f337f)

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

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


    from 1082a23  Merge pull request #624 from arusinha/netbeans-974
     add f435bdd  [NetBeans-1019] Discard hints
     add f520846  [NetBeans-1019] Add getKind() method
     add d2c069b  [NetBeans-1019] Add Kind.LAMBDA_EXPRESSION
     new 80f337f  Merge pull request #635 from vikasprabhakar/jdk11_lambda_null_suggestion

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:
 .../org/netbeans/modules/java/hints/bugs/NPECheck.java  |  2 +-
 .../netbeans/modules/java/hints/bugs/NPECheckTest.java  | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
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 #635 from vikasprabhakar/jdk11_lambda_null_suggestion

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

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

commit 80f337f28433486160a53335c6e2d05594ffeba5
Merge: 1082a23 d2c069b
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Tue Jul 24 13:48:50 2018 +0200

    Merge pull request #635 from vikasprabhakar/jdk11_lambda_null_suggestion
    
    [NetBeans-1019]False positive of "Null Pointer Dereference" when passing a lambda with a null possible result to a non-null argument

 .../org/netbeans/modules/java/hints/bugs/NPECheck.java  |  2 +-
 .../netbeans/modules/java/hints/bugs/NPECheckTest.java  | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)


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