Add java-regression-tests for regression testing

Fixes #3431
This commit is contained in:
Andreas Dangel
2022-09-26 19:45:11 +02:00
parent 0dcff72455
commit dd82e5e19f
2 changed files with 12 additions and 1 deletions

View File

@@ -20,7 +20,10 @@ This release of PMD adds support for [Luau](https://github.com/Roblox/luau), a g
from Lua. This means, that the Lua language in PMD can now parse both Lua and Luau.
### Fixed Issues
* [#4116](https://github.com/pmd/pmd/pull/4116): \[core] Missing --file arg in TreeExport CLI example
* core
* [#4116](https://github.com/pmd/pmd/pull/4116): \[core] Missing --file arg in TreeExport CLI example
* java
* [#3431](https://github.com/pmd/pmd/issues/3431): \[java] Add sample java project to regression-tester which uses new language constructs
### API Changes