Minecraft Development for IntelliJ plugin version
2025.3-1.8.11
IntelliJ version
2025.3.1.1
Operating System
Windows 11 LTSC 2024
Target platform
Mixins
Description of the bug
@reason is not a valid Javadoc tag, yet the inspection requires that you use it. This is concerning for two reasons:
- This would fail the
javadoc task.
- I work on Fabric API and not having these comments is a source of friction.
It should be checking either some other tag or if there is a description.
Minecraft Development for IntelliJ plugin version
2025.3-1.8.11
IntelliJ version
2025.3.1.1
Operating System
Windows 11 LTSC 2024
Target platform
Mixins
Description of the bug
@reasonis not a valid Javadoc tag, yet the inspection requires that you use it. This is concerning for two reasons:javadoctask.It should be checking either some other tag or if there is a description.