[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Type Error (12) occurs at specific classes.
On Fri, 23 Apr 2004, Jung-joon Kim wrote:
> I think some phantom classes cause this problem.
>
> I know this occur during process to decide type of local variables. but, Intra method analysis is enought for my purpose. and the analysis doesn't need type information except some types (String and StringBuffer). So typing for unknown type is not essential for my purpose.
>
> Is there any way to skip typing for Unknown type? Is there any workaround for this problem?
> Warning: com.ibm.ejs.wlm.client.WLMClient is a phantom class!
> Warning: com.sun.corba.ee.internal.util.JDKBridge is a phantom class!
If you give Soot those two classes, the problem should go away.
pat