How to cycle through Eclipse with errors only?

Using Ctrl +, for Previous and Ctrl +. for Next, you can cycle warnings and errors in your code. Could this be narrowed down to only cycle through errors?

Please note that I do not want to hide the warnings.

+4
source share
1 answer

You can change which annotations are viewed using these shortcuts in the Next / Previous Annotation drop-down list. Delete the “Warnings” and leave the errors so that the cyclical focus only on the errors. Instructions for changing these settings:

http://eclipseone.wordpress.com/2010/03/10/navigate-and-fix-errors-amp-warnings-in-a-class-with-eclipse-keyboard-shortcuts/

+2
source

Source: https://habr.com/ru/post/1383655/


All Articles