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?
请先登录再写评论。
Colin
Just remove the @SuppressWarnings("All") at the top of the file.
Alain
Thanks! BTW it's actually @noinspection ALL, but the principle is sound :)