naxostech opened a new issue, #7719: URL: https://github.com/apache/netbeans/issues/7719
### Apache NetBeans version Apache NetBeans 22 ### What happened When a TestNG unit test is named com.basic.xml, com.basic.xmltoto but not com.basic.totoxml the test cannot be run in debug mode. It doesn't find the class. It's because the package suffix starts with xml. ### Language / Project Type / NetBeans Component Java application project with Ant ### How to reproduce Create a package com.basic.xmltoto Create a class in it, add a test method (annotated with @Test) and run this method in debug mode ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 ### JDK Java 21 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else The problem occurs systematically ### Are you willing to submit a pull request? No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
