> Is there a plug-in for Eclipse that automatically marks unused code
> (unused variables, and methods that are never called)? I find myself
> doing a lot of Ctrl+Shift+G (search for references to a particular field)...
Not specifically a plug-in for Eclipse, but we
have a tool that finds unused definitions of any type
across large Java systems.
It will automatically remove them, too.
See http://www.semdesigns.com/Products/Tools.html

Signature
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com
Ulf Nordlund - 05 Feb 2005 22:17 GMT
Ira Baxter skrev:
>Not specifically a plug-in for Eclipse, but we
>have a tool that finds unused definitions of any type
>across large Java systems.
Well, my systems aren't all that large. And my wallet is much too thin
for your prices...
Thanks anyway,
/ulf
Gerald Kelly - 06 Feb 2005 04:32 GMT
>Ira Baxter skrev:
> >
[quoted text clipped - 4 lines]
>Well, my systems aren't all that large. And my wallet is much too thin
>for your prices...
You could try the findbugs Eclipse plug-in
http://findbugs.sourceforge.net/
It's free and works pretty well