XpdWiki
Set your name in
UserPreferences Referenced by
JSPWiki v2.0.52
|
Condenser is a tool that finds duplicated methods in Java code. (so far, two prototypes built: version 1.02 works on class files, version 1.05 works on source files.) see also RefactoringNoses. see http://condenser.sf.net Notes moved to SourceForge fixed
BTW - thanks to NatPryce for telling me about SableCC - an easy to use ParserGenerator. Ivan, you might want to try replacing line 126 with the following: print method print("=" * len(repr(method))) for duplicateLocation in methodsTablemethod?: print duplicateLocation print Thanks AdewaleOshineye - this definitely improves the output from JavaCondenser; I'll include this in the next version. IvanM³host³³date³January 3, 2003³agent³Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)³JavaCondenser
|