What help the IDE recognizing Lombok annotated fields as getters and
setters is upgrading maven-compiler-plugin from v 2.0 to 2.3.2.
So:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
Is now:
<plugin> <groupId>org.apache.maven.plugins</
groupId> <artifactId>maven-compiler-plugin</
artifactId> <version>2.3.2</version>
<configuration> <source>1.6</source>
<target>1.6</target> </configuration> </
plugin>
Not sure what would be the reason for this to fix the issue, but I
tried this on both Windows and Ubuntu, and it worked.
On Jan 9, 11:47 am, "Fabrizio Giudici" <
Fabrizio.Giud...@tidalwave.it>
wrote:
> I use tons of @Getter / @Setters since a few months, and I didn't see any
> problem in various RC for 7.1 and 7.1 final, so far. Have you tried
> deleting the cache ($HOME/.netbeans/7.1/var/cache)?
>
> --
> Fabrizio Giudici - Java Architect, Project Manager
> Tidalwave s.a.s. - "We make Java work. Everywhere."
> fabrizio.giud...@tidalwave.ithttp://tidalwave.it-
http://fabriziogiudici.it