brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

Fixing squid:S1488 - Local Variables should not be declared and then immediately returned or thrown #36

Closed misgersameer closed 8 years ago

misgersameer commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule "squid:S1488 - Local Variables should not be declared and then immediately returned or thrown". You can find more information about the issue here:

https://dev.eclipse.org/sonar/rules/show/squid:S1488

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

pasky commented 8 years ago

Thanks!