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/31 11:30:45 UTC

[incubator-netbeans] branch master updated (80d3ab0 -> 8153715)

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 80d3ab0  Merge pull request #588 from dellgreen/dpg/bug/NETBEANS-953
     add 95eab48  [NETBEANS-860] Convert Lambda to Use 'var' Parameter Types
     add b1a561b  [NETBEANS-860] Hints: Add Set
     add 9f9ae32  [NETBEANS-860] Hints:Replace ERROR_CODES
     add a37045d  [NETBEANS-860] Hints:Remove unused imports
     add 566564d  [NETBEANS-860] Hints:Update Method names
     add 79cb4f3  [NETBEANS-860] Hints:Updated tree diagnose
     add bff8255  [NETBEANS-860] Hints: Add review comment
     add eda4d24  [NETBEANS-860] Hints: Remove unused import
     add b3e6f97  [NETBEANS-860] Hints: Add changes of review comment
     add 353c5e8  [NETBEANS-860] Hints: Change API header
     new 8153715  Merge pull request #596 from vikasprabhakar/jdk-11-var-hints

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:
 .../java/hints/suggestions/Bundle.properties       |  6 +++
 .../modules/java/hints/suggestions/Lambda.java     | 52 ++++++++++++++++++++--
 .../modules/java/hints/suggestions/LambdaTest.java | 52 ++++++++++++++++++++++
 java.source.base/apichanges.xml                    | 12 +++++
 java.source.base/nbproject/project.properties      |  2 +-
 .../netbeans/api/java/source/TreeUtilities.java    | 29 ++++++++++++
 6 files changed, 149 insertions(+), 4 deletions(-)


---------------------------------------------------------------------
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 #596 from vikasprabhakar/jdk-11-var-hints

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 81537154dd77f7e9fdb1c5b8ef83523c376f23a5
Merge: 80d3ab0 353c5e8
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Tue Jul 31 13:30:41 2018 +0200

    Merge pull request #596 from vikasprabhakar/jdk-11-var-hints
    
    [NETBEANS-860] Hints: Convert Lambda to Use 'var' Parameter Types

 .../java/hints/suggestions/Bundle.properties       |  6 +++
 .../modules/java/hints/suggestions/Lambda.java     | 52 ++++++++++++++++++++--
 .../modules/java/hints/suggestions/LambdaTest.java | 52 ++++++++++++++++++++++
 java.source.base/apichanges.xml                    | 12 +++++
 java.source.base/nbproject/project.properties      |  2 +-
 .../netbeans/api/java/source/TreeUtilities.java    | 29 ++++++++++++
 6 files changed, 149 insertions(+), 4 deletions(-)



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