Uses of Class
org.hackystat.sensor.ant.findbugs.jaxb.BugInstance

Packages that use BugInstance
org.hackystat.sensor.ant.findbugs.jaxb   
 

Uses of BugInstance in org.hackystat.sensor.ant.findbugs.jaxb
 

Fields in org.hackystat.sensor.ant.findbugs.jaxb with type parameters of type BugInstance
protected  java.util.List<BugInstance> BugCollection.bugInstance
           
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb that return BugInstance
 BugInstance ObjectFactory.createBugInstance()
          Create an instance of BugInstance
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb that return types with arguments of type BugInstance
 java.util.List<BugInstance> BugCollection.getBugInstance()
          Gets the value of the bugInstance property.