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?
Please sign in to leave a 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.