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

Unable to detect unsupported method parameter types #214

Open
qurbonzoda opened this issue Sep 1, 2022 · 0 comments
Open

Unable to detect unsupported method parameter types #214

qurbonzoda opened this issue Sep 1, 2022 · 0 comments

Comments

@qurbonzoda
Copy link

The library doesn't detect violations in parameter types. If unsupported types are not used in the method body, no violations are reported. e.g:

public class Main {
    private static String encode(Base64.Encoder encoder, byte[] value) {
        throw new UnsupportedOperationException("Not implemented");
    }
}
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