class CompactTextReportWriter extends TextReportWriter
ReportWriter that generates an simple ASCII text report, with one line per violation. Set the maxPriority property to control the maximum priority level for violations in the report. For instance, setting maxPriority to 2 will result in the report containing only priority 1 and 2 violations (and omitting violations with priority 3). The maxPriority property defaults to 3.
Fields inherited from class | Fields |
---|---|
class AbstractReportWriter |
BASE_MESSAGES_BUNDLE, CODENARC_URL, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, getTimestamp, initializeResourceBundle, resourceBundle |
Constructor and description |
---|
CompactTextReportWriter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
writeFileViolations(java.io.Writer writer, FileResults results) |
|
protected void |
writeFooter(java.io.Writer writer) |
|
protected void |
writeSummary(java.io.Writer writer, Results results) |
|
protected void |
writeTitle(java.io.Writer writer) |
Methods inherited from class | Name |
---|---|
class TextReportWriter |
getViolationLocationString, writeFileViolations, writeFooter, writePackageViolations, writeReport, writeSummary, writeTitle, writeViolation |
class AbstractReportWriter |
getCodeNarcVersion, getDescriptionForRule, getFormattedTimestamp, getHtmlDescriptionForRule, getResourceBundleString, getSortedRules, initializeDefaultResourceBundle, isEnabled, isWriteToStandardOut, writeReport, writeReport |