-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] rare bug where renaming a (parameter?) will cause ArrayIndexOutOfBoundsException #89
Comments
Same thing happened to me after I updated from b9edb8d to the latest commit. |
to clarify, this wasn't happening before the merge of #84? |
@Decencies also, could you provide the jar and mappings that are causing the issue? |
here https://github.com/Lunar-Mapping-Project/mappings/releases/tag/93d4dd4%2Fmaster haha |
Whoops |
can reproduce, thank you! |
fixed in |
…on (fixes QuiltMC#89)" This reverts commit 0f85045.
Occured when renaming parameter
x
(was previously var1, renamed to x) (also occurs when naming x as x)When the exception is ignored, and the (deobf) package tree is focused, the containing package for the class in which the exception occured (in this case: package
container
fromcom/moonsworth/lunar/bridge/client/gui/
container/GuiContainerBridge
) will no longer be represented as a package, but as a class.When the parent package (in this case:
gui
) is re-opened, it persists, until the class is re-named.Trace:
Version: latest
The text was updated successfully, but these errors were encountered: