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

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


    from 31aa92a38b Merge pull request #8288 from errael/DeferFocusActivation
     add b5ee36adcb Add `System.Logger` to logger hints and code generation; 
minor new features
     new e2dce5682f Merge pull request #8253 from errael/SystemLogger

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