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