Compare commits

..

No commits in common. "master" and "1.3.0" have entirely different histories.

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.3.0
* @since 1.2.4
*/
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.3.0
* @since 1.2.4
*/
public record PmdAnalysisResults(
int violations,