Skip to content
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

qualified calls are identified as recursive #51

Open
gayanper opened this issue May 30, 2022 · 0 comments
Open

qualified calls are identified as recursive #51

gayanper opened this issue May 30, 2022 · 0 comments

Comments

@gayanper
Copy link
Owner

gayanper commented May 30, 2022

The qualified call annotation identify super qualified calls as recursive.

public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) {
   chain.doFilter(request, response);
}

the qualified here is chain, this happens for any qualifier for example like super.

@gayanper gayanper changed the title super calls are identified as recursive qualified calls are identified as recursive May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant