Lines Matching refs:Detector
48 <Detector class="org.foobar.findbugs.FindUnreleasedLocks" speed="slow" />
49 <Detector class="org.foobar.findbugs.ExperimentalDetector" speed="fast" disabled="true" />
51 <!-- More Detector elements would go here... -->
64 <DetectorPlugin> a collection of <Detector> and <BugPattern> elements.
68 <Detector> specifies a class which implements the edu.umd.cs.findbugs.Detector
72 1. The required "class" attribute specifies the Detector class.
112 <Detector class="org.foobar.findbugs.FindUnreleasedLocks" >
119 </Detector>
121 <!-- More Detector nodes would go here... -->
162 <Detector> holds meta-information about a Detector in the plugin.
163 The required "class" attribute specifies the Detector class.
164 Detector elements much have the following child elements:
166 The <Details> child element has a brief HTML description of the Detector.