|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.AbstractPropertySource
net.sourceforge.pmd.renderers.AbstractRenderer
net.sourceforge.pmd.renderers.AbstractIncrementingRenderer
net.sourceforge.pmd.renderers.IDEAJRenderer
public class IDEAJRenderer
Renderer for IntelliJ IDEA integration.
| Field Summary | |
|---|---|
static StringProperty |
CLASS_AND_METHOD_NAME
|
static StringProperty |
FILE_NAME
|
static java.lang.String |
NAME
|
static StringProperty |
SOURCE_PATH
|
| Fields inherited from class net.sourceforge.pmd.renderers.AbstractIncrementingRenderer |
|---|
errors, suppressed |
| Fields inherited from class net.sourceforge.pmd.renderers.AbstractRenderer |
|---|
description, name, propertyDefinitions, showSuppressedViolations, writer |
| Fields inherited from class net.sourceforge.pmd.AbstractPropertySource |
|---|
propertyDescriptors, propertyValuesByDescriptor |
| Constructor Summary | |
|---|---|
IDEAJRenderer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
defaultFileExtension()
Return the default filename extension to use. |
void |
renderFileViolations(java.util.Iterator<RuleViolation> violations)
Render a series of RuleViolations. |
| Methods inherited from class net.sourceforge.pmd.renderers.AbstractIncrementingRenderer |
|---|
end, renderFileReport, start, startFileAnalysis |
| Methods inherited from class net.sourceforge.pmd.renderers.AbstractRenderer |
|---|
defineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWriter |
| Methods inherited from class net.sourceforge.pmd.AbstractPropertySource |
|---|
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pmd.PropertySource |
|---|
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final StringProperty FILE_NAME
public static final StringProperty SOURCE_PATH
public static final StringProperty CLASS_AND_METHOD_NAME
| Constructor Detail |
|---|
public IDEAJRenderer()
| Method Detail |
|---|
public java.lang.String defaultFileExtension()
Renderer
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.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||