]> source.dussan.org Git - sonarqube.git/blob
2813bd95375c6673c36d850a82eb8ac23f6301a8
[sonarqube.git] /
1 <p> Creating new instances of <code>java.lang.Boolean</code> wastes
2   memory, since <code>Boolean</code> objects are immutable and there are
3   only two useful values of this type.&nbsp; Use the <code>Boolean.valueOf()</code>
4   method (or Java 1.5 autoboxing) to create <code>Boolean</code> objects instead.</p>