This inspection reports any instances of .equals() or .hashCode() being called on java.net.URL objects. This can cause performance problems because those methods uses a DNS lookup to determine the equality of two java.net.URL objects. Depending on the availability of the network and the speed of the DNS server, this can cause significant delays.
New in 7, Powered by InspectionGadgets