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

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


    from b32bab58ebe Merge pull request #8882 from wrprice/issue6000
     add 0b13dfcb4d0 Add missing preview feature checks to some java hints
     new 6befb3034d3 Merge pull request #8850 from 
mbien/hints-missing-preview-feature-checks

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:
 .../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(-)
 create mode 100644 
java/java.hints/src/org/netbeans/modules/java/hints/Feature.java


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