RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Code quality fix - "toString()" should never be called on a String object. #32

Closed faisal-hameed closed 6 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1858 - "toString()" should never be called on a String object. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1858

Please let me know if you have any questions.

Faisal Hameed