org.jcoderz.phoenix.report
Class CpdFindingType

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

public final class CpdFindingType
extends FindingType

The Cut and paste detector's finding types.

Author:
Michael Griffel

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.phoenix.report.FindingType
FindingType.LazyInit
 
Field Summary
static CpdFindingType CPD_COPIED_AND_PASTED_CODE
          CPD_COPIED_AND_PASTED_CODE.
static String NAME
          Finding type name for this type.
 
Method Summary
static void initialize()
          Initializes the Cut and Paste Detector's finding types.
 
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
 

Field Detail

NAME

public static final String NAME
Finding type name for this type.

See Also:
Constant Field Values

CPD_COPIED_AND_PASTED_CODE

public static final CpdFindingType CPD_COPIED_AND_PASTED_CODE
CPD_COPIED_AND_PASTED_CODE.

Method Detail

initialize

public static void initialize()
Initializes the Cut and Paste Detector's finding types.



Copyright 2007 The jCoderZ Project.