Fix since 1.2.4 to 1.3.0
This commit is contained in:
parent
9a59526408
commit
ff437b5194
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue