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/09/12 10:45:59 UTC

[incubator-netbeans] branch master updated (095c2f3 -> 88c790a)

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 095c2f3  Update README.md
     add 1bd8d11  adding support for var type hint in enhanced for loop
     new 88c790a  Merge pull request #650 from sarveshkesharwani/jdk10-var-hints-enhanced-for-loop

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/java.hints/manifest.mf                        |   2 +-
 .../modules/java/hints/jdk/ConvertToVarHint.java   |  79 ++++++++++----
 .../java/hints/jdk/ConvertVarToExplicitType.java   |  94 +++++++++++++----
 .../hints/suggestions/ExpandEnhancedForLoop.java   |   2 +-
 .../java/hints/jdk/ConvertToVarHintTest.java       | 116 +++++++++++++++++++++
 .../hints/jdk/ConvertVarToExplicitTypeTest.java    |  95 +++++++++++++++++
 .../netbeans/api/java/source/TreeUtilities.java    |   2 +-
 7 files changed, 348 insertions(+), 42 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 #650 from sarveshkesharwani/jdk10-var-hints-enhanced-for-loop

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 88c790a83f89fc3c30d1aeae3626d52c5bedfa14
Merge: 095c2f3 1bd8d11
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Wed Sep 12 12:45:53 2018 +0200

    Merge pull request #650 from sarveshkesharwani/jdk10-var-hints-enhanced-for-loop
    
    [NETBEANS-1075]-Adding var hints for enhanced-for-loop

 java/java.hints/manifest.mf                        |   2 +-
 .../modules/java/hints/jdk/ConvertToVarHint.java   |  79 ++++++++++----
 .../java/hints/jdk/ConvertVarToExplicitType.java   |  94 +++++++++++++----
 .../hints/suggestions/ExpandEnhancedForLoop.java   |   2 +-
 .../java/hints/jdk/ConvertToVarHintTest.java       | 116 +++++++++++++++++++++
 .../hints/jdk/ConvertVarToExplicitTypeTest.java    |  95 +++++++++++++++++
 .../netbeans/api/java/source/TreeUtilities.java    |   2 +-
 7 files changed, 348 insertions(+), 42 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