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 5a32af3  Merge pull request #1977 from pepness/junit-5.6.0
     add 50d321b  Fixing handling of member references and lambdas in 
declarative Java hints, and declarative re-write Java fixes.

No new revisions were added by this update.

Summary of changes:
 .../hints/declarative/DeclarativeHintLexer.java    |  49 +++++++++-
 .../declarative/DeclarativeHintLexerTest.java      |  43 +++++++++
 .../java/hints/declarative/use-member-ref.hint     |  21 +++++
 .../java/hints/declarative/use-member-ref.test     |  32 +++++++
 .../hints/declarative/use-undeclared-lambda.hint   |  21 +++++
 .../hints/declarative/use-undeclared-lambda.test   |  32 +++++++
 java/java.source.base/apichanges.xml               |  12 +++
 .../org/netbeans/api/java/source/CodeStyle.java    |   7 ++
 .../modules/java/source/pretty/VeryPretty.java     |  15 ++-
 .../org/netbeans/modules/java/ui/FmtOptions.java   |   2 +
 .../netbeans/api/java/source/gen/LambdaTest.java   | 101 +++++++++++++++++++++
 .../org/netbeans/modules/java/ui/Bundle.properties |   2 +
 .../org/netbeans/modules/java/ui/FmtBraces.form    |  33 ++++++-
 .../org/netbeans/modules/java/ui/FmtBraces.java    |  28 +++++-
 .../netbeans/modules/java/hints/spiimpl/Hacks.java |   6 ++
 .../netbeans/spi/java/hints/JavaFixUtilities.java  |   2 +
 .../spi/java/hints/JavaFixUtilitiesTest.java       |  32 +++++++
 17 files changed, 427 insertions(+), 11 deletions(-)
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/use-member-ref.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/use-member-ref.test
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/use-undeclared-lambda.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/use-undeclared-lambda.test


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

Reply via email to