Using new String(String) to duplicate a string is inefficient and almost always unnecessary.

In the absence of any tangible benefit, calling new String(String) is simply wasteful: