Spring autowiring problems inspection
Does anyone actually use this inspection? In principle it sounds useful, but there seems to be no way to constrain the scope of which beans it considers eligible for autowiring. For example, I get errors all over that multiple bean types were found, when one is a test or mock implementation. IDEA seems to pay no attention to whether the bean is part of the fileset for the given class or not. Am I doing something wrong here?
Please sign in to leave a comment.
Hi,
Which version of IntelliJ do you use? It seems to be the same problem. http://youtrack.jetbrains.com/issue/IDEA-80704
regards,
Serega.
Yeah, it looks just like that bug. Using the 11.1 RC right now.