This is an automated email from the ASF dual-hosted git repository.
jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from bbf22f3e28b Merge pull request #8760 from lahodaj/GITHUB-8749
add ce0da80c161 Fixing completion for for-each construct without type.
new 304cbece6f1 Merge pull request #8762 from
lahodaj/completion-for-each-without-type
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:
.../modules/java/completion/JavaCompletionTask.java | 8 +++++++-
.../forEachWithOutType.pass} | 3 +++
.../forEachWithOutType.pass} | 10 +++++-----
.../forEachWithOutType.pass} | 11 ++++++-----
.../java/completion/JavaCompletionTaskAdvancedTest.java | 4 ++++
.../org/netbeans/lib/nbjavac/services/NBParserFactory.java | 14 +++++++++++++-
6 files changed, 38 insertions(+), 12 deletions(-)
copy
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/{14/typesLocalMembersAndVars1.pass
=> 17/forEachWithOutType.pass} (97%)
copy
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/{19/typesLocalMembersAndVars2.pass
=> 21/forEachWithOutType.pass} (96%)
copy
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/{19/typesLocalMembersAndVars2.pass
=> 25/forEachWithOutType.pass} (96%)
---------------------------------------------------------------------
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