blob: f790dff6f34d8ba3bffca9ea8edae50df6158434 [file] [log] [blame]
<html>
<body>
Reports <b>.equals()</b> or
<b>.hashCode()</b> being called
on <b>java.net.URL</b> objects. This can cause performance
problems because those methods uses a DNS lookup
to determine the equality of two <b>java.net.URL</b> objects.
Depending on the availability of the network and the speed of the DNS server, this can cause
significant delays.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>