JavaCondenser| - Last edited January 3, 2003 |
(so far, two prototypes built: version 1.02 works on class files, version 1.05 works on source files.)
see also RefactoringNoses.
see condenser.sf.net
Notes moved to SourceForge
print method
print("=" * len(repr(method)))
for duplicateLocation in methodsTable[method]:
print duplicateLocation
print
--AdewaleOshineye
Thanks AdewaleOshineye - this definitely improves the output from JavaCondenser; I'll include this in the next version. IvanM
| - Last edited January 3, 2003 |