0

I am learnig Java Spring. While learning, I noticed that other classes see the methods generated by lombok as undefined. enter image description here

But if I press Ctrl + Space I can see them:enter image description here

Class with variables showing them to on Outline: enter image description here

Does anyone know what's wrong? I probably made some stupid configuration mistake but I can't find it myself and I can't find help on Google.

PiotrKulesza
  • 135
  • 1
  • 2
  • 8
  • 1
    There is nothing wrong per-se. The program should still compile just fine (given, of course, you use the lombok preprocessor). This seems to be an error / a misconfiguration of the lombok plugin in eclipse. – Turing85 Aug 17 '19 at 12:48
  • 1
    https://stackoverflow.com/questions/22310414/how-to-configure-lombok-in-eclipse-luna – Ng Sharma Aug 17 '19 at 13:00
  • Thanks for both of you, problem was with elipse.ini. I added the needed lines in wrong place, now all work. – PiotrKulesza Aug 17 '19 at 13:31

0 Answers0