module PmdTester

PmdTester is a regression testing tool ensure that new problems and unexpected behaviors will not be introduced to PMD project after fixing an issue and new rules can work as expected.

Constants

BASE
PATCH
PR_NUM_ENV_VAR
VERSION

Public Class Methods

logger() click to toggle source

Global, memoized, lazy initialized instance of a logger

# File lib/pmdtester.rb, line 45
def self.logger
  @logger ||= Logger.new(STDOUT)
end

Public Instance Methods

logger() click to toggle source
# File lib/pmdtester.rb, line 40
def logger
  PmdTester.logger
end