Scope Inspection: possible to separate uninitialized variable warning from shadow warning?
Scope inspection warns me about 'variable may be uninitialized' which I really don't care about, and 'parameter shadows outer...' which I _do_ care about. As is, the unintialized variable warnings vastly outnumber the shadow warnings, making this not so useful. Is there a config file I can edit or similar to separate these checks, or disable them piecemeal?
Thanks,
Steve
Please sign in to leave a comment.
You can either edit inspection's settings or add "disabling" comment. The easiest way to do this is to show context menu for the reported problem.
Hope this helps, Oleg.