org.sonar.plugins.findbugs
Class ReportedBug

java.lang.Object
  extended by org.sonar.plugins.findbugs.ReportedBug

public class ReportedBug
extends Object


Constructor Summary
ReportedBug(edu.umd.cs.findbugs.BugInstance bugInstance)
           
 
Method Summary
 String getClassName()
           
 String getMessage()
           
 int getStartLine()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportedBug

public ReportedBug(edu.umd.cs.findbugs.BugInstance bugInstance)
Method Detail

getType

public String getType()

getMessage

public String getMessage()

getClassName

public String getClassName()

getStartLine

public int getStartLine()


Copyright © 2012-2014 SonarSource. All Rights Reserved.