Unused types do not show in "Find Code Issues"
I have set every option in "unused symbols" in Inspection Severity window to 'show as warning'.
Created a new class file with a class which is not used anywhere. Used the Find Code Issues option and it didn't mention that the class (type) was not used. Why not?
Please sign in to leave a comment.
Hi,
If you have, for example, public unused class you should turn on
Solution Wide analysis to highlight unused type and then run Find Code
issues.
--
Kirill Falk
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
On 9/15/2010 8:48 PM, abdu wrote:
>