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

Use short name in per-method comments #27

Open
mhfrantz opened this issue Oct 29, 2015 · 2 comments
Open

Use short name in per-method comments #27

mhfrantz opened this issue Oct 29, 2015 · 2 comments

Comments

@mhfrantz
Copy link
Member

Instead of this:

      // public boolean java.lang.Object.equals(java.lang.Object)

maybe it should be this:

      // public boolean Object.equals(Object)
@cokenias
Copy link

I like this.

@jimlloyd
Copy link
Contributor

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.

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

3 participants