akshattandon / projectlombok

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

Idea plugin does not respect 'lombok.log.fieldName' parameter #815

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. add 'lombok.log.fieldName = LOG'
2. annotate a class with say @Slf4j
3. Add some logging to the class: LOG.info("Hey");

What is the expected output? What do you see instead?

IDEA starts to report on unkonwn symbol LOG, while compilation goes without any 
errors, and the logging code executes successfully. Rebuild does not help. 
Re-opening project neither.

What version of the product are you using? On what operating system?

IDEA 14.1.3 Ultimate
Lombok plugin 0.9.4.14
lombok.jar 1.16.4

Please provide any additional information below.

---

Original issue reported on code.google.com by dzherebj...@thumbtack.net on 18 May 2015 at 4:06