Coder Social home page Coder Social logo

Comments (3)

lombokissues avatar lombokissues commented on June 30, 2024

👤 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,
because there's no constructor. By creating the various components of a @ Data annotation in the
right order, it may be possible to ensure that eclipse will always pick the (static) constructor when
hitting 'find callers' whilst the annotation is under the cursor.

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
field and then run 'find callers' on that annotation, and trying to find the callers of
hashCode/equals/toString is silly.

from lombok.

lombokissues avatar lombokissues commented on June 30, 2024

👤 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
you add it last.

HOWEVER: You can start 'find callers' while the class name is under the cursor (the "Bar" in "public @ Data class
Bar") and that'll work just fine, so this is no biggy. The change to generate the static constructor last is in commit
f74109f

from lombok.

lombokissues avatar lombokissues commented on June 30, 2024

End of migration

from lombok.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.