Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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
|
* @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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue