Reduce technical debt 67/28967/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 24 Jan 2018 00:39:07 +0000 (19:39 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 24 Jan 2018 01:44:29 +0000 (20:44 -0500)
Mainly use StringBuilder() to improve speed

* Use StringBuilder
* Remove superflous exceptions in constructor
* Remove unnecessary casts
* Remove unnecessary toString()
* Combine return into one statement
* Move string literal to LHS

Issue-ID: POLICY-482
Change-Id: Id196728d92dda7fab7e83d6eea07633c5be37f7c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>

No differences found