angelozerr / eclipse-wtp-webresources

Provides completion, hyperlink, hover inside WTP HTML editor for Web Resources (CSS, JS, Images)
Eclipse Public License 1.0
13 stars 9 forks source link

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

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 technical debt of 140 minutes. 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

angelozerr commented 8 years ago

@georgekankava I agree with you, it should be better to use StringBuilder, but we cannot because I use HTMLPrinter from Eclipse which doesn't support StringBuilder.