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

周书林 zhoushulin1992 at gmail.com
Tue Aug 14 09:50:40 EDT 2018


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20180814/c3837f8b/attachment.html>


More information about the Soot-list mailing list