Small String optimization

Useless toString call in String concatination
Using String.valueOf instead of ""+
Use faster indexof('') version

Change-Id: I991e0fe67138c3e7e35090ac9c23be687e75b417
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
18 files changed