MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Add inspection for usages of field getter accessors without using field value

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

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

O7410 avatar Aug 01 '24 19:08 O7410