On Monday, March 25, 2002, at 08:26 AM, Dominique Devienne wrote:
> In the question at hand, it was more to remove dead code than to > package a lean Java app anyway. --DD Exactly. My hope was to send in a couple of classes that I am currently suspicious of, and to get a usage report. If functions are unused, then I still have to do the manual step of (for example) making sure that these are not implementations of functions in parent classes and the like, but at least I have some place to start. Dead code analysis is always fun to perform, and anything that makes it less tedious is a win. Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
