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, suppressed
description, name, propertyDefinitions, showSuppressedViolations, writer
propertyDescriptors, 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
RuleViolation s. |
end, renderFileReport, start, startFileAnalysis
defineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWriter
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
public 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
RuleViolation
s.renderFileViolations
in class AbstractIncrementingRenderer
violations
- The iterator of violations to render.IOException
Copyright © 2002-2016 InfoEther. All Rights Reserved.