IntelliJ inspection -- non-thrown exception

Posted by skiaddict1 on Stack Overflow See other posts from Stack Overflow or by skiaddict1
Published on 2010-05-13T22:01:33Z Indexed on 2010/05/13 22:04 UTC
Read the original article Hit count: 188

Filed under:

This is a follow-up question to 1832203. I'm making it a new question as well, because it seems that posting an answer to a question doesn't change its position on the java page and so I'm worried that it won't get seen. Apologies if I've just stepped on some etiquette toes.

I'm an IntelliJ newbie -- started using it two days ago and I'm absolutely head-over-heels in love! One of the things I adore is the code inspections. However...

In one of my classes I often create exceptions without throwing them. If I can't turn off (or downgrade) the inspection warning for this then I can see I'm going to end up ignoring inspections on at least that file (if not the entire project), which would be a real pity.

I've done a search in the inspection settings for "exception", and found nothing that relates exactly, so I turned them all off just to see, and it's still doing it (even after a rebuild...BTW when are inspections redone? at save? at rebuild? ???), so I would really like some help on how to make this one into an info/typo level -- which I can then ignore.

Using the free version, if that makes any difference

TIA to all those experienced IntelliJ warriors out there!

© Stack Overflow or respective owner

Related posts about java