Klasse DryDescriptor

java.lang.Object
edu.hm.hafner.analysis.registry.ParserDescriptor
edu.hm.hafner.analysis.registry.DryDescriptor

public abstract class DryDescriptor extends ParserDescriptor
A descriptor for duplicate code parsers.
Autor:
Ullrich Hafner
  • Felddetails

    • HIGH_OPTION_KEY

      public static final String HIGH_OPTION_KEY
      Key to define minimum number of duplicate lines for high priority warnings.
      Siehe auch:
    • NORMAL_OPTION_KEY

      public static final String NORMAL_OPTION_KEY
      Key to define minimum number of duplicate lines for normal priority warnings.
      Siehe auch:
  • Methodendetails

    • getDescription

      public String getDescription(Issue issue)
      Beschreibung aus Klasse kopiert: ParserDescriptor
      Returns a detailed description of the specified issue. If there is no additional description is available, then an empty String is returned.
      Setzt außer Kraft:
      getDescription in Klasse ParserDescriptor
      Parameter:
      issue - the issue to get the description for
      Gibt zurück:
      the description