leehaut opened a new issue, #7535: URL: https://github.com/apache/hop/issues/7535
### Apache Hop version? 2.19.0-SNAPSHOT ### Java version? jdk21 ### Operating system Windows ### What happened? The Pipeline Executor transform dialog can throw a NullPointerException when clicking Get Parameters or Map Parameters if no pipeline file is configured. Steps to reproduce: 1. Open a Pipeline Executor transform. 2. Leave the pipeline filename empty. 3. Go to the Parameters tab. 4. Click Get Parameters or Map Parameters. ```txt java.lang.NullPointerException: Cannot invoke "org.apache.hop.pipeline.PipelineMeta.listParameters()" because "this.executorPipelineMeta" is null ``` ### 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]
