public class CodeClimateRenderer extends AbstractIncrementingRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY_PLACEHOLDER |
static String[] |
CODECLIMATE_DEFAULT_CATEGORIES |
static String |
NAME |
protected static String |
NULL_CHARACTER |
static int |
REMEDIATION_POINTS_DEFAULT |
errors, suppresseddescription, name, propertyDefinitions, showSuppressedViolations, writerpropertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
CodeClimateRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultFileExtension()
Return the default filename extension to use.
|
void |
renderFileViolations(Iterator<RuleViolation> violations)
Render a series of
RuleViolations. |
end, renderFileReport, start, startFileAnalysisdefineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWritercopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuespublic static final String NAME
public static final String BODY_PLACEHOLDER
public static final int REMEDIATION_POINTS_DEFAULT
public static final String[] CODECLIMATE_DEFAULT_CATEGORIES
protected static final String NULL_CHARACTER
public void renderFileViolations(Iterator<RuleViolation> violations) throws IOException
RuleViolations.renderFileViolations in class AbstractIncrementingRendererviolations - The iterator of violations to render.IOExceptionCopyright © 2002-2016 InfoEther. All Rights Reserved.