edu.umd.cs.findbugs.detect

Class URLProblems

public class URLProblems extends BytecodeScanningDetector

equals and hashCode are blocking methods on URL's. Warn about invoking equals or hashCode on them, or defining Set or Maps with them as keys.
Constructor Summary
URLProblems(BugReporter bugReporter)

Constructor Detail

URLProblems

public URLProblems(BugReporter bugReporter)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.