Unused java source code clean up in a project

Is there any tool so that I can clean up unused java source code in my project?
[86 byte] By [PEEKAYa] at [2007-11-27 2:14:59]
# 1
What do you mean? Something that strips out all of the code that you have built that you never used? Like what? Variable declarations? I think a better design would be your better option in this particular case.
Navy_Codera at 2007-7-12 2:11:16 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
On a side note ... I work with a guy who calls himself PK... (His name is Prashanth.)
Navy_Codera at 2007-7-12 2:11:16 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 3
i want a tool to clean up the classes and methods that are not in use now in my java project.
PEEKAYa at 2007-7-12 2:11:16 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 4
If you are talking about removing unused methods of a class you could use some code obfuscators which can optimize the final class or classes bundled in a jar file
Ragnosa at 2007-7-12 2:11:16 > top of Java-index,Archived Forums,Debugging Tools and Techniques...