akshattandon / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

The method is undefined for the type #778

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please discuss feature requests first on
https://groups.google.com/forum/#!forum/project-lombok

What steps will reproduce the problem?
1.Put:    @Getter long id inside of a class
2.Call this getter from another class like this: getId()
3.Gradle build fails!

What is the expected output? What do you see instead?
Gradle build should compile.  Instead I see an error:
Error:C:\Users\Igor\Workspace\Geofencing\LocationService.java:126: The method 
getId() is undefined for the type Geofence

What version of the product are you using? On what operating system?
    provided 'org.projectlombok:lombok:1.16.0'

Please provide any additional information below.

Original issue reported on code.google.com by eazyigz on 3 Feb 2015 at 11:25

GoogleCodeExporter commented 9 years ago
That just means lombok didn't apply at all. Is this new since 1.16.0? If you go 
back to 1.14.8, does it work then?

Original comment by reini...@gmail.com on 8 Feb 2015 at 8:55