Reload/resolve class and dependencies upon change
Answered
Hello,
I have a project containing multiple modules. For example, if I change one class "A" its method signature to only accept 1 parameter then dependencies, test and other classes using that method will not show any error. The error only comes when I try to build with maven (error log) or when I open that test class for example. Is there another way than to use the refactor functionality?
Thank you.
Kind regards
Yi
Please sign in to leave a comment.
Do you change the method signature via refactoring? In this case the code should build fine.
If not, use Build | Make to see the errors or enable automatic compilation.