net.sourceforge.pmd
Class Report.SuppressedViolation

java.lang.Object
  extended bynet.sourceforge.pmd.Report.SuppressedViolation
Enclosing class:
Report

public static class Report.SuppressedViolation
extends java.lang.Object


Constructor Summary
Report.SuppressedViolation(RuleViolation rv, boolean isNOPMD)
           
 
Method Summary
 RuleViolation getRuleViolation()
           
 boolean suppressedByAnnotation()
           
 boolean suppressedByNOPMD()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report.SuppressedViolation

public Report.SuppressedViolation(RuleViolation rv,
                                  boolean isNOPMD)
Method Detail

suppressedByNOPMD

public boolean suppressedByNOPMD()

suppressedByAnnotation

public boolean suppressedByAnnotation()

getRuleViolation

public RuleViolation getRuleViolation()