You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2022/12/20 19:40:01 UTC

[netbeans] branch master updated (ceacfe52dc -> f49a2427f6)

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 ceacfe52dc FlatLaf: fix font of window title when using `--fontsize` argument (on Windows) (issue #5041)
     new 74a8f416a9 Fixing pattern matching of instanceof with pattern matching and binding pattern.
     new 56d4ab47a5 Fix unittests in spi.java.hints
     new f49a2427f6 Merge pull request #5121 from matthiasblaesing/hints_instanceof

The 7800 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:
 .../declarative/PatternMatchingInstanceof.hint     | 37 ++++++++++
 .../declarative/PatternMatchingInstanceof.test     | 83 ++++++++++++++++++++++
 .../modules/java/source/matching/CopyFinder.java   | 20 +++++-
 .../modules/java/hints/spiimpl/Utilities.java      |  4 +-
 .../modules/java/hints/spiimpl/UtilitiesTest.java  |  6 +-
 .../JavaHintsAnnotationProcessorTest.java          | 16 +++++
 .../spi/java/hints/matching/CopyFinderTest.java    | 79 +++++++++++++++++++-
 7 files changed, 238 insertions(+), 7 deletions(-)
 create mode 100644 java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/PatternMatchingInstanceof.hint
 create mode 100644 java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/PatternMatchingInstanceof.test


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists