MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Add inspections when accessoring a member and not having the same "staticness"

Open O7410 opened this issue 1 year ago • 0 comments

Minecraft Development for IntelliJ plugin version

2024.1-1.8.0

Description of the feature request

Wanted behavior: When accessoring a static method or field while the accessor method is not static, warning and quick fix to make the accessor method static with throwing an exception (that will be replaced from the mixins) When accessoring a non static method or field while the acccessor method is static, an IDE error with a quick fix to make the accessor method non static

O7410 avatar Aug 01 '24 18:08 O7410