This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 814184b  Merge remote-tracking branch 'apache/master' into ModernCode
     new 4a5f80c  Converting a handful of error fixes to JavaFix, so that they 
can be used in the Java LSP Server.
     new 3a79ca6  Adding forgotten internal API.
     new c689519  Fixes fixes after conversion to JavaFix, including a tweak to 
the codegen.
     new 3577b8e  Merge pull request #2347 from jlahoda/error-fixed-javafix

The 4317 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:
 .../hints/errors/AddOrRemoveFinalModifier.java     |  74 ++---
 .../modules/java/hints/errors/ChangeType.java      |   9 +-
 .../modules/java/hints/errors/ChangeTypeFix.java   |  61 ++--
 .../hints/errors/MagicSurroundWithTryCatchFix.java |  89 +++---
 .../java/hints/errors/MissingReturnStatement.java  | 161 +++++-----
 .../java/hints/errors/NotInitializedVariable.java  |  93 +++---
 .../hints/errors/OrigSurroundWithTryCatchFix.java  | 167 +++++-----
 .../java/hints/errors/UncaughtException.java       |  55 ++--
 .../modules/java/hints/errors/Utilities.java       |   7 +-
 .../modules/java/hints/errors/ChangeTypeTest.java  |  12 +-
 .../errors/MagicSurroundWithTryCatchFixTest.java   |   5 +-
 .../hints/errors/MissingReturnStatementTest.java   |   4 +-
 .../errors/OrigSurroundWithTryCatchFixTest.java    |   3 +-
 .../modules/java/source/save/CasualDiff.java       |  28 +-
 .../netbeans/api/java/source/gen/LambdaTest.java   | 349 ++++++++++++++-------
 .../modules/java/hints/spiimpl/JavaFixImpl.java    |  15 +-
 .../src/org/netbeans/spi/java/hints/JavaFix.java   |  14 +
 17 files changed, 594 insertions(+), 552 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to