kiwiproject / kiwi

A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
MIT License
12 stars 1 forks source link

Use SuppressWarnings for unchecked conversion warnings #1121

Closed sleberknight closed 7 months ago

sleberknight commented 7 months ago

Switch to generic SuppressWarnings instead of IntelliJ-specific comment for unchecked warnings. This will minimize errors shown in both IntellIJ and VSCode

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud