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

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

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

Fields in org.hackystat.sensor.ant.findbugs.jaxb declared as SourceLine
protected  SourceLine BugInstance.sourceLine
           
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb that return SourceLine
 SourceLine ObjectFactory.createSourceLine()
          Create an instance of SourceLine
 SourceLine BugInstance.getSourceLine()
          Gets the value of the sourceLine property.
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb with parameters of type SourceLine
 void BugInstance.setSourceLine(SourceLine value)
          Sets the value of the sourceLine property.