feroult / yawp

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

squid:S1149 - Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used #82

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1149 - Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used. This pull request removes 80 minutes of technical debt. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1149 Please let me know if you have any questions. George Kankava

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 65.937% when pulling 0d91f829c2ca5d8ba45be109d599ac55ec7972db on DevFactory:staging/synchronized-classes-should-not-be-used-fix-1 into 5be7065a89610d2f0885476a905234fb365f30f4 on feroult:master.

feroult commented 8 years ago

Thanks for the PR, George!