|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BugInstance
Java content class for BugInstance element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 81)
<element name="BugInstance">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ShortMessage" minOccurs="0"/>
<element ref="{}LongMessage" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="{}Class"/>
<element ref="{}Field"/>
<element ref="{}Method"/>
<element ref="{}Property"/>
<element ref="{}Type"/>
<element ref="{}LocalVariable"/>
<element ref="{}SourceLine"/>
<element ref="{}Int"/>
<element ref="{}String"/>
</choice>
</sequence>
<attribute name="abbrev" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="first" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="instanceHash" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instanceOccurrenceMax" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="instanceOccurrenceNum" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="introducedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="last" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="priority" use="required" type="{}Priority" />
<attribute name="removedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
| Method Summary |
|---|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||