Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Eclipse Problems view showing old compile errors

Do you still get the errors after you refresh project sources from local
filesystem and do clean build?

--
Regards,
Igor

On 12-02-27 10:14 AM, Stein, Eric wrote:
I have a couple of Maven projects in Eclipse, and I'm running m2e. I've
noticed that sometimes compile errors last beyond when they should in
the Eclipse Problems view. For instance, if I have an interface in
project 1 and an implementation in project 2, if I add a method with
@Override first to the implementation and then put the signature in the
interface, errors pop up in Problems. I then did mvn -e clean package
install on both projects, and they build cleanly with no errors. The two
errors "The method XXX must override a superclass method" are still in
the Problems view. I also tried an Eclipse clean and rebuild, but that
did nothing.

This isn't stopping me from working, but it is pretty annoying. Does
anybody have any idea what might be causing the stale errors to remain?
I'm happy to provide any further information if it would help.

Thanks,
Eric

_________________________________________________
Don't gamble with your environmental information. Learn how the world's largest on-demand environmental information management system can help you mitigate your operating risk: www.locustec.com.

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top