List all errors caused by a change

Answered

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
1 comment

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

Please sign in to leave a comment.