Implemented simplest version of unused symbol inspection.

This commit is contained in:
Evgeny Gerashchenko
2014-12-03 21:16:49 +03:00
parent cb76c2a971
commit b781a09caf
13 changed files with 179 additions and 31 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports classes, functions or properties in the specified inspection scope that are not used or not reachable from entry points.
</body>
</html>