----- Original Message ----- From: "Curtis cloud" <[EMAIL PROTECTED]> > All, > > I am working on an application written in delphi but my problem is that it > has very little documentation on how the object interact with each other. > > My question is two fold. > > 1. Does delphi or any other company has a reverse engineering tool that > would diagram the system for me with out me performing the labor?
Modelmaker supports reverse engineering into UML models. Well worth it IMHO. (Do note however that no tool will produce pristine easy to understand models of a codebase with zero effort, especially if the codebase is "messy" to begin with. Having said that, Modelmaker can be very useful to extract some sense out of a codebase. But give yourself some time with the tool - it takes a little getting used to...) URL: http://www.modelmakertools.com/ > 2. Does anyone know of a free software management application that has > version control and trouble report tracking? These two things are typically handled by seperate applications. (So no, offhand I can't think of one with both built in. Well, maybe Borland Starteam, but that ain't free.) We've been using Subversion with the TortoiseSVN explorer interface for some time now and can recommend it. It does not have bug tracking features built in, as such. For bug/issue tracking there are *many* options, including Bugzilla, OTRS, Scarab and others. I do know that another commercial offering for bug tracking, "FogzBugz" integrates seamlessly with TortoiseSVN and Subversion, so maybe that's worth a look. URLS: http://subversion.tigris.org/ http://tortoisesvn.tigris.org/ http://www.fogcreek.com/FogBugz/docs/40/Articles/SourceControl/TortoiseSVN.html http://www.bugzilla.org/ http://scarab.tigris.org/ http://otrs.org/ Hope this helps Walter ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

