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

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

commit e2dce5682f9aad540cafdf169d485061b4f3eaaf
Merge: 31aa92a38b b5ee36adcb
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sat Mar 29 20:47:16 2025 +0100

    Merge pull request #8253 from errael/SystemLogger
    
    Add `System.Logger` to logger hints and code generation; minor new features

 .../java/editor/codegen/LoggerGenerator.java       |  95 ++++++++++++++++----
 .../modules/java/hints/LoggerNotStaticFinal.java   |   7 +-
 .../modules/java/hints/MultipleLoggers.java        |  33 +++++--
 .../org/netbeans/modules/java/hints/NoLoggers.java |  38 ++++++--
 .../modules/java/hints/errors/Bundle.properties    |   3 +
 .../java/hints/errors/ErrorFixesFakeHint.java      |  27 +++++-
 .../hints/errors/MagicSurroundWithTryCatchFix.java |  84 +++++++++++++----
 .../java/hints/errors/SurroundWithTryCatchLog.form |  54 +++++++++--
 .../java/hints/errors/SurroundWithTryCatchLog.java | 100 ++++++++++++++++-----
 .../java/hints/jackpot/hintsimpl/Bundle.properties |   2 -
 .../jackpot/hintsimpl/LoggerStringConcat.java      |  52 +++++++----
 .../errors/MagicSurroundWithTryCatchFixTest.java   |  57 ++++++++++++
 .../java/lsp/server/protocol/LoggerGenerator.java  |   8 +-
 13 files changed, 460 insertions(+), 100 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

Reply via email to