Class BugCollection.FindBugsSummary

  • Enclosing class:
    BugCollection

    public static class BugCollection.FindBugsSummary
    extends java.lang.Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FileStats" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="bugCount" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="bugHash" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="PackageStats" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ClassStats" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                               <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="total_types" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                     <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="FindBugsProfile" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ClassProfile" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="invocations" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="avgMicrosecondsPerInvocation" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="maxMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="maxContext" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="standardDeviationMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="total_classes" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="referenced_classes" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="num_packages" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="java_version" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="vm_version" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cpu_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="clock_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="peak_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="alloc_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="gc_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • timestamp

        protected java.lang.String timestamp
      • totalClasses

        protected long totalClasses
      • referencedClasses

        protected java.lang.Long referencedClasses
      • totalBugs

        protected long totalBugs
      • totalSize

        protected long totalSize
      • numPackages

        protected long numPackages
      • javaVersion

        protected java.lang.String javaVersion
      • vmVersion

        protected java.lang.String vmVersion
      • cpuSeconds

        protected java.lang.Float cpuSeconds
      • clockSeconds

        protected java.lang.Float clockSeconds
      • peakMbytes

        protected java.lang.Float peakMbytes
      • allocMbytes

        protected java.lang.Float allocMbytes
      • gcSeconds

        protected java.lang.Float gcSeconds
      • priority1

        protected java.lang.Long priority1
      • priority2

        protected java.lang.Long priority2
      • priority3

        protected java.lang.Long priority3
    • Constructor Detail

      • FindBugsSummary

        public FindBugsSummary()
    • Method Detail

      • getFileStats

        public java.util.List<BugCollection.FindBugsSummary.FileStats> getFileStats()
        Gets the value of the fileStats property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fileStats property.

        For example, to add a new item, do as follows:

         getFileStats().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.FindBugsSummary.FileStats

        Returns:
        The value of the fileStats property.
      • getPackageStats

        public java.util.List<BugCollection.FindBugsSummary.PackageStats> getPackageStats()
        Gets the value of the packageStats property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the packageStats property.

        For example, to add a new item, do as follows:

         getPackageStats().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.FindBugsSummary.PackageStats

        Returns:
        The value of the packageStats property.
      • getTimestamp

        public java.lang.String getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is String
      • setTimestamp

        public void setTimestamp​(java.lang.String value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is String
      • getTotalClasses

        public long getTotalClasses()
        Gets the value of the totalClasses property.
      • setTotalClasses

        public void setTotalClasses​(long value)
        Sets the value of the totalClasses property.
      • getReferencedClasses

        public java.lang.Long getReferencedClasses()
        Gets the value of the referencedClasses property.
        Returns:
        possible object is Long
      • setReferencedClasses

        public void setReferencedClasses​(java.lang.Long value)
        Sets the value of the referencedClasses property.
        Parameters:
        value - allowed object is Long
      • getTotalBugs

        public long getTotalBugs()
        Gets the value of the totalBugs property.
      • setTotalBugs

        public void setTotalBugs​(long value)
        Sets the value of the totalBugs property.
      • getTotalSize

        public long getTotalSize()
        Gets the value of the totalSize property.
      • setTotalSize

        public void setTotalSize​(long value)
        Sets the value of the totalSize property.
      • getNumPackages

        public long getNumPackages()
        Gets the value of the numPackages property.
      • setNumPackages

        public void setNumPackages​(long value)
        Sets the value of the numPackages property.
      • getJavaVersion

        public java.lang.String getJavaVersion()
        Gets the value of the javaVersion property.
        Returns:
        possible object is String
      • setJavaVersion

        public void setJavaVersion​(java.lang.String value)
        Sets the value of the javaVersion property.
        Parameters:
        value - allowed object is String
      • getVmVersion

        public java.lang.String getVmVersion()
        Gets the value of the vmVersion property.
        Returns:
        possible object is String
      • setVmVersion

        public void setVmVersion​(java.lang.String value)
        Sets the value of the vmVersion property.
        Parameters:
        value - allowed object is String
      • getCpuSeconds

        public java.lang.Float getCpuSeconds()
        Gets the value of the cpuSeconds property.
        Returns:
        possible object is Float
      • setCpuSeconds

        public void setCpuSeconds​(java.lang.Float value)
        Sets the value of the cpuSeconds property.
        Parameters:
        value - allowed object is Float
      • getClockSeconds

        public java.lang.Float getClockSeconds()
        Gets the value of the clockSeconds property.
        Returns:
        possible object is Float
      • setClockSeconds

        public void setClockSeconds​(java.lang.Float value)
        Sets the value of the clockSeconds property.
        Parameters:
        value - allowed object is Float
      • getPeakMbytes

        public java.lang.Float getPeakMbytes()
        Gets the value of the peakMbytes property.
        Returns:
        possible object is Float
      • setPeakMbytes

        public void setPeakMbytes​(java.lang.Float value)
        Sets the value of the peakMbytes property.
        Parameters:
        value - allowed object is Float
      • getAllocMbytes

        public java.lang.Float getAllocMbytes()
        Gets the value of the allocMbytes property.
        Returns:
        possible object is Float
      • setAllocMbytes

        public void setAllocMbytes​(java.lang.Float value)
        Sets the value of the allocMbytes property.
        Parameters:
        value - allowed object is Float
      • getGcSeconds

        public java.lang.Float getGcSeconds()
        Gets the value of the gcSeconds property.
        Returns:
        possible object is Float
      • setGcSeconds

        public void setGcSeconds​(java.lang.Float value)
        Sets the value of the gcSeconds property.
        Parameters:
        value - allowed object is Float
      • getPriority1

        public java.lang.Long getPriority1()
        Gets the value of the priority1 property.
        Returns:
        possible object is Long
      • setPriority1

        public void setPriority1​(java.lang.Long value)
        Sets the value of the priority1 property.
        Parameters:
        value - allowed object is Long
      • getPriority2

        public java.lang.Long getPriority2()
        Gets the value of the priority2 property.
        Returns:
        possible object is Long
      • setPriority2

        public void setPriority2​(java.lang.Long value)
        Sets the value of the priority2 property.
        Parameters:
        value - allowed object is Long
      • getPriority3

        public java.lang.Long getPriority3()
        Gets the value of the priority3 property.
        Returns:
        possible object is Long
      • setPriority3

        public void setPriority3​(java.lang.Long value)
        Sets the value of the priority3 property.
        Parameters:
        value - allowed object is Long