| java.lang.Object net.sourceforge.pmd.Report
Report | public class Report (Code) | | |
Inner Class :public static class ReadableDuration | |
Inner Class :public static class ProcessingError | |
Inner Class :public static class SuppressedViolation | |
addError | public void addError(ProcessingError error)(Code) | | |
getElapsedTimeInMillis | public long getElapsedTimeInMillis()(Code) | | |
getSummary | public Map<String, Integer> getSummary()(Code) | | a Map summarizing the Report: String (rule name) ->Integer (count of violations) |
getSuppressedRuleViolations | public List<SuppressedViolation> getSuppressedRuleViolations()(Code) | | |
hasMetrics | public boolean hasMetrics()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
start | public void start()(Code) | | |
treeIsEmpty | public boolean treeIsEmpty()(Code) | | |
treeSize | public int treeSize()(Code) | | |
|
|