leehaut opened a new issue, #6388: URL: https://github.com/apache/hop/issues/6388
### Apache Hop version? 2.16.0 ### Java version? openjdk 17 ### Operating system Windows ### What happened? When working in Hop GUI, if no unit test is selected and the user clicks “Edit selected unit test”, the application throws a NullPointerException instead of handling the action gracefully. ```txt 2026/01/15 09:02:32 [Error] GUI - Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.hop.testing.PipelineUnitTest.getName()" because "unitTest" is null 2026/01/15 09:02:32 [Error] GUI - at org.apache.hop.testing.gui.TestingGuiPlugin.editUnitTest(TestingGuiPlugin.java:903) ``` ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
