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

Re: is baf really first?



On Sat, 2 Mar 2002, Navindra Umanee wrote:

> Hmmm.  I haven't looked at it too closely, but none of the jb options
> I've tried so far work.
>
> ] soot -p jb no-splitting -b A
> Soot started on Sat Mar 02 19:59:22 EST 2002
> Transforming A... java.lang.RuntimeException: Invalid type: .unknown

Well, if you don't split locals, then you get things that are untypeable.
It's hard to give bytecode which has untypeable locals...  -p jb verbatim
does work.

pat