edu.umd.cs.findbugs.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs Show documentation
Show all versions of spotbugs Show documentation
SpotBugs: Because it's easy!
The newest version!
/**
* Main package for the FindBugs application - contains the engine class
* ({@link edu.umd.cs.findbugs.FindBugs}), the object model classes for bug
* instances ({@link edu.umd.cs.findbugs.BugInstance},
* {@link edu.umd.cs.findbugs.BugAnnotation}), and other miscellany.
*/
package edu.umd.cs.findbugs;