[java] DoNotUseThreads: Fix duplicated violations reporting

Fixes #4210
This commit is contained in:
Andreas Dangel
2022-12-01 17:31:00 +01:00
parent 30b78ddec3
commit a3b95bec47
3 changed files with 29 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
### Fixed Issues
* java-multithreading
* [#4210](https://github.com/pmd/pmd/issues/4210): \[java] DoNotUseThreads report duplicate warnings
### API Changes