Uses of Package
net.sourceforge.pmd

Packages that use net.sourceforge.pmd
net.sourceforge.pmd This is the PMD programming mistake detector. 
net.sourceforge.pmd.ant   
net.sourceforge.pmd.benchmark   
net.sourceforge.pmd.cli   
net.sourceforge.pmd.cpd   
net.sourceforge.pmd.lang.dfa   
net.sourceforge.pmd.lang.dfa.report   
net.sourceforge.pmd.lang.rule   
net.sourceforge.pmd.lang.rule.properties   
net.sourceforge.pmd.lang.rule.properties.factories   
net.sourceforge.pmd.lang.rule.stat   
net.sourceforge.pmd.lang.rule.xpath   
net.sourceforge.pmd.processor   
net.sourceforge.pmd.renderers   
net.sourceforge.pmd.util   
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd
AbstractConfiguration
          Base configuration class for both PMD and CPD.
PMD.ProgressMonitor
          A callback that would be implemented by IDEs keeping track of PMD's progress as it evaluates a set of files.
PMDConfiguration
          This class contains the details for the runtime configuration of PMD.
PMDException
          A convenience exception wrapper.
PropertyDescriptor
          Property value descriptor that defines the use & requirements for setting property values for use within PMD and any associated GUIs.
PropertySource
          Any entity that manages a list of properties is a PropertySource.
Report
          A Report collects all informations during a PMD execution.
Report.ProcessingError
          Represents a processing error, such as a parse error.
Report.RuleConfigurationError
          Represents a configuration error.
Report.SuppressedViolation
          Represents a violation, that has been suppressed.
ReportListener
          Listener to be informed about found violations.
Rule
          This is the basic Rule interface for PMD rules.
RuleContext
          The RuleContext provides access to Rule processing state.
RulePriority
          These are the possible Rule priority values.
RuleSet
          This class represents a collection of rules along with some optional filter patterns that can preclude their application on specific files.
RuleSetFactory
          RuleSetFactory is responsible for creating RuleSet instances from XML content.
RuleSetNotFoundException
           
RuleSetReferenceId
          This class is used to parse a RuleSet reference value.
RuleSets
          Grouping of Rules per Language in a RuleSet.
RuleViolation
          A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.
RuleViolationComparator
          Compares RuleViolations using the following criteria: Source file name Begin line Description Begin column End line End column Rule name
SourceCodeProcessor
           
SynchronizedReportListener
          Wraps a report listener in order to synchronize calls to it.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.ant
Report
          A Report collects all informations during a PMD execution.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.benchmark
PMDException
          A convenience exception wrapper.
Rule
          This is the basic Rule interface for PMD rules.
RuleSetNotFoundException
           
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.cli
PMDConfiguration
          This class contains the details for the runtime configuration of PMD.
RulePriority
          These are the possible Rule priority values.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.cpd
AbstractConfiguration
          Base configuration class for both PMD and CPD.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.dfa
PropertySource
          Any entity that manages a list of properties is a PropertySource.
Rule
          This is the basic Rule interface for PMD rules.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.dfa.report
RuleViolation
          A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule
AbstractPropertySource
          Base class for objects which can be configured through properties.
PropertyDescriptor
          Property value descriptor that defines the use & requirements for setting property values for use within PMD and any associated GUIs.
PropertySource
          Any entity that manages a list of properties is a PropertySource.
Rule
          This is the basic Rule interface for PMD rules.
RuleContext
          The RuleContext provides access to Rule processing state.
RulePriority
          These are the possible Rule priority values.
RuleSet
          This class represents a collection of rules along with some optional filter patterns that can preclude their application on specific files.
RuleSetReference
          This class represents a reference to RuleSet.
RuleViolation
          A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule.properties
NumericPropertyDescriptor
          Defines a descriptor type whose instance values are required lie within specified upper and lower limits.
PropertyDescriptor
          Property value descriptor that defines the use & requirements for setting property values for use within PMD and any associated GUIs.
PropertyDescriptorFactory
          A factory to create PropertyDescriptors based on a map of values.
Rule
          This is the basic Rule interface for PMD rules.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule.properties.factories
PropertyDescriptor
          Property value descriptor that defines the use & requirements for setting property values for use within PMD and any associated GUIs.
PropertyDescriptorFactory
          A factory to create PropertyDescriptors based on a map of values.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule.stat
PropertySource
          Any entity that manages a list of properties is a PropertySource.
Rule
          This is the basic Rule interface for PMD rules.
RuleContext
          The RuleContext provides access to Rule processing state.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule.xpath
PropertyDescriptor
          Property value descriptor that defines the use & requirements for setting property values for use within PMD and any associated GUIs.
RuleContext
          The RuleContext provides access to Rule processing state.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.processor
PMD
          This is the main class for interacting with PMD.
PMDConfiguration
          This class contains the details for the runtime configuration of PMD.
Report
          A Report collects all informations during a PMD execution.
RuleContext
          The RuleContext provides access to Rule processing state.
RuleSetFactory
          RuleSetFactory is responsible for creating RuleSet instances from XML content.
RuleSets
          Grouping of Rules per Language in a RuleSet.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.renderers
AbstractPropertySource
          Base class for objects which can be configured through properties.
PropertySource
          Any entity that manages a list of properties is a PropertySource.
Report
          A Report collects all informations during a PMD execution.
Report.ProcessingError
          Represents a processing error, such as a parse error.
Report.SuppressedViolation
          Represents a violation, that has been suppressed.
RuleViolation
          A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.
 

Classes in net.sourceforge.pmd used by net.sourceforge.pmd.util
RuleSetNotFoundException
           
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.