IntelliJ false syntax errors on AspectJ methods in Spring Roo project
I have generated an application using Spring Roo. It is using MongoDB repositories. References to the methods in the Roo-generated repositories decendents are being highlighted in IntelliJ as errors even though it compiles fine. Any suggestions on how to make IntelliJ realize these are not errors? Attached is the entire project.
Attachment(s):
omo_2013-02-24_16.56.25.zip
Please sign in to leave a comment.
Hi Mark,
unfortunately "declare parent" statements (like one in MenuItemRepository_Roo_Mongo_Repository.aj) are not yet supported. Please vote/watch IDEA-59138.
So THAT is the problem. Thanks for the quick response. I removed the "DECLARE PARENT" and extended the interface traditionally. No more syntax errors. Thanks!