Skip to content

fixed some issues with remapping

Sign in for the full log view
GitHub Actions / PMD completed Aug 3, 2024 in 0s

PMD Source Code Analyzer report

1 violation(s) found

Annotations

Check warning on line 410 in src/main/java/org/violetmoon/zetaimplforge/event/ForgeEventsRemapper.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone UnnecessaryCaseChange

Using equalsIgnoreCase() is cleaner than using toUpperCase/toLowerCase().equals().