IDEA unable to resolve ASPECTJ method

已回答

In our firm common functions such as logging are provided through common libraries (JARs) designed using ASPECTJ. Our logging support requires us to declare an annotation @Loggable on the class and then access the logger using getLogger(). The method is provided by aspectj. Everything compiles and runs fine in IDEA. But the editor shows the method in RED as "Cannot resolve method getLogger()". The class appears in red in the editor. Is this a known issue in IDEA or is there a way to handle it?

I am currently evaluating IDEA as a replacement for Eclipse so need to know this because if it isn't supported almost all our classes would appear with compile errors in the editor and that is a show stopper.

0

Hello,

Is it possible to provide sample project example for investigation?

0

请先登录再写评论。