maven-pmd-plugin icon indicating copy to clipboard operation
maven-pmd-plugin copied to clipboard

Make filesToProcess a local variable

Open elharo opened this issue 9 months ago • 0 comments

Affected version

head

Bug description

The way it's set up now there's a bug in CpdReport and perhaps PmdReport where executeReport gets an empty filesToProcess if it's called without first calling canGenerateReport, since only the latter populates the map.

elharo avatar Jun 07 '25 11:06 elharo