org.jcoderz.phoenix.report
Class FindBugsFindingType

java.lang.Object
  extended by org.jcoderz.phoenix.report.FindingType
      extended by org.jcoderz.phoenix.report.FindBugsFindingType

public final class FindBugsFindingType
extends FindingType

Holds and registers findbugs specific detectors.

Author:
Michael Griffel

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.phoenix.report.FindingType
FindingType.LazyInit
 
Method Summary
 String getMessagePattern()
           
static void initialize()
          Call this method to register all findbugs detectors.
 
Methods inherited from class org.jcoderz.phoenix.report.FindingType
equals, fromString, getDescription, getShortText, getSymbol, hashCode, initialize, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

initialize

public static void initialize()
Call this method to register all findbugs detectors.


getMessagePattern

public String getMessagePattern()
Returns:
the message pattern associated to this finding type.


Copyright 2007 The jCoderZ Project.