Class TextReport

    • Constructor Summary

      Constructors 
      Constructor Description
      TextReport()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void generate​(java.util.Map<java.lang.String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName, java.io.PrintStream stream)
      Deprecated.
       
      void generate​(java.util.Set<RuleDuration> stressResults, java.io.PrintStream stream)
      Deprecated.
       
      void report​(java.util.Map<java.lang.String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextReport

        public TextReport()
        Deprecated.
    • Method Detail

      • generate

        public void generate​(java.util.Set<RuleDuration> stressResults,
                             java.io.PrintStream stream)
        Deprecated.
        Specified by:
        generate in interface BenchmarkReport
        Parameters:
        stressResults - the durations from the stress test run
        stream - the report is written into this stream
      • report

        public void report​(java.util.Map<java.lang.String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName)
        Deprecated.
      • generate

        public void generate​(java.util.Map<java.lang.String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName,
                             java.io.PrintStream stream)
        Deprecated.
        Specified by:
        generate in interface BenchmarkReport
        stream - the report is written into this stream