Is it possible to quick fix all errors in a class opened in Eclipse?
I have 71 errors that are pretty much the same, I would rather not do it one-by-one.
(Note: I am quick fixing a Java file)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Often, you can fix errors en masse. There are several ways. I recommend going to your Problems view, selecting one of the errors, and hitting Ctrl-1 (quick fix). It should offer you the chance to fix all the errors of the selected type, in all files.
You can also mouse over the error in the text editor and wait for a popup; it should say “fix 70 other errors of this type”. Doing it this way applies only to the specific file.