Fix since 1.2.4 to 1.3.0

This commit is contained in:
Erik C. Thauvin 2025-06-03 12:07:29 -07:00
parent 9a59526408
commit ff437b5194
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -297,7 +297,7 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
*
* @param collectFilesRecursively whether to collect files recursively or not
* @return this operation
* @since 1.2.4
* @since 1.3.0
*/
public PmdOperation collectFilesRecursively(boolean collectFilesRecursively) {
this.collectFilesRecursively_ = collectFilesRecursively;

View file

@ -26,7 +26,7 @@ package rife.bld.extension.pmd;
* @param processingErrors The number of processing errors returned during the analysis
* @param configurationErrors The number of processing errors returning during the analysis
* @param rulesChecked The number of rules checked during the analysis
* @since 1.2.4
* @since 1.3.0
*/
public record PmdAnalysisResults(
int violations,