Skip to content

Commit

Permalink
ZACCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Aug 5, 2023
1 parent dbb0b3c commit 3dcd89c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Wraps a ClassProvider to apply fixes to the following problems introduced by the obfuscator,
* so that the classes can be decompiled correctly:
* <ul>
* <li>Bridge methods missing the "bridge" or "synthetic" zaccess modifier
* <li>Bridge methods missing the "bridge" or "synthetic" access modifier
* <li>.getClass() calls added by Proguard (Proguard adds these to preserve semantics when Proguard removes
* a field access which may have caused a {@code NullPointerException}).
* <li>LVT names that don't match parameter table name
Expand Down

0 comments on commit 3dcd89c

Please sign in to comment.