[Soot-list] Problem with classpath / J2ME

Eric Bodden eric.bodden at mail.mcgill.ca
Wed May 23 11:26:05 EDT 2007


On 22/05/07, Marco Kaufmann <marco5327 at yahoo.de> wrote:
>     //  hack for J2ME library, reported by Stephen Cheng
>     if (!G.v().isJ2ME) {
>       typeVariable(hierarchy.CLONEABLE);
>       typeVariable(hierarchy.SERIALIZABLE);
>     }

Hmm, should we maybe make this a phase option? If so, which phase
should it be associated with? Right now, isJ2ME is a constant :-/

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list