Tagged Questions

58
votes
17answers
22k views

How to find unused/dead code in java projects

What tools do you use to find unused/dead code in large java projects? Our product has been in development for some years, and it is getting very hard to manually detect code that is no longer in use. ...
12
votes
5answers
638 views

find dead JavaScript code?

We are refactoring a legacy web app and as a result are "killing" quite a lot of JavaScript code but we're afraid of deleting what we think is dead code due to not being sure. Is there any tool / ...
7
votes
4answers
1k views

How can you find unused functions in Python code?

So you've got some legacy code lying Python around in a fairly hefty project. How can you find and delete dead functions? I've seen these two references: Find unused code and Tool to find unused ...
4
votes
2answers
376 views

Dead code detection in ruby

Does anyone know of a production worthy package commercial or OSS that can detect which lines of code have been executed or not? We're looking around for some tools that can help us detect dead code ...
2
votes
2answers
915 views

Visual Studio - plugin finding/removing dead code?

Anyone knows any free Visual Studio add-in that would find and/or delete dead (unused) code? I saw such possibility in MZ-Tools, but it's a little expensive as for private use ;)