[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Couple of issues
1> Scene.v().loadClassAndSupport("java.lang.Object").hasSuperclass()
returns true when one would think it should return false.
Is this a bug or a "feature"?
I've seen things like that when java.lang.Object 'accidently' gets made an
application class and saved in your classpath.
then Soot doesn't recognize it as *the* java.lang.Object.
Steve