]> source.dussan.org Git - sonarqube.git/blob
a29e60a917a91ecd957be0317dd80de71b65882c
[sonarqube.git] /
1 <p> Using the <code>java.lang.String(String)</code> constructor wastes memory
2   because the object so constructed will be functionally indistinguishable
3   from the <code>String</code> passed as a parameter.&nbsp; Just use the
4   argument <code>String</code> directly.</p>