We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of this:
// public boolean java.lang.Object.equals(java.lang.Object)
maybe it should be this:
// public boolean Object.equals(Object)
The text was updated successfully, but these errors were encountered:
I like this.
Sorry, something went wrong.
Yeah, it's a good suggestion. I currently get that string with one reflection call, but with a little work I could format the string as Matt suggests.
No branches or pull requests
Instead of this:
maybe it should be this:
The text was updated successfully, but these errors were encountered: