hpehl / piriti

JSON and XML Mapper for GWT
40 stars 16 forks source link

Multiple code improvements - squid:S1488, squid:S1066 #29

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rules squid:S1488 - Local Variables should not be declared and then immediately returned or thrown. squid:S1066 - Collapsible "if" statements should be merged. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1488 https://dev.eclipse.org/sonar/rules/show/squid:S1066 Please let me know if you have any questions. George Kankava