Coder Social home page Coder Social logo

Comments (12)

lombokissues avatar lombokissues commented on August 16, 2024

👤 reinierz   🕗 Sep 15, 2009 at 07:22 UTC

Presumably something @ Data does.

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

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 r.spilker   🕗 Sep 15, 2009 at 09:58 UTC

Actually, fixing issue #120 would
take care of this.

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 reinierz   🕗 Sep 15, 2009 at 11:54 UTC

It would, but, there's a bug here which is why its a separate issue: ALL field access should be qualified (with
this.), to avoid namespace clashes with e.g. a statically imported field. Sure, that would be rare, but nevertheless,
all generated field accesses should always be of the 'this.foo' form.

Status is 'new' because I'm pretty sure we DO qualify all accesses. First need to find out where we're forgetting it.

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 [email protected]   🕗 Sep 15, 2009 at 21:54 UTC

package lombokTest;
//Using lombok 0.8.5
import lombok.ToString;
/**

  • A simple bean.
  • @ author Fabian Kürten
    /
    @ ToString // <-- Warning happens in this line;
    // Unqualified access to the field SimpleBean.data
    public class SimpleBean
    {
    /
    *
    • Just a field
      */
      private String data;
      }

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 reinierz   🕗 Sep 23, 2009 at 05:46 UTC

Fixed in 35691e8 - should be live in the next major lombok release (I'm
guessing it'll be called v0.9 the way things are looking right now).

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 [email protected]   🕗 Mar 14, 2010 at 21:58 UTC

I am afraid I still experience this bug, though now on a different annotation.
In my eclipse dir:
$ java -jar lombok.jar --version
0.9.2

In projects classpath:
/home/fabian/.m2/repository/org/projectlombok/lombok/0.9.2/lombok-0.9.2.jar

The source:
package lombokTest;
// Using lombok 0.9.2
import lombok.EqualsAndHashCode;
/**

  • A simple bean.
  • @ author Fabian Kürten
    /
    @ EqualsAndHashCode // <-- Warning happens in this line;
    // Unqualified access to the field SimpleBean.data
    public class SimpleBean
    {
    /
    *
    • Just a field
      */
      private String data;
      }

This also happens on others.
Know I wonder: Did you miss this one while fixing the other or do I fail at upgrading?

Attached you will find three files (test cases, though not automated) of which only
the second succeeds.

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 [email protected]   🕗 Mar 14, 2010 at 21:58 UTC

🔗 SimpleBean.java View file

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 [email protected]   🕗 Mar 14, 2010 at 21:58 UTC

🔗 SimpleBean2.java View file

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 [email protected]   🕗 Mar 14, 2010 at 21:58 UTC

🔗 SimpleBean3.java View file

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 reinierz   🕗 Mar 15, 2010 at 22:56 UTC

We probably forgot to catch it. We don't have the 'unqualified access' warning on, and a conflict is rare. We'll get
around this fixing this.

from lombok.

lombokissues avatar lombokissues commented on August 16, 2024

👤 reinierz   🕗 Jul 17, 2010 at 22:36 UTC

We double checked everything - as far as I can tell they're all qualified now. Notably including @ Synchronized, where this technically could even lead to faulty generated code if you have a parameter named $lock.

See commit 8869e97

from lombok.

lombokissues avatar lombokissues commented on August 16, 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.