List all errors caused by a change

已回答

Sometimes, I make a change to one function arg, This would cause many compiler errors. Is there a way to list all of them in the IDE so I can fix them together?

0

You can switch Java Compiler to Eclipse compiler and enable Proceed on errors option for IDE to compile all the code regardless of compiler errors.

0

请先登录再写评论。