Unused symbol inspection: finding methods only referenced by test code
The current global unused symbol inspection is quite useful.
I'm looking for something related: finding symbols in production code which are only references from test code.
While in some cases there's a justification for such methods/classes, quite often they're simply being kept "alive" (used) by a single reference in an obsolete test.
Please sign in to leave a comment.
Here's a JIRA ticket:
http://www.jetbrains.net/jira/browse/IDEA-24588
Feel free to vote and/or comment.
-tt