MinecraftDev
MinecraftDev copied to clipboard
Add inspection for usages of field getter accessors without using field value
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
There is no reason to call a field getter accessor without using the return value, so add an IDE warning for any usage of a field getter accessor without using the return value in normal java this is prevented by field accesses not being statements