--
You received this message because you are subscribed to the Google
Groups group for http://projectlombok.org/
To post to this group, send email to project...@googlegroups.com
To unsubscribe from this group, send email to
project-lombo...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/project-lombok?hl=en
On Nov 26, 11:34 am, Robbert Jan Grootjans <grootj...@gmail.com>
wrote:
> hey Brian,
>
> I tried to duplicate your issue, and I seemed to get the error at first,
> but after a change to the class annotated with @Data, the error
> disappeared. Reverting the code did not bring the error back. I'll have to
> take a more detailed look into this.
>
> Could you register an issue athttp://code.google.com/p/projectlombok/issues/list?
>
> thanks in advance,
>
> Robbert Jan.
>
>
>
>
>
>
>
> On Fri, Nov 25, 2011 at 2:48 PM, Brian Gray <bg...@summa-tech.com> wrote:
> > Hi all/Reinier,
>
> > Fantastic library! This is my first time using it and it has really saved
> > me so much code.
>
> > I have run into a problem in a few cases that I just can't figure out.
> > Within the class with the actual @Data or @Getter / @Setter tags, the
> > compiler and Eclipse is happy:
>
> > <https://lh6.googleusercontent.com/-ZUfVBZ2Eerk/Ts-cQ3KfW2I/AAAAAAAAAA...>
> > But when I reference that same generated method, I get a compiler error:
>
> > <https://lh3.googleusercontent.com/-KO4N2mg8DbI/Ts-ccTgOM8I/AAAAAAAAAA...>
> > Any idea what's going on here? I did the lombok install and I am using
> > 0.10.4.
>
> > Thanks!
> > -Brian
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups group forhttp://projectlombok.org/