Lines Matching full:detectors
1 Adding Detectors to FindBugs
9 FindBugs uses a plugin-based approach to adding detectors.
10 This makes it easy for users to add their own detectors alongside
15 file. That XML file registers instances of Detectors, as well
22 all detectors named in the findbugs.xml files from those plugins
38 bug pattern detectors (coreplugin.jar) can be found in the "etc" directory
65 Each plugin Jar file can (and usually will) provide multiple detectors
76 This is useful for detectors that aren't quite ready for prime time.
79 "Settings->Configure Detectors" dialog. It gives the user an idea of
214 8. Adding detectors to Eclipse plugin
217 Since version 2.0.0 Eclipse plugin allows to configure or contribute custom detectors.
219 7.1. It is possible to contribute custom detectors via standard Eclipse extensions mechanism.
226 7.2 It is possible to configure custom detectors via Eclipse workspace preferences.
227 Go to "Window->Preferences->Java->FindBugs->Misc. Settings->Custom Detectors"
234 In case custom detectors need access to this custom libraries at runtime, an