Alle implementierten Schnittstellen:
Serializable

public class CpdParser extends AbstractDryParser<Duplication>
A parser for PMD's CPD XML files.
Autor:
Ullrich Hafner
Siehe auch:
  • Konstruktordetails

    • CpdParser

      public CpdParser(int highThreshold, int normalThreshold)
      Creates a new instance of CpdParser.
      Parameter:
      highThreshold - minimum number of duplicate lines for high priority warnings
      normalThreshold - minimum number of duplicate lines for normal priority warnings
    • CpdParser

      public CpdParser()
      Creates a new instance of CpdParser. The highThreshold is set to 50, the normalThreshold is set to 25.
  • Methodendetails