Is there any way to quickly disable eclipse warnings and then enable them back when I need them?
I want to be able to do some testing and am not interested in clean code in this stage, so I'd like to disable them and, after I'm done, re-enable as they were. Just to be specific, I'm familiar with suppress warning and with changing them from preferences, this is not what I have in mind.
I want some keyboard shortcut, use it to disable all warnings, make some messy testing code + breakpoints that would be hidden behind warnings, and then after I'm done, re-enable them.