datbates commented on issue #9461: URL: https://github.com/apache/netbeans/issues/9461#issuecomment-4877275063
I can certainly create a minimal reproducer. Before I do, I wanted to mention that the failure occurs because WebModule.getJ2eeProfile() returns null for our project. We are not a traditional Java EE/Jakarta EE application—we've always used JSPs in a custom web application (now running with springboot). It appears that JspParserImpl.createParseProxy() in NetBeans assumes the profile is non-null and needs to just check before doing this. Maybe I should instead get off my butt and try to help with keeping Netbeans alive. I've always been just a user of open source rather than much of a contributor despite my 30 years of Java experience. If you have tips for me to get started let me know. -- 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
