Uses of Class
org.jcoderz.phoenix.report.FindingType

Packages that use FindingType
org.jcoderz.phoenix.report The JCReport performs the following steps: Running tools on the source or class files. 
 

Uses of FindingType in org.jcoderz.phoenix.report
 

Subclasses of FindingType in org.jcoderz.phoenix.report
 class CheckstyleFindingType
          Enumeration type for checkstyle findings.
 class CpdFindingType
          The Cut and paste detector's finding types.
 class FindBugsFindingType
          Holds and registers findbugs specific detectors.
 class GenericFindingType
          Enumeration type for generic findings.
 class PmdFindingType
          Adds the PMD ruleset description as finding type map.
 class SystemFindingType
          Enumeration type for system internal findings.
 

Methods in org.jcoderz.phoenix.report that return FindingType
static FindingType CheckstyleFindingType.detectFindingTypeForMessage(String message)
          Reads the given message and tries to find a matching finding type.
static FindingType FindingType.fromString(String symbol)
          Retrieves the finding type based on it's symbol.
 



Copyright 2007 The jCoderZ Project.