Cleanup / Remove unused modules
I know in the Repository you can click the cleanup button and it will clean up the repository for you.
I am wondering if you could add something similar that I can click on to cleanup / remove unused modules?
I know I can right click on each one and select show all references and see if it is in use or not, but with almost 200 modules in my test case that’s going to take a while. It would be nice to have a similar button / feature like the repository cleanup button but for unused modules.

3 comments
-
Anonymous commented
FYI: I discovered a plugin that does quite the job. It was promoted in the Ranroex blog some time ago too.
Search for Qualicen Ranorex Plugin and you will get a small statistics tool, which also provides different findings like unused modules (unfortunately no cleanup, that you have to do manually).However, be aware that the tool seems to be kind of beta (at least I experienced some situations where the tool said a recording module is unused, but was not able to check that it was indirectly used from within a usercode call). I use it to find the modules and then doublecheck with Ranorex's "Find all references" feature to really be sure it is not used.
-
Miguel commented
Agree with that, totally necessary
-
cb commented
As a further enhancement and for performance optimisation it would be also useful if somehow a statistic could be generated listing all/subset of methods and the number of usages.