Skip to content

1.0.0 / 2020-04-25

Compare
Choose a tag to compare
@adangel adangel released this 05 Dec 14:04

New and Noteworthy

First stable release.

Fixed Issues

  • #35: exclude-pattern hasn't been implemented
  • #37: Render stack traces properly
  • #38: Improve Danger messages
  • #40: NoMethodError on beta3
  • #42: Installing the snapshot version of pmdtester locally from github
  • #46: Support multithreaded execution of PMD
  • #47: Reuse the already built PMD binary for PR checks
  • #49: Support comparing two error stacktraces
  • #50: Differences due to different locale settings
  • #57: Support configuration errors in the report
  • #60: Display a simple progress report

External Contributions

  • #33: Ignore changes to test code of PMD when generating dynamic rule sets - BBG
  • #34: Clear old reports before generating new differences regression reports - BBG
  • #36: Implements exclude-pattern - BBG
  • #39: Render stacktraces properly - BBG
  • #41: Fixes NoMethodError in Project class - BBG
  • #43: Adds pmdtester.gemspec file - BBG
  • #44: Improve Danger messages & Increase the readability of the summary report - BBG
  • #45: Removes the exit statement in RuleSetBuilder Class - BBG
  • #51: Add the JDK version and locale info to the summary table of the diff report - BBG
  • #52: Get the result of command 'java -version' from stderr rather than stdout - BBG
  • #53: Support comparing the two error stacktraces - BBG
  • #54: Support multithreaded execution of PMD - BBG
  • #61: Display a simple progress report every 2 minutes - BBG