]> source.dussan.org Git - sonarqube.git/blob
aab9487db20d9bd9ee4b06ee9502206807c6ff8b
[sonarqube.git] /
1 <p> If you want to remove all elements from a collection <code>c</code>, use <code>c.clear</code>,
2 not <code>c.removeAll(c)</code>.
3         </p>