game boots :O #90
GitHub Actions / PMD
completed
Jul 31, 2024 in 0s
PMD Source Code Analyzer report
2 violation(s) found
Annotations
Check warning on line 61 in src/main/java/org/violetmoon/zeta/event/bus/FabricZetaEventBus.java
github-actions / PMD
Best Practices MissingOverride
The method 'fire(T)' is missing an @Override annotation.
Check warning on line 79 in src/main/java/org/violetmoon/zeta/event/bus/FabricZetaEventBus.java
github-actions / PMD
Best Practices MissingOverride
The method 'fire(T, Class)' is missing an @Override annotation.
Loading