public class CodeClimateRenderer extends AbstractIncrementingRenderer
| Modifier and Type | Field and 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, suppresseddescription, name, showSuppressedViolations, writerpropertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
CodeClimateRenderer() |
| Modifier and Type | Method and 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, startFileAnalysisflush, getDescription, getName, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWritercopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuesclone, 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
RuleViolations.renderFileViolations in class AbstractIncrementingRendererviolations - The iterator of violations to render.java.io.IOExceptionpublic java.lang.String defaultFileExtension()
RendererCopyright © 2002–2018 PMD. All rights reserved.