Class BugCollection
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection
-
public class BugCollection extends 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="Project"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Jar" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="AuxClasspathEntry" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="SrcDir" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="WrkDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Plugin" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="SuppressionFilter" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Matcher" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Cloud" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Property" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="synced" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="detailsUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="BugInstance" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ShortMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LongMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice maxOccurs="unbounded"> <element name="Class"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}SourceLine"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType> </element> <element name="Type"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}SourceLine" minOccurs="0"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Method"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element ref="{}SourceLine"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isStatic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType> </element> <element ref="{}SourceLine"/> <element name="LocalVariable"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="register" use="required" type="{http://www.w3.org/2001/XMLSchema}short" /> <attribute name="pc" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Field"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}SourceLine"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceSignature" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isStatic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType> </element> <element name="Int"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="String"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Property"> <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="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="UserAnnotation" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="designation" type="{}designationType" /> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="needsSync" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> </extension> </simpleContent> </complexType> </element> </choice> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="reviews" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="firstSeen" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="consensus" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isInCloud" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="last" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="removedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="first" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="introducedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="shouldFix" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ageInDays" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="notAProblem" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="instanceHash" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="instanceOccurrenceNum" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="instanceOccurrenceMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType> </element> <element name="BugCategory" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Abbreviation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="BugPattern" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType> </element> <element name="BugCode" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType> </element> <element name="Errors"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType> </element> <element name="FindBugsSummary"> <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> </element> <element name="SummaryHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ClassFeatures"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClassFeatureSet" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Feature" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="History"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AppVersion" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codeSize" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="numClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="analysisTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.BugCategoryJava class for anonymous complex type.static classBugCollection.BugCodeJava class for anonymous complex type.static classBugCollection.BugInstanceEach BugInstance can have a sequence of annotationsstatic classBugCollection.BugPatternJava class for anonymous complex type.static classBugCollection.ClassFeaturesJava class for anonymous complex type.static classBugCollection.ErrorsJava class for anonymous complex type.static classBugCollection.FindBugsSummaryJava class for anonymous complex type.static classBugCollection.HistoryJava class for anonymous complex type.static classBugCollection.ProjectJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegeranalysisTimestampprotected List<BugCollection.BugCategory>bugCategoryprotected List<BugCollection.BugCode>bugCodeprotected List<BugCollection.BugInstance>bugInstanceprotected List<BugCollection.BugPattern>bugPatternprotected BugCollection.ClassFeaturesclassFeaturesprotected BugCollection.Errorserrorsprotected BugCollection.FindBugsSummaryfindBugsSummaryprotected BugCollection.Historyhistoryprotected BugCollection.Projectprojectprotected Stringreleaseprotected longsequenceprotected StringsummaryHTMLprotected BigIntegertimestampprotected Stringversion
-
Constructor Summary
Constructors Constructor Description BugCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetAnalysisTimestamp()Gets the value of the analysisTimestamp property.List<BugCollection.BugCategory>getBugCategory()Gets the value of the bugCategory property.List<BugCollection.BugCode>getBugCode()Gets the value of the bugCode property.List<BugCollection.BugInstance>getBugInstance()Gets the value of the bugInstance property.List<BugCollection.BugPattern>getBugPattern()Gets the value of the bugPattern property.BugCollection.ClassFeaturesgetClassFeatures()Gets the value of the classFeatures property.BugCollection.ErrorsgetErrors()Gets the value of the errors property.BugCollection.FindBugsSummarygetFindBugsSummary()Gets the value of the findBugsSummary property.BugCollection.HistorygetHistory()Gets the value of the history property.BugCollection.ProjectgetProject()Gets the value of the project property.StringgetRelease()Gets the value of the release property.longgetSequence()Gets the value of the sequence property.StringgetSummaryHTML()Gets the value of the summaryHTML property.BigIntegergetTimestamp()Gets the value of the timestamp property.StringgetVersion()Gets the value of the version property.voidsetAnalysisTimestamp(BigInteger value)Sets the value of the analysisTimestamp property.voidsetClassFeatures(BugCollection.ClassFeatures value)Sets the value of the classFeatures property.voidsetErrors(BugCollection.Errors value)Sets the value of the errors property.voidsetFindBugsSummary(BugCollection.FindBugsSummary value)Sets the value of the findBugsSummary property.voidsetHistory(BugCollection.History value)Sets the value of the history property.voidsetProject(BugCollection.Project value)Sets the value of the project property.voidsetRelease(String value)Sets the value of the release property.voidsetSequence(long value)Sets the value of the sequence property.voidsetSummaryHTML(String value)Sets the value of the summaryHTML property.voidsetTimestamp(BigInteger value)Sets the value of the timestamp property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
project
protected BugCollection.Project project
-
bugInstance
protected List<BugCollection.BugInstance> bugInstance
-
bugCategory
protected List<BugCollection.BugCategory> bugCategory
-
bugPattern
protected List<BugCollection.BugPattern> bugPattern
-
bugCode
protected List<BugCollection.BugCode> bugCode
-
errors
protected BugCollection.Errors errors
-
findBugsSummary
protected BugCollection.FindBugsSummary findBugsSummary
-
summaryHTML
protected String summaryHTML
-
classFeatures
protected BugCollection.ClassFeatures classFeatures
-
history
protected BugCollection.History history
-
version
protected String version
-
sequence
protected long sequence
-
timestamp
protected BigInteger timestamp
-
analysisTimestamp
protected BigInteger analysisTimestamp
-
release
protected String release
-
-
Method Detail
-
getProject
public BugCollection.Project getProject()
Gets the value of the project property.- Returns:
- possible object is
BugCollection.Project
-
setProject
public void setProject(BugCollection.Project value)
Sets the value of the project property.- Parameters:
value- allowed object isBugCollection.Project
-
getBugInstance
public List<BugCollection.BugInstance> getBugInstance()
Gets the value of the bugInstance 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 Jakarta XML Binding object. This is why there is not a
setmethod for the bugInstance property.For example, to add a new item, do as follows:
getBugInstance().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.BugInstance
-
getBugCategory
public List<BugCollection.BugCategory> getBugCategory()
Gets the value of the bugCategory 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 Jakarta XML Binding object. This is why there is not a
setmethod for the bugCategory property.For example, to add a new item, do as follows:
getBugCategory().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.BugCategory
-
getBugPattern
public List<BugCollection.BugPattern> getBugPattern()
Gets the value of the bugPattern 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 Jakarta XML Binding object. This is why there is not a
setmethod for the bugPattern property.For example, to add a new item, do as follows:
getBugPattern().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.BugPattern
-
getBugCode
public List<BugCollection.BugCode> getBugCode()
Gets the value of the bugCode 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 Jakarta XML Binding object. This is why there is not a
setmethod for the bugCode property.For example, to add a new item, do as follows:
getBugCode().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.BugCode
-
getErrors
public BugCollection.Errors getErrors()
Gets the value of the errors property.- Returns:
- possible object is
BugCollection.Errors
-
setErrors
public void setErrors(BugCollection.Errors value)
Sets the value of the errors property.- Parameters:
value- allowed object isBugCollection.Errors
-
getFindBugsSummary
public BugCollection.FindBugsSummary getFindBugsSummary()
Gets the value of the findBugsSummary property.- Returns:
- possible object is
BugCollection.FindBugsSummary
-
setFindBugsSummary
public void setFindBugsSummary(BugCollection.FindBugsSummary value)
Sets the value of the findBugsSummary property.- Parameters:
value- allowed object isBugCollection.FindBugsSummary
-
getSummaryHTML
public String getSummaryHTML()
Gets the value of the summaryHTML property.- Returns:
- possible object is
String
-
setSummaryHTML
public void setSummaryHTML(String value)
Sets the value of the summaryHTML property.- Parameters:
value- allowed object isString
-
getClassFeatures
public BugCollection.ClassFeatures getClassFeatures()
Gets the value of the classFeatures property.- Returns:
- possible object is
BugCollection.ClassFeatures
-
setClassFeatures
public void setClassFeatures(BugCollection.ClassFeatures value)
Sets the value of the classFeatures property.- Parameters:
value- allowed object isBugCollection.ClassFeatures
-
getHistory
public BugCollection.History getHistory()
Gets the value of the history property.- Returns:
- possible object is
BugCollection.History
-
setHistory
public void setHistory(BugCollection.History value)
Sets the value of the history property.- Parameters:
value- allowed object isBugCollection.History
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getSequence
public long getSequence()
Gets the value of the sequence property.
-
setSequence
public void setSequence(long value)
Sets the value of the sequence property.
-
getTimestamp
public BigInteger getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
BigInteger
-
setTimestamp
public void setTimestamp(BigInteger value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isBigInteger
-
getAnalysisTimestamp
public BigInteger getAnalysisTimestamp()
Gets the value of the analysisTimestamp property.- Returns:
- possible object is
BigInteger
-
setAnalysisTimestamp
public void setAnalysisTimestamp(BigInteger value)
Sets the value of the analysisTimestamp property.- Parameters:
value- allowed object isBigInteger
-
getRelease
public String getRelease()
Gets the value of the release property.- Returns:
- possible object is
String
-
-