You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Mixins, if the invoker method has the same name as the target method, then non-obfuscated environments will encounter a StackOverflowError upon calling the method. Without a proficient understanding of how Mixin merges @Mixin classes with their targets, it may be difficult for developers to debug this. Having an inspection with an Error severity would help them notice this issue before it causes problems
The text was updated successfully, but these errors were encountered:
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
In Mixins, if the invoker method has the same name as the target method, then non-obfuscated environments will encounter a
StackOverflowError
upon calling the method. Without a proficient understanding of how Mixin merges@Mixin
classes with their targets, it may be difficult for developers to debug this. Having an inspection with an Error severity would help them notice this issue before it causes problemsThe text was updated successfully, but these errors were encountered: