Jens6111 opened a new issue, #6556:
URL: https://github.com/apache/netbeans/issues/6556

   ### Apache NetBeans version
   
   Apache NetBeans 19
   
   ### What happened
   
   I embedded one line of code in a jsp with the referenced bean "util" 
declared afterwards. Netbeans did not report an error, but Tomcat 10 reported 
it, but only when the jsp was invoked.
   
    <%
          String mainjsp=util.getActmedium();
    %>
    <jsp:useBean id='util' scope='session' class='beans.Util' type="beans.Util" 
/>
   
   
   This is a time consuming bug, because I had to invoke a lot of jsp pages 
manually to find the bugs, Netbeans did not report.
   
   ### How to reproduce
   
   Create a jsp and embed similar code. Netbeans does not find the bug. It only 
is found by Tomcat when invoking the jsp.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Win10
   
   ### JDK
   
   17.02
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### 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

Reply via email to