ua.gradsoft.javachecker
Class DefectReportItem
java.lang.Object
ua.gradsoft.javachecker.DefectReportItem
public class DefectReportItem
- extends java.lang.Object
Defect report item.
- Author:
- Ruslan Shevchenko
|
Constructor Summary |
DefectReportItem(java.lang.String category,
java.lang.String description,
FileAndLine marker)
Creates a new instance of DefectReport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefectReportItem
public DefectReportItem(java.lang.String category,
java.lang.String description,
FileAndLine marker)
- Creates a new instance of DefectReport
println
public void println(java.io.PrintStream out,
ReportFormat format)
getCategory
public java.lang.String getCategory()
getDescription
public java.lang.String getDescription()
getFileAndLine
public FileAndLine getFileAndLine()