Lines Matching full:option
118 with an option like "<code>-keep class MyClass</code>", or their
119 implementations with an option like "<code>-keep class * implements
121 <a href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
128 keep them with an option like "<code>-keep class MyClass { MyFieldType
133 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
137 <dd>Your configuration contains a <code>-keep</code> option to preserve the
138 given method (or field), but no <code>-keep</code> option for the given
144 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
149 a <code>-keepclassmembers/-keepclasseswithmembers</code> option to
151 which fields or methods. This way, the option simply won't have any
155 the <a href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
165 href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd>
174 is no option to switch off these warnings.</dd>
189 the <a href="usage.html#libraryjars"><code>-libraryjars</code></a> option.
197 href="usage.html#ignorewarnings"><code>-ignorewarnings</code></a> option,
199 option. Only use these options if you really know what you're doing
220 corresponding <a href="usage.html#injars"><code>-injars</code></a> option:
241 option.</dd>
277 href="usage.html#ignorewarnings"><code>-ignorewarnings</code></a> option,
279 option.</dd>
283 <dd>There is a conflict between a <code>-keep</code> option in the
290 href="usage.html#ignorewarnings"><code>-ignorewarnings</code></a> option,
292 option.</dd>
305 href="usage.html#ignorewarnings"><code>-ignorewarnings</code></a> option,
307 option. Note that you should always use the <a
309 option in the initial obfuscation step, in order to reduce the risk of
348 option <code>-DsuppressSwingDropSupport=true</code> when running the
372 size of the Java virtual machine (with the usual <code>-Xss</code> option)
384 href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. In
413 option.
428 href="usage.html#printseeds"><code>-printseeds</code></a> option to see
434 an option like "<code>-keep interface MyMarkerInterface</code>".
439 with an option like "<code>-keep @interface *</code>".<dd>
497 option to work around this problem.
502 href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. You
510 <a href="usage.html#microedition"><code>-microedition</code></a> option,
539 href="usage.html#keep"><code>-keep</code></a> option, e.g. "<code>-keep
549 href="usage.html#keep"><code>-keep</code></a> option, e.g. "<code>-keep
568 specify the option <a
584 <dd>You are probably starting your application with the java option
585 <code>-jar</code> instead of the option <code>-classpath</code>. The java
609 href="usage.html#microedition"><code>-microedition</code></a> option, so
630 option. It avoids overloading class member names, which triggers a bug in
635 option. Even if the midlet has been properly processed and then
650 option.</dd>
675 option. This option triggers a bug in
677 used for (dynamic) compilation. You should then avoid this option.</dd>
684 option. You should then use the same option again in the second processing
716 option. You can check the bug database to see if it is a known problem