[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: adding exceptions to methods





On Sat, 23 Mar 2002, Anup Rao wrote:

> newMethod = new SootMethod(oldMethod.getName(),....,
> 	                   oldMethod.getExceptions());

You might do better if you clone the exceptions list (chain? i don't
remember).

pat