Reload/resolve class and dependencies upon change

已回答

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

0

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.

0

请先登录再写评论。