blob: 66fee1dd36dccb2eb04f5fb4a53389e26b3e676f [file] [log] [blame]
<html>
<body>
Reports cases where the argument of a method call on a <b>java.util.Collection</b>
or <b>java.util.Map</b> is the collection or map itself.
This includes adding a collection to itself, which can lead to a <b>java.lang.StackOverflowError</b> when,
for example, calling <b>hashCode()</b> on the self-containing collection.
<!-- tooltip end -->
<p>
</body>
</html>