Lines Matching full:code
22 have to use the <code>-dontskipnonpubliclibraryclasses</code> option, and
23 maybe even the <code>-dontskipnonpubliclibraryclassmembers</code> option.
28 processed code never <b>intentionally throws NullPointerExceptions</b> or
31 it may remove a method call <code>myObject.myMethod()</code> if that call
33 <code>myObject</code> might be null, causing a NullPointerException. In
34 some way this is a good thing: optimized code may throw fewer exceptions.
36 optimization using the <code>-dontoptimize</code> option.
48 "<code>a.class</code>", "<code>b.class</code>", etc. If there is a large
50 <b>"<code>aux.class</code>"</b>. Windows doesn't allow creating files with