PropertySource, Rendererpublic class CodeClimateRenderer extends AbstractIncrementingRenderer
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
BODY_PLACEHOLDER |
|
static java.lang.String[] |
CODECLIMATE_DEFAULT_CATEGORIES |
|
protected static java.util.List<java.lang.String> |
INTERNAL_DEV_PROPERTIES |
|
static java.lang.String |
NAME |
|
protected static java.lang.String |
NULL_CHARACTER |
|
static int |
REMEDIATION_POINTS_DEFAULT |
configErrors, errors, suppressedpropertyDescriptors, propertyValuesByDescriptordescription, name, showSuppressedViolations, writer| Constructor | Description |
|---|---|
CodeClimateRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
defaultFileExtension() |
Return the default filename extension to use.
|
void |
renderFileViolations(java.util.Iterator<RuleViolation> violations) |
Render a series of
RuleViolations. |
end, renderFileReport, start, startFileAnalysiscopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuesflush, getDescription, getName, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuespublic static final java.lang.String NAME
public static final java.lang.String BODY_PLACEHOLDER
public static final int REMEDIATION_POINTS_DEFAULT
public static final java.lang.String[] CODECLIMATE_DEFAULT_CATEGORIES
protected static final java.lang.String NULL_CHARACTER
protected static final java.util.List<java.lang.String> INTERNAL_DEV_PROPERTIES
public void renderFileViolations(java.util.Iterator<RuleViolation> violations) throws java.io.IOException
AbstractIncrementingRendererRuleViolations.renderFileViolations in class AbstractIncrementingRendererviolations - The iterator of violations to render.java.io.IOExceptionpublic java.lang.String defaultFileExtension()
RendererCopyright © 2002–2018 PMD. All rights reserved.