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 6befb3034d31fe2f336ce02e3e248645c64f337f Merge: b32bab58ebe 0b13dfcb4d0 Author: Michael Bien <[email protected]> AuthorDate: Thu Oct 2 21:29:09 2025 +0200 Merge pull request #8850 from mbien/hints-missing-preview-feature-checks Add missing preview feature checks to some java hints .../org/netbeans/modules/java/hints/Feature.java | 71 ++++++++++++++++++++++ .../java/hints/errors/DifferentCaseKindsFix.java | 18 ++---- .../modules/java/hints/errors/Utilities.java | 45 ++++++-------- .../modules/java/hints/jdk/AddUnderscores.java | 8 +-- .../netbeans/modules/java/hints/jdk/CanUseVT.java | 7 +-- .../java/hints/jdk/ConvertSwitchToRuleSwitch.java | 8 +-- .../hints/jdk/ConvertToNestedRecordPattern.java | 16 ++--- .../java/hints/jdk/ConvertToPatternInstanceOf.java | 5 +- .../java/hints/jdk/ConvertToRecordPattern.java | 19 +++--- .../jdk/ConvertToSwitchPatternInstanceOf.java | 7 +++ .../modules/java/hints/jdk/ConvertToTextBlock.java | 12 +--- 11 files changed, 129 insertions(+), 87 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
