-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Attempt to make 'find callers' on @Data do the right thing (constructor). #78
Comments
👤 reinierz 🕗 Jul 24, 2009 at 04:19 UTC finding the callers of a constructor of a data class could be useful, but right now this is hard to do, anecdotal evidence, sample size 1: Right now you get callers of hashCode(), which is pointless. The 'right' answer is to pick the (static) constructor - for getters/setters, you can just annotate the |
👤 reinierz 🕗 Jul 26, 2009 at 07:35 UTC Okay, this trick works, but only for the static constructor. The real constructor will not show up at the end even if HOWEVER: You can start 'find callers' while the class name is under the cursor (the "Bar" in "public @ Data class |
End of migration |
Migrated from Google Code (issue 5)
The text was updated successfully, but these errors were encountered: