0

I had made an error in Liferay IDE.
I fixed it but the error still shows up, even after cleaning the project and restarting Liferay IDE:

enter image description here

How to refresh for real to rid of the error status?

Full details

I generated some entities using Liferay's Service Builder, in particular a getName() method got generated (with zero argument). I started writing a JSP using these entities. At first I wrote getName(locale), but then I remembered that the method takes no arguments so I fixed it.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

0

Cleaning and restarting Liferay IDE a second time did the trick.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373