UnderwaterApps / overlap2d-runtime-libgdx

Overlap2D - UI and Level Editor libgdx runtime
http://overlap2d.com
Other
170 stars 96 forks source link

squid:S1125 - Literal boolean values should not be used in condition … #85

Closed m-ezzat closed 8 years ago

m-ezzat commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1125 - Literal boolean values should not be used in condition expressions

You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S1125

Please let me know if you have any questions.

M-Ezzat