feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
131 stars 19 forks source link

squid:S1905 - Redundant casts should not be used #87

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1905 - Redundant casts should not be used. This pull request removes 20 minutes of technical debt. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1905 Please let me know if you have any questions. George Kankava

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.06%) to 65.857% when pulling 247e62e7741d003168017f83a4496f6569392432 on DevFactory:staging/redundant-casts-should-not-be-used-fix-1 into 4169f83ad360022dbe888783db1af9f8cc9a3d8a on feroult:master.

feroult commented 8 years ago

Thanks, George.