audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Fixing squid:S1197, Fixing squid:S1125 #25

Closed misgersameer closed 8 years ago

misgersameer commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule "squid:S1197- Array designators "[]" should be on the type, not the variable, squid:S1125- Literal boolean values should not be used in condition expressions". You can find more information about the issues here: https://dev.eclipse.org/sonar/rules/show/squid:S1197 https://dev.eclipse.org/sonar/rules/show/squid:S1125

Please let me know if you have any questions. Sameer Misger

janithb commented 8 years ago

Reviewed.!