Bastian / bstats-metrics

The different bStats Metrics classes
https://bStats.org
MIT License
96 stars 113 forks source link

Will adding an `@SuppressWarnings` annotation violate the Metrics file policy? #125

Closed Grass-block closed 1 month ago

Grass-block commented 1 month ago

So a see this warning when I want to add an @SuppressWarning annotation to mute IDEA from giving me warnings of this class. Does this violate the warnings in the tempate files? Or if there's any way to mute IDEA warning check to this file without adding an @SuppressWarning annotation here?

I haven't build this version and release it, so if i need to I will remove these lines. :D

My changes: QQ_1722058548268

Warnings in file: QQ_1722058517050

Bastian commented 1 month ago

Does this violate the warnings in the tempate files?

Yes, it does. However, you have my approval to suppress these warnings. :)