Error management

So, being tired, caffeine deprived and slightly confused by the new multi-level alt-enter menu, I accidentally selected "Suppress all inspections for class", and now I can't find how to turn it off. The Hector icon shows the level set to "inspections". Where is this?

0
Avatar
Permanently deleted user

Colin

Just remove the @SuppressWarnings("All") at the top of the file.

Alain

0

Thanks! BTW it's actually @noinspection ALL, but the principle is sound :)

0

请先登录再写评论。