Compare commits

...

1 commit

Author SHA1 Message Date
ff437b5194
Fix since 1.2.4 to 1.3.0 2025-06-03 12:07:29 -07:00
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 * @param collectFilesRecursively whether to collect files recursively or not
* @return this operation * @return this operation
* @since 1.2.4 * @since 1.3.0
*/ */
public PmdOperation collectFilesRecursively(boolean collectFilesRecursively) { public PmdOperation collectFilesRecursively(boolean collectFilesRecursively) {
this.collectFilesRecursively_ = 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 processingErrors The number of processing errors returned during the analysis
* @param configurationErrors The number of processing errors returning during the analysis * @param configurationErrors The number of processing errors returning during the analysis
* @param rulesChecked The number of rules checked during the analysis * @param rulesChecked The number of rules checked during the analysis
* @since 1.2.4 * @since 1.3.0
*/ */
public record PmdAnalysisResults( public record PmdAnalysisResults(
int violations, int violations,