Lines Matching full:fixed
66 <li>Fixed configuration with annotations that are not preserved themselves.
67 <li>Fixed preverification of invocations of super constructors with arguments
69 <li>Fixed processing of unreachable exception handlers.
70 <li>Fixed merging of exception classes.
71 <li>Fixed repeated method inlining.
72 <li>Fixed inlining of finally blocks surrounded by large try blocks, compiled
74 <li>Fixed optimization of complex finally blocks, compiled with JDK 1.4 or
76 <li>Fixed obfuscation of anonymous class names, if <code>EnclosingMethod</code>
78 <li>Fixed obfuscation of inner class names in generic types.
79 <li>Fixed decoding of UTF-8 strings containing special characters.
80 <li>Fixed copying of debug information and annotations when merging classes.
81 <li>Fixed writing out of unknown attributes.
82 <li>Fixed updating manifest files with split lines.
95 <li>Fixed optimization of unused variable initializations causing negative
97 <li>Fixed optimization of unusual initialization code causing
99 <li>Fixed optimization of half-used long and double parameters.
100 <li>Fixed processing of complex generics signatures.
103 <li>Fixed obfuscation of classes with inner classes whose names are preserved.
104 <li>Fixed access of protected methods in repackaged classes.
116 <li>Fixed handling of exceptions when inlining subroutines.
117 <li>Fixed inlining of incompatible code constructs between different java
119 <li>Fixed computation of local variable frame size.
120 <li>Fixed optimization of infinite loops.
121 <li>Fixed optimization of subroutine invocations.
122 <li>Fixed optimization of floating point remainder computations.
123 <li>Fixed removal of unused parameters in method descriptors containing arrays
129 <li>Fixed processing of generic types in Signature attributes in shrinking and
131 <li>Fixed processing of inner class names in Signature attributes in obfuscation
134 <li>Fixed interpretation of package names in GUI.
135 <li>Fixed default settings for Xlets in GUI.
141 <li>Fixed shrinking of default annotation element values.
142 <li>Fixed optimization of invocations of methods in same class that are
144 <li>Fixed optimization of invocations of synchronized methods without other
146 <li>Fixed optimization of some non-returning subroutines.
147 <li>Fixed handling of local variable debug information when inlining methods.
149 <li>Fixed obfuscation of potentially ambiguous non-primitive constants in
151 <li>Fixed preverification of some code constructs involving String, Class, and
216 <li>Fixed optimization of invocations of methods in same class that are
218 <li>Fixed optimization of invocations of synchronized methods without other
227 <li>Fixed optimization of synchronization on classes, as compiled by Eclipse
229 <li>Fixed optimization of switch statements with unreachable cases.
236 <li>Fixed processing of .class constructs in Java 6.
237 <li>Fixed repeated processing of .class constructs.
238 <li>Fixed possible division by 0 in optimization step.
239 <li>Fixed handling of variable instructions with variable indices larger than
246 <li>Fixed optimization of parameters used as local variables.
247 <li>Fixed obfuscation with conflicting class member names.
248 <li>Fixed incremental obfuscation with incomplete mapping file for library jars.
255 <li>Fixed shrinking of partially used annotations.
259 <li>Fixed optimization of repeated array length instruction.
260 <li>Fixed optimization of subsequent try/catch/finally blocks with return
262 <li>Fixed optimization of complex stack operations.
263 <li>Fixed optimization of simple infinite loops.
264 <li>Fixed optimization of expressions with constant doubles.
266 <li>Fixed overflows of offsets in long code blocks.
275 <li>Fixed inlining of interfaces that are used in .class constructs.
276 <li>Fixed removal of busy-waiting loops reading volatile fields.
277 <li>Fixed optimization of comparisons of known integers.
278 <li>Fixed optimization of known branches.
279 <li>Fixed optimization of method calls on arrays of interfaces.
280 <li>Fixed optimization of method calls without side-effects.
281 <li>Fixed optimization of nested try/catch/finally blocks with return
283 <li>Fixed initialization of library classes that only appear in descriptors.
284 <li>Fixed matching of primitive type wildcards in configuration.
285 <li>Fixed the boilerplate specification for enumerations in the GUI.
291 <li>Fixed obfuscation of class members with complex visibility.
292 <li>Fixed optimization bugs causing stack verification errors.
293 <li>Fixed optimization bug causing overridden methods to be finalized.
294 <li>Fixed optimization bug causing abstract method errors for retro-fitted
296 <li>Fixed optimization bug evaluating code with constant long values.
297 <li>Fixed bug in updating of optional local variable table attributes and local
299 <li>Fixed interpretation of comma-separated class names without wildcards.
310 <li>Fixed <code>Class.forName</code> detection.
311 <li>Fixed incremental obfuscation bug.
312 <li>Fixed optimization bug causing stack verification errors.
313 <li>Fixed optimization bugs related to removal of unused parameters.
314 <li>Fixed exception when optimizing code with many local variables.
315 <li>Fixed exception when saving configuration with initializers in GUI.
331 <li>Fixed reading and writing of parameter annotations.
332 <li>Fixed various optimization bugs.
333 <li>Fixed wildcards not matching '-' character.
334 <li>Fixed wildcard bug and checkbox bugs in GUI.
343 <li>Fixed JDK5.0 processing bugs.
344 <li>Fixed optimization bugs.
345 <li>Fixed relative paths in Ant task.
357 <li>Fixed various optimization bugs.
359 <li>Fixed two Ant task bugs.
388 <li>Fixed various processing bugs.
389 <li>Fixed ReTrace parsing bugs.
399 <li>Fixed use of multiple filters on output jars.
400 <li>Fixed option to keep all attributes.
401 <li>Fixed various Ant task bugs.
415 <li>Fixed exception when ignoring warnings.
416 <li>Fixed various Ant task bugs.
422 <li>Fixed various Ant task bugs.
423 <li>Fixed ClassCastException due to explicitly used abstract classes with
425 <li>Fixed <code>-defaultpackage</code> bug for protected classes and class
427 <li>Fixed ReTrace bug when retracing without line number tables.
443 <li>Fixed processing of libraries containing public as well as non-public
445 <li>Fixed examples for processing libraries, midlets, and serializable code.
451 <li>Fixed processing of retrofitted library interfaces.
452 <li>Fixed processing of <code>.class</code> constructs in internal classes
454 <li>Fixed <code>-dump</code> option when <code>-outjar</code> option is not
476 <li>Fixed processing of implicitly used interfaces targeted at JRE1.2 (the
478 <li>Fixed processing of configurations with negated access modifiers.
479 <li>Fixed duplicate class entry bug.
486 <li>Fixed processing of classes targeted at JRE1.2 (the default in JDK1.4)
488 <li>Fixed processing of static initializers in J2ME MIDP applications.
489 <li>Fixed processing of retrofitted interfaces (again).
503 <li>Fixed processing of retrofitted interfaces.