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

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

commit 411d55efc52a182fa8ff2e863f36248ef3ddcf33
Merge: 7d46e6feb48 c7e40d709e2
Author: Michael Bien <[email protected]>
AuthorDate: Thu Oct 9 21:00:12 2025 +0200

    Merge pull request #8860 from mbien/add-default-case-hint
    
    Add hint to resolve "switch does not cover all input values" javac errors

 .../modules/java/hints/errors/AddDefaultCase.java  | 159 +++++++++++++++++++
 .../java/hints/errors/VarCompDeclaration.java      |   2 -
 .../modules/java/hints/resources/layer.xml         |   3 +-
 .../modules/java/hints/errors/AccessErrorTest.java |  22 +--
 .../modules/java/hints/errors/AddCastTest.java     |  22 +--
 .../modules/java/hints/errors/AddCatchFixTest.java |  21 +--
 .../java/hints/errors/AddConstructorTest.java      |   6 -
 .../java/hints/errors/AddDefaultCaseTest.java      | 173 +++++++++++++++++++++
 .../hints/errors/ChangeMethodReturnTypeTest.java   |   9 --
 .../ConvertInvalidVarToExplicitArrayTypeTest.java  |   6 +-
 .../hints/errors/DifferentCaseKindsFixTest.java    |  18 ---
 .../java/hints/errors/NewImportClassTest.java      |  17 +-
 .../java/hints/errors/UncaughtExceptionTest.java   |   8 -
 .../modules/java/source/builder/TreeFactory.java   |  14 +-
 14 files changed, 348 insertions(+), 132 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