[Soot-list] Why does the API "isEnum()" in SootClass not work?

Eric Bodden eric.bodden at uni-paderborn.de
Mon Aug 20 06:06:30 EDT 2018


Hi all.

Ich you use a recent JAR of Soot then the problem should go away.

Cheers
Eric

> On 14. Aug 2018, at 15:50, 周书林 <zhoushulin1992 at gmail.com> wrote:
> 
> Hi,
> 
> Actually I used the compiled jar packages of Hadoop to run my test, so does it still exist this problem?
> 
> Thank you very much.
> 
> 2018-08-13 19:57 GMT+08:00 Jan-Peter Stotz <jan-peter.stotz at sit.fraunhofer.de>:
> Hi.
> 
> Usually this means that your are using different versions of Soot for
> compiling your code and for running your code.
> 
> The version you use at compile time is newer and supports isEnum(),
> however then you execute the compiled classes it seems like you are
> using an older Soot version that does not has the isEnum() method.
> 
> Jan
> 
> Am 12.08.2018 um 11:32 schrieb 周书林:
> > Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
> > 
> > The method isEnum() is undefined for the type SootClass
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list



More information about the Soot-list mailing list