Klasse CpdResult

java.lang.Object
org.apache.maven.plugins.pmd.exec.CpdResult

public class CpdResult extends Object
Provides access to the result of the CPD analysis.
  • Konstruktordetails

    • CpdResult

      public CpdResult(File report, String encoding) throws org.apache.maven.reporting.MavenReportException
      Löst aus:
      org.apache.maven.reporting.MavenReportException
  • Methodendetails

    • getDuplications

      public List<Duplication> getDuplications()
    • hasDuplications

      public boolean hasDuplications()