[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exclude org. and com.



As of Soot version 1.2.5, the default excluded packages are:
java.
sun.
javax.
com.sun.
com.ibm.
org.xml.
org.w3c.
org.apache.

You can of course exclude more with -x, or re-include some with -i.

Ondrej

On Sat, Mar 01, 2003 at 08:46:11PM -0500, Chris Pickett wrote:
> Hi,
> 
> I think Soot should by default exclude the Sun org.* and com.* classes 
> as well as java.*, javax.*, and sun.* ... it will probably be necessary 
> to specify these extra classes for exclusion precisely, so as not to 
> create conflicts with someone running Soot on a package that is not 
> Sun's that starts with com or org.
> 
> Cheers,
> Chris
>