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

ToString False positive when Java interface overrides toString method #461

Open
slandelle opened this issue Nov 27, 2019 · 0 comments
Open

Comments

@slandelle
Copy link

java.nio.Path#toString is the correct way to get the String representation, as explained by the javadoc (Path overrides toString).

https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html#toString--

Still, ToString fails.

@slandelle slandelle changed the title ToString False positive when Java interface override toString method ToString False positive when Java interface overrides toString method Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant