Uses of Interface
net.sourceforge.pmd.IRuleViolation

Packages that use IRuleViolation
net.sourceforge.pmd This is the PMD programming mistake detector. 
net.sourceforge.pmd.dfa   
net.sourceforge.pmd.dfa.report   
net.sourceforge.pmd.renderers   
 

Uses of IRuleViolation in net.sourceforge.pmd
 

Classes in net.sourceforge.pmd that implement IRuleViolation
 class RuleViolation
           
 

Methods in net.sourceforge.pmd that return IRuleViolation
 IRuleViolation Report.SuppressedViolation.getRuleViolation()
           
 

Methods in net.sourceforge.pmd that return types with arguments of type IRuleViolation
 java.util.Iterator<IRuleViolation> Report.iterator()
           
 java.util.Iterator<IRuleViolation> Report.treeIterator()
           
 

Methods in net.sourceforge.pmd with parameters of type IRuleViolation
 void Report.addRuleViolation(IRuleViolation violation)
           
 int RuleViolation.RuleViolationComparator.compare(IRuleViolation r1, IRuleViolation r2)
           
 void ReportListener.ruleViolationAdded(IRuleViolation ruleViolation)
           
 

Constructors in net.sourceforge.pmd with parameters of type IRuleViolation
Report.SuppressedViolation(IRuleViolation rv, boolean isNOPMD, java.lang.String userMessage)
           
 

Uses of IRuleViolation in net.sourceforge.pmd.dfa
 

Classes in net.sourceforge.pmd.dfa that implement IRuleViolation
 class DaaRuleViolation
          The RuleViolation is extended by the VariableName.
 

Uses of IRuleViolation in net.sourceforge.pmd.dfa.report
 

Methods in net.sourceforge.pmd.dfa.report that return IRuleViolation
 IRuleViolation ViolationNode.getRuleViolation()
           
 

Methods in net.sourceforge.pmd.dfa.report that return types with arguments of type IRuleViolation
 java.util.Iterator<IRuleViolation> ReportTree.iterator()
           
 

Methods in net.sourceforge.pmd.dfa.report with parameters of type IRuleViolation
 void ReportTree.addRuleViolation(IRuleViolation violation)
          Adds the RuleViolation to the tree.
 

Constructors in net.sourceforge.pmd.dfa.report with parameters of type IRuleViolation
ViolationNode(IRuleViolation violation)
           
 

Uses of IRuleViolation in net.sourceforge.pmd.renderers
 

Method parameters in net.sourceforge.pmd.renderers with type arguments of type IRuleViolation
 void TextPadRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
abstract  void OnTheFlyRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void VBHTMLRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void TextRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void XMLRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void CSVRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void EmacsRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void IDEAJRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 void HTMLRenderer.renderFileViolations(java.util.Iterator<IRuleViolation> violations)
           
 



Copyright © 2002-2010 InfoEther. All Rights Reserved.