org.sonar.plugins.findbugs
Class ReportedBug
java.lang.Object
org.sonar.plugins.findbugs.ReportedBug
public class ReportedBug
- extends Object
|
Constructor Summary |
ReportedBug(edu.umd.cs.findbugs.BugInstance bugInstance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportedBug
public ReportedBug(edu.umd.cs.findbugs.BugInstance bugInstance)
getType
public String getType()
getMessage
public String getMessage()
getClassName
public String getClassName()
getStartLine
public int getStartLine()
Copyright © 2012-2014 SonarSource. All Rights Reserved.