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:46:00 UTC

[incubator-netbeans] 01/01: Merge pull request #650 from sarveshkesharwani/jdk10-var-hints-enhanced-for-loop

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