Giter Site home page Giter Site logo

Comments (6)

lombokissues avatar lombokissues commented on July 17, 2024

👤 reinierz   🕗 Aug 28, 2009 at 02:18 UTC

This is a really weird one. For the full report, see this discussion on the googlegroups:

http://groups.google.com/group/project-lombok/browse_thread/thread/b19d602e8123d1e8

from lombok.

lombokissues avatar lombokissues commented on July 17, 2024

👤 reinierz   🕗 Aug 31, 2009 at 22:59 UTC

Preliminary research: It seems that having lombok generate any method with an annotation on the method
itself (whether or not there are (generated) annotations on method parameters is not relevant) will trigger this
bug. So, that would be toString, equals, hashCode (as they also generate an @ Override), but also @ Getter for
a field that has a @ NonNull/@ NotNull/@ Nullable annotation, which gets copied over.

Much likely culprit is that the source positions of these generated annotations are not properly set. Let us pray
that no part of the eclipse backend parser architecture is too stupid to figure it out from the basic AST and
reparses. That's why most of those source positions are 0 in the first place.

Will try to fix this now.

--Roel & Reinier

from lombok.

lombokissues avatar lombokissues commented on July 17, 2024

👤 reinierz   🕗 Sep 01, 2009 at 19:12 UTC

Fixed in commits da36708 and
25e33d0 and 5b16055.

Will be released in v0.8.4.

from lombok.

lombokissues avatar lombokissues commented on July 17, 2024

👤 reinierz   🕗 Sep 01, 2009 at 22:58 UTC

Issue #107 has been merged into this issue.

from lombok.

lombokissues avatar lombokissues commented on July 17, 2024

👤 reinierz   🕗 Oct 16, 2009 at 08:55 UTC

Issue #111 has been merged into this issue.

from lombok.

lombokissues avatar lombokissues commented on July 17, 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.