homberghp opened a new issue, #8445: URL: https://github.com/apache/netbeans/issues/8445
### Apache NetBeans version Apache NetBeans latest daily build ### What happened Anticipating for future jdk versions. SequencedSet is introduced in Java 21. The test UseSuperTypeTest#test230345 fails because the direct super type of LinkedHashSet is SequencedSet. This fails the test. ### Language / Project Type / NetBeans Component java refactoring ### How to reproduce on netbeans project. Set you jdk to 21 Run the test class .../java/refactoring.java/test/unit/src/org/netbeans/modules/refactoring/java/test/UseSuperTypeTest.java and see test230345() fail with ### Did this work correctly in an earlier version? No / Don't know ### Operating System ubuntu 24.04 ### JDK 21 ### Apache NetBeans packaging Apache NetBeans binary zip, Own source build ### Anything else This only hits netbeans developers, as this test will fail only when applying unit testing in the java.refactoring module. ### Are you willing to submit a pull request? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists