-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently when browsing through certain source files, such as com/mojang/blaze3d/vertex/Tesselator, you may encounter inlined constants, such as 786432 which refers to Tesselator.MAX_BYTES but was inlined during compilation.
It would be nice to have basic system that looks at the static final <primitive> FOO = ... declarations within a class and un-inlines them within the following method/field bodies of said class.
While this would not handle every case, especially cases when constants are inlined across classes, it would help with a decent majority (based on my own browsing experience).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request