You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Codeanalyzer is unable to discover all entry point methods, even though the class is correctly marked as an entry point class. This behavior has been observed in JakartaEE applications.
To Reproduce
Steps to reproduce the behavior:
Run codeanalyzer 2.3.0 on a JakartaEE application. There are methods in classes that extend HttpServlet that are not correctly marked as entry point class. But doPost(...) does not get correctly discovered.
Expected behavior
Methods like doPost(...) must be correctly discovered.
Logs
Not applicable.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
Codeanalyzer is unable to discover all entry point methods, even though the class is correctly marked as an entry point class. This behavior has been observed in JakartaEE applications.
To Reproduce
Steps to reproduce the behavior:
HttpServlet
that are not correctly marked as entry point class. ButdoPost(...)
does not get correctly discovered.Expected behavior
Methods like doPost(...) must be correctly discovered.
Logs
Not applicable.
Additional context
None.
The text was updated successfully, but these errors were encountered: