marcelo-mason / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
56 stars 66 forks source link

Code quality fix - Dodgy - Redundant nullcheck of value known to be non-null. #933

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE - Dodgy - Redundant nullcheck of value known to be non-null. You can find more information about the issue here: http://sonar.adroitlogic.com/rules/show/findbugs:RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

Please let me know if you have any questions.

Faisal Hameed