Skip to content

Unable to find all entrypoint methods #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rahlk opened this issue Apr 16, 2025 · 0 comments · Fixed by #133
Closed

Unable to find all entrypoint methods #132

rahlk opened this issue Apr 16, 2025 · 0 comments · Fixed by #133
Assignees
Labels
bug Something isn't working

Comments

@rahlk
Copy link
Collaborator

rahlk commented Apr 16, 2025

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:

  1. 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.

@rahlk rahlk added the bug Something isn't working label Apr 16, 2025
@rahlk rahlk self-assigned this Apr 16, 2025
@rahlk rahlk linked a pull request Apr 16, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant