Changeset 1335

Show
Ignore:
Timestamp:
03/28/09 21:44:42 (3 years ago)
Author:
amandel
Message:

Update to FindBugs 1.3.8 (report schema update)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/xml/findbugs/findbugs.xsd

    r1332 r1335  
    372372    <xsd:element ref="ClassProfile" minOccurs="0" maxOccurs="unbounded"/> 
    373373   </xsd:sequence> 
     374  </xsd:complexType> 
     375 </xsd:element> 
     376 
     377 <xsd:element name='ClassProfile'> 
     378  <xsd:complexType> 
    374379   <xsd:attribute name='name' use='required' type='xsd:string'/> 
    375380   <xsd:attribute name="totalMilliseconds" type="xsd:unsignedInt" use="required"/> 
     
    378383   <xsd:attribute name="maxMicrosecondsPerInvocation" type="xsd:unsignedInt" use="optional"/> 
    379384   <xsd:attribute name="standardDeviationMircosecondsPerInvocation"  
    380     type="xsd:unsignedInt" use="optional"/> 
    381   </xsd:complexType> 
    382  </xsd:element> 
    383  
    384  <xsd:element name='ClassProfile'> 
    385   <xsd:complexType> 
    386    <xsd:attribute name='name' use='required' type='xsd:string'/> 
    387    <xsd:attribute name="totalMilliseconds" type="xsd:unsignedInt" use="required"/> 
    388    <xsd:attribute name="invocations" type="xsd:unsignedInt" use="required"/> 
    389    <xsd:attribute name="avgMicrosecondsPerInvocation" type="xsd:unsignedInt" use="required"/> 
     385       type="xsd:unsignedInt" use="optional"/> 
    390386  </xsd:complexType> 
    391387 </xsd:element>