Subj : Re: Rollback Functions To : comp.programming From : makc.the.great Date : Wed Oct 12 2005 05:06 am yaoziyuan@gmail.com wrote: > I propose a "rollback" function that logs and rollbacks all changes > caused by the call of a function. Particularly, it: > > - releases memory or other resources allocated; > - restores resources deleted; > - set back data modified; while you are "proposing", somebody already released IDE that does it for java. and of course I do not remeber what is that IDE called (because I don't speak Java). .